Auto Perin convert for shops

04/12/2025 15:21 Blazing.Flyff#1
Hey epvpers*
short question... which funktion i need to look for in selling at npc where he gives the gold to the character and take the items out of inventory?

I looked in my source but only thing i can find is this one...

BOOL CWndConfirmSell::OnChildNotify(UINT message, UINT nID, LRESULT* pLResult)

but where i can see he gives the penya or take the items?

I need it for auto perin instead of sell penya if its bigger then 2,1mrd

ty <3
04/16/2025 17:45 Blazing.Flyff#2
Found it for my self after 16 hours of searching!

if someone need help search for function:

in this function search for:

this is where you receive the penya after the trade. You can make with modulo your own simple auto perin convert after sells.


you can use this code for you:


But you need to change a little bit with nGold to INT64 and recode gameguard to INT64_MAX.
hope i could help some ppl with this.


Creds to me<3!

have a nice day <3