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!

Looter pets with working stats? HOW? HELP

Newbie Spellweaver
Joined
Jan 19, 2017
Messages
17
Reaction score
1
Sorry for my noob question as i'm new.

I saw this private server named Floral and they have these looter pets with working stats.
What i meant is the stats that they've added actually works.

I tried it with a baby aibatt on my local server and i can see the stats on my pet however the stats didn't actually add up on my char.

I wonder how and why.

Please guide me.
I would appreciate a help and reply from you guys.
Thanks

Up
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Sounds like you need to add it to the tooltip, i could be wrong but it sounds like the issue.

Try adding
Code:
IK3_PET

to

Code:
void CWndMgr::MakeToolTipText( CItemBase* pItemBase, CEditString& strEdit, int flag )
 
Newbie Spellweaver
Joined
Jan 19, 2017
Messages
17
Reaction score
1
Thank you for the reply. I will try it now and let you know.



Hi Ketchup, thanks for the reply. I just tried it and it didn't do anything.
Any idea? I'll be happy to hear again from you. Thanks in advance



Sounds like you need to add it to the tooltip, i could be wrong but it sounds like the issue.

Try adding
Code:
IK3_PET

to

Code:
void CWndMgr::MakeToolTipText( CItemBase* pItemBase, CEditString& strEdit, int flag )


Hi Ketchup, thanks for the reply. I just tried it and it didn't do anything.
Any idea? I'll be happy to hear again from you. Thanks in advance
 
Back
Top