Okey,... no i extract the data.grf and found the file.
But same problem, when i open the file there are this symbols.
I using diffrent programms, nothing works?!
Hi,
i want to change the skill "Teleport". so the player can toggle the skilllvl.
Found here how to:
http://rathena.org/board/topic/65785-skill-level-toggle-question/
But i cant open the skillinfolist.lub Files, all the programms look like this:
How can i edit the File?
prontera,150,150,5 script Healer 99,{
if(*agitcheck== 0 ) {
percentheal 100,50;
}else
{
percentheal 0,0;;
}end;
}
Will this work? Im not a Coder
Oh there is a awnser
Hi,
how can i disabled my healer during WoE?
i Use this really clean script:
prontera,150,150,5 script Healer 99,{
percentheal 100,50;
// sc_start SC_BLESSING,360000,10;
// sc_start SC_INCREASEAGI,360000,10;
end;
}
Hi,
i want to add the autoevent thats starts every hour.
How can i do this?
Here the script:
http://mysterious-project.googlecode.com/svn/trunk/npc/mushroom_event.txt
Oh thats hurt me,..
alot of work >_<.
Is there a good site to check all the stuff of ep. 9. because i dont know all thinks to change
I found old eathena files:
https://github.com/eathena/eathena/tree/35b239393cfa041699da5d85128da43e18d50118/db
is it possible zu use this for my rathena serveR?
Hi,
i have a testserver with Pre Renewal Settings.
But when i take a armor the DEF is Wrong! The description from the Item is right but when i put it on the stats are wrong.
Look here:
What can i do`?