Someone know why i cant oepn with flyff NPC Editor..???
please say me fasttt i need this files but i cant use..
Printable View
Someone know why i cant oepn with flyff NPC Editor..???
please say me fasttt i need this files but i cant use..
does anyone could tell me how to fix the npc bug? thx
I'll give you some tips that will lead to the fix.
Not sure if it's v16 or v17 that removed the SubLang usage.
But whatever the case, SubLang is no longer used and is no longer present in the resource files.
Anyone know where these perm buffs are?
OnJoin, OnRevivalLodestar, OnRevival.
Can anyone post a list of bugs they found? Thanks in advance.
There is two small bugs on the OnJoin function, another with crossbows (that I haven't added since the baruna one is a IK3_BOW), another on one of the AI's, another in the DST_IGNORE_PVP_DMG, another on worldfile.
I guess that it's all.
AH, there is a commented exploit on the OnChat function.
It'd be helpful if you explained actually what the bugs did so we could have some notion of how to fix them.
Saying "There's a bug in OnJoin and worldfile." doesn't help much.
Thanks.
OnJoin Bug
if ( pUser->GetJob() >= 24 && pUser->GetJob() <= 32)
(ALL MASTER JOBS WILL CHANGE TO LEGEND JOBS WHEN LOGGING IN)
change it to
if ( pUser->GetJob() >= 24 && pUser->GetJob() <= 31)
Reason: 32 is defined in JOB_LORD_TEMPLER and JOB_MASTER
so everytime you logging in, KNIGHT will change automatic to TEMPLAR
and the error is... TEMPLAR will change automatic to TEMPLAR (redundant) that will cause to error/bug
I didn't actually say spoonfeed me, but whatever.
An explanation of the bug would've been enough.
Hello sir,
first: nice release (: tnx
i just replaced the resource folder of the source with the serverfiles folder. i changed nothing but i get errors & warnings at Worldserver and Neuz.
Worldserver :
http://www7.pic-upload.de/23.08.11/3inufs6j6vf3.jpg
Neuz :
http://www7.pic-upload.de/23.08.11/d6mokeh2lyh1.jpg
And should i use "Spec_Item.txt" or "propItem.txt" ?
so please sir, can you help me ?