hi Scripters! how can i apply this script only in guild_vs3?
- script respawn -1,{
OnPCDieEvent:
sleep2 1;
set @pk_death, @pk_death + 1;
if ( @pk_death >= 2 ) {
warp "SavePoint",0,0;
atcommand "@alive";
set hp,1;
set @pk_death,0;
}
}
i got the script, but how can i set this just for guild_vs3
- script respawn -1,{
OnPCDieEvent:
sleep2 1;
set @pk_death, @pk_death + 1;
if ( @pk_death >= 2 ) {
warp "SavePoint",0,0;
atcommand "@alive";
set hp,1;
set @pk_death,0;
}
}
hi John Key,
try this. open edit your msgstringtable.txt and find this line.
Do you really want to purchase '%s' item? %d points will be deducted from your total Kafra Credit Points.#
and change it to
Do you want to buy '%s' item? %d donations will be deducted.#
same problem to this
http://www.eathena.ws/board/lofiversion/index.php/t247649.html
hope it helps.
hi rAthena, im using Toasty's WoE controller.. the problem the emp is respawning already not the time i set to the controller.
do i need to disable the agit_controller? help!