diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json
index 616ffb087..b5e607596 100644
--- a/Server/data/configs/item_configs.json
+++ b/Server/data/configs/item_configs.json
@@ -138794,5 +138794,39 @@
"hat": "true",
"id": "14650",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "id": "14651",
+ "examine": "Passed down from the super egg defending bunny knights.",
+ "destroy": "true",
+ "destroy_message": "
WARNING: This item CAN NOT be re-obtained.",
+ "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "render_anim": "326",
+ "equipment_slot": "3",
+ "fun_weapon": "true",
+ "name": "Eggscalibur",
+ "archery_ticket_price": "0",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "name": "Super Egg",
+ "id": "14652",
+ "examine": "SUPER. EGG. SUPER. EGG.",
+ "destroy": "true",
+ "destroy_message": "You dare destroy I?! THE ALL MIGHTY AND POWERFUL SUPER EGG?!",
+ "durability": null,
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "render_anim": "182",
+ "equipment_slot": "3",
+ "fun_weapon": "true",
+ "archery_ticket_price": "0",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
}
]
\ No newline at end of file
diff --git a/Server/src/main/java/core/game/node/entity/skill/summoning/pet/Pets.java b/Server/src/main/java/core/game/node/entity/skill/summoning/pet/Pets.java
index 79db2dc04..ce8c539c3 100644
--- a/Server/src/main/java/core/game/node/entity/skill/summoning/pet/Pets.java
+++ b/Server/src/main/java/core/game/node/entity/skill/summoning/pet/Pets.java
@@ -64,27 +64,27 @@ public enum Pets {
/**
* A creeping hand pet.
*/
- CREEPING_HAND(14652, -1, -1, 8619, -1, -1, 0.0033333333333333, 4, 1059),
+ //CREEPING_HAND(14652, -1, -1, 8619, -1, -1, 0.0033333333333333, 4, 1059),
/**
* Minitrice pet.
*/
- MINITRICE(14653, -1, -1, 8620, -1, -1, 0.0033333333333333, 4, 225),
+ //MINITRICE(14653, -1, -1, 8620, -1, -1, 0.0033333333333333, 4, 225),
/**
* Baby basilisk pet.
*/
- BABY_BASILISK(14654, -1, -1, 8621, -1, -1, 0.0033333333333333, 4, 221),
+ //BABY_BASILISK(14654, -1, -1, 8621, -1, -1, 0.0033333333333333, 4, 221),
/**
* Baby kurask pet.
*/
- BABY_KURASK(14655, -1, -1, 8622, -1, -1, 0.0033333333333333, 4, 526),
+ //BABY_KURASK(14655, -1, -1, 8622, -1, -1, 0.0033333333333333, 4, 526),
/**
* Abyssal minion pet.
*/
- ABYSSAL_MINION(14651, -1, -1, 8624, -1, -1, 0.0033333333333333, 4, 592),
+ //ABYSSAL_MINION(14651, -1, -1, 8624, -1, -1, 0.0033333333333333, 4, 592),
/**
* Rune guardian pets.