"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.
 
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 **** if I know what I'm talking about haven't touched flyff source in ages and I'm pretty sure I just pull **** out my ass....
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