How to add BST Jugpet??

Post Reply
dragonarmor
Posts: 36
Joined: Sat Feb 21, 2015 10:08 am

How to add BST Jugpet??

Post by dragonarmor » Thu Nov 15, 2018 11:50 pm

I'm Trying to get "Muddy broth" working for Threestar Lynn
I've added it into the pet_list
INSERT INTO `pet_list` VALUES (73, 'Threestar Lynn', 5842, 99, 119, 7200, 0);

Also added into mob_pools
5842;Pet_Threestar_Lynn;Pet_Threestar_Lynn;170;0x0000E20700000000000000000000000000000000;6;6;7;130;100;0;0;0;0;8;0;32;26;643;0;0;0;1;0;750

I have the Jug equip but I get this message:
You don't have the necessary item equip to call beast

Can anyone help please?? Thanks

jono659
Posts: 59
Joined: Sat Mar 24, 2018 1:01 pm

Re: How to add BST Jugpet??

Post by jono659 » Fri Nov 16, 2018 9:11 am

Have you added the Jug to the DB bro?

dragonarmor
Posts: 36
Joined: Sat Feb 21, 2015 10:08 am

Re: How to add BST Jugpet??

Post by dragonarmor » Fri Nov 16, 2018 10:14 am

these are in the DB. Am I missing something??

7649 INSERT INTO `item_armor` VALUES (17919,'tant._broth',99,0,256,0,0,0,8,0);
7650 INSERT INTO `item_armor` VALUES (17920,'meaty_broth',99,0,256,0,0,0,8,0);
7651: INSERT INTO `item_armor` VALUES (17921,'muddy_broth',99,0,256,0,0,0,8,0);
7652 INSERT INTO `item_armor` VALUES (17922,'blackwater_broth',99,0,256,0,0,0,8,0);
7653 INSERT INTO `item_armor` VALUES (17923,'deluxe_animator',87,0,131072,0,0,0,4,0);

14835 INSERT INTO `item_basic` VALUES (17919,0,'jug_of_tantalizing_broth','tant._broth',12,2052,99,0,0);
14836 INSERT INTO `item_basic` VALUES (17920,0,'jug_of_meaty_broth','meaty_broth',12,2052,99,0,0);
14837: INSERT INTO `item_basic` VALUES (17921,0,'jug_of_muddy_broth','muddy_broth',12,2052,99,0,0);
14838 INSERT INTO `item_basic` VALUES (17922,0,'jug_of_blackwater_broth','blackwater_broth',12,2052,99,0,0);
14839 INSERT INTO `item_basic` VALUES (17923,0,'deluxe_animator','deluxe_animator',1,63572,99,1,0);

1561 INSERT INTO `item_weapon` VALUES (17919,'tant._broth',0,0,0,0,0,0,1,2237,7996,0);
1562 INSERT INTO `item_weapon` VALUES (17920,'meaty_broth',0,0,0,0,0,0,1,2228,1603,0);
1563: INSERT INTO `item_weapon` VALUES (17921,'muddy_broth',0,73,0,0,0,0,1,2229,4420,0);
1564 INSERT INTO `item_weapon` VALUES (17922,'blackwater_broth',0,0,0,0,0,0,1,2227,8517,0);
1565 INSERT INTO `item_weapon` VALUES (17923,'deluxe_animator',0,0,0,0,0,0,1,2232,1,0);

Post Reply