Hello, can u help me? why everytime i saw HW,Wizard,Warlock, the client always not respond, i use kRO latest no prob, when i use idRO, always not respond, can u help me? pleasee
Hello guys, can you help? how to disable free cash shop from cash shop window? so i can buy cash shop only by cash not free cash,
i'm sorry my english leangue very bad .-.
please help me to make a script,it's function is to make every player that killed by other player will lose 1 point,excluding monster or mvp
this my script :
- script PK System Minus -1,{
OnPCDieEvent:
if( killedrid != getcharid(0) ){
if ( .@map$=="artz_pvp" | .@map$=="prt_pvp" ) end;
set .@point_amt, 1;
set #KAFRAPOINTS, #KAFRAPOINTS - .@point_amt;
dispbottom "You have lost 1 Point of Honour.";
dispbottom "Your Total Points are : "+#KAFRAPOINTS+"";
}
end;
}
im noob