Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
i just change on battle.c
if ( (!skill_num || skill_num == PA_SACRIFICE) && tstatus->flee2 && rnd()%1000 < tstatus->flee2 )
TO
if ( (!skill_num) && tstatus->flee2 && rnd()%1000 < tstatus->flee2 )
i already put my backup battle.c but still...
[Error]: script error in file 'npc/custom/breeder.txt' line 16 column 18
parse_simpleexpr: unmatched ')'
13: {
14: /* TODO: This can be optimized with just setmount(), as it can
15: auto-detect the proper mount for the class/skills. */
* 16: if...
im looking for a script that will automatic warp back to their save point if a player hasnt completed quest map
------ meaning player is not auhorized to be on that map
Note: authorized players are those who have completed the map quest- they are the only ones who can land on that map
removed the final NPC ( The one who needs a guitar ) because I'm too lazy to code it.
can anyone have that script code ?
//=====================================================================//===========================eAthena Script============================//======================Made...