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!

Bonuses doesn't appear on weapons? :>

Newbie Spellweaver
Joined
Aug 18, 2013
Messages
8
Reaction score
0
Hey everyone, I hope everyone is having a wonderful day! Could anyone help me with my little problem? I have stats on the stick but they don't appear on the stick. I check if If the ID's didn't duplicate or anything but no. I have all stats, Attack Power %, and HP rate % on the stick, but doesn't appear(Bonuses doesn't appear on all the weapons in the game) ~.~. Thank you anyone for helping! flyff00002 - Bonuses doesn't appear on weapons? :> - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Find both instances of:
Code:
PutItemGold( pMover, pItemElem, &strEdit, flag );

and make sure that this is right below it:
Code:
PutSetItemOpt( pMover, pItemElem, &strEdit );
 
Back
Top