- script PVPKill1 -1,{
OnPCKillEvent:
getmapxy(.@map$,.@mapx,.@mapy,0);
if (.@map$ == "galaxy") {
if (killedrid == getcharid(3) || killedrid == last_kill) {
atcommand "@die";
atcommand "@storeall";
announce ""+strcharinfo(0)+" tried to Kill On Sight the same player!",bc_blue|bc_all;
end;
} else {
set last_kill, killedrid;
announce "Please do not kill the same player again after this. ALL your items will be in storage.",bc_blue|bc_self;
dispbottom "Do not kill the same player after this one. ALL your items will be in storage.";
dispbottom "Do not kill the same player after this one. ALL your items will be in storage.";
dispbottom "Do not kill the same player after this one. ALL your items will be in storage.";
dispbottom "Do not kill the same player after this one. ALL your items will be in storage.";
end;
}
}
}
Will only @die and @storeall if the player killed him/her 3 times at least.
The item will be in the "ETC" inventory. When he/she holds it in his/her inventory. He or she will receive additional +1 all stats.
BUT only if he or she is in the guild of the castle owner of Kriemhild. Quick request pretty please? Thank you for your help (:
Sir Emistry, maybe you switched it around or misunderstood the request. I hoped to say.
The mob will spawn when WoE end. and when WoE starts, @killmonster2 except the Emperium of course.
Yeah. I've already done that when I never hosted it on another host such as VPS or Asurahosting..
When the server used to be offline, all custom bgms works. but I'm getting a hard time when I impliment it through another host..
Proper way to say it is I don't know how to add it correctly at the very least..
When I use thor Generator.
I place the directory to the folder where the BGM is in.
Example: the song is in Thor/BGM
so I put the settings in the directory Thor/BGM.
Does it matter if its ASCII or Unicode?
After I patch, it seems the file is inside the BGM folder but won't play when I do it in the server..
I already changed mp3nametable.txt as well.
After I changed the Emperium database. It still did not do anything after I reloadmobdb.
1288,EMPELIUM,Emperium,Emperium,1000000,,1,0,0,1,60,73,64,50,1,17,80,50,26,20,10,12,0,8,26,0x40,300,1288,288,384,0,0,0,0,0,0,
About this http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
How will I run the SQL in a VPS (asurahosting)? or do I have to do it first in my computer then upload it on the host?
I tried to patch it.. is this the correct way?
Right click -> SVN Checkout -> Apply Patch.
then idk where or which folder.. i tried to select "src" but it kept saying working memory lol
Not sure how I will start it thats why
I'm just requesting for a little script that will do a mobcount check. and if it reaches 0. OnPCEvent will happen next.