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!

"SetKeepConnectEvent" Send item to Inventory

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 21, 2016
Messages
27
Reaction score
0
Can anyone let me know how to modify SetKeepConnectEvent to send the item to characters Inventory instead of Mailbox? And if the inventory is full, it can be sent to either the Backpack or the Mailbox.
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
Sorry for the late reply just got home from work, unsure if you still require help... Keep in mind I am no programmer I just use to tinker with C++ on FlyFF source code.

wouldn't you need to rewrite the

void CEventLua::KeepConnectEventProcess()

change the void to handle the change from the "SendQueryPostMail"

to something stupid like

if( pUser->CreateItem( &itemElem ) )


but duck if I know what I'm talking about haven't touched flyff source in ages and I'm pretty sure I just pull poop out my butt....
if anything perhaps this will get you on the right track if you where still looking for assistance.
 
Upvote 0
Status
Not open for further replies.
Back
Top