Search found 36 matches
- Fri Nov 16, 2018 10:14 am
- Forum: Scripting
- Topic: How to add BST Jugpet??
- Replies: 2
- Views: 4288
Re: How to add BST Jugpet??
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...
- Thu Nov 15, 2018 11:50 pm
- Forum: Scripting
- Topic: How to add BST Jugpet??
- Replies: 2
- Views: 4288
How to add BST Jugpet??
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...
- Mon Jan 08, 2018 10:28 am
- Forum: Scripting
- Topic: Help with custom code
- Replies: 0
- Views: 4329
Help with custom code
I am doing some custom server coding and need help with compile error: It's on the "if(battleutils::CalculateSpellCost" line player_charm_controller.cpp(2650): error C2664: 'CSpell *spell::GetSpell(SpellID)': cannot convert argument 1 from 'uint16' to 'SpellID' // *** If no healing is needed but I n...
- Sat Jan 06, 2018 11:36 am
- Forum: Scripting
- Topic: Strange issue !additem
- Replies: 8
- Views: 8201
Re: Strange issue !additem
what is your client version? I just logged into retail and no updates.
you should be on CLIENT_VER: 30171205_0
you should be on CLIENT_VER: 30171205_0
- Fri Jan 05, 2018 9:28 pm
- Forum: Scripting
- Topic: Strange issue !additem
- Replies: 8
- Views: 8201
Re: Strange issue !additem
sounds like version mismatch like whasf said. Goto bastok markets and test. if it's wrong then your server or client is not up to date.
- Fri Jan 05, 2018 7:47 pm
- Forum: Scripting
- Topic: Strange issue !additem
- Replies: 8
- Views: 8201
Re: Strange issue !additem
are you still having this issue with updated client and server? if so what zone are you in when typing the command?
- Sun Dec 10, 2017 5:06 pm
- Forum: Scripting
- Topic: NPC Menu option
- Replies: 2
- Views: 3365
Re: NPC Menu option
Do you know how to find the correct codes? that's where i'm stuck. Thanks
- Sun Dec 10, 2017 9:50 am
- Forum: Scripting
- Topic: NPC Menu option
- Replies: 2
- Views: 3365
NPC Menu option
I am working on Isakoth Npc in Basktok Markets. How is the option == Menu number calculated? How do I find this number? looking at the Cruor Prospector code, I see 10 items on page one. Isakoth has 15 items on page 1. function onEventFinish(player,csid,option) -- printf("CSID: %u",csid); -- printf("...
Re: @Commands
I see the moogle issue has already been reported. #3956
undoing the changes to packet_system.cpp fixed it for me.
undoing the changes to packet_system.cpp fixed it for me.
Re: @Commands
I see must have missed that somehow! although the mog moogle still seems broke.