Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE]-[FIX] NPC Item Fix

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 10, 2011
Messages
46
Reaction score
11
Fix all items + Add Stone of the Wise , Superior Remedy, Advanced True Sight and Advanced Stone cure

PHP:
UPDATE `newproject_data`.`t_shopitem` SET `a_national` = '4';

INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES ('226', '3763', '4');
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES ('226', '2899', '4');
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES ('226', '3579', '4');
INSERT INTO `newproject_data`.`t_shopitem` (`a_keeper_idx`, `a_item_idx`, `a_national`) VALUES ('226', '3582', '4');
 
Last edited:
Newbie Spellweaver
Joined
Sep 10, 2011
Messages
46
Reaction score
11
Re: [FIX] Merchant Geres Item Fix

Updated :thumbup:
 
Newbie Spellweaver
Joined
Jul 18, 2009
Messages
21
Reaction score
0
Re: [FIX] NPC Item Fix

rzr, can i downlaod your lc ? i want to play in
 
Newbie Spellweaver
Joined
Sep 10, 2011
Messages
46
Reaction score
11
Re: [FIX] NPC Item Fix

coming soon on
 
Status
Not open for further replies.
Back
Top