You should look through the Utility Script Releases. Some of the scripts you're looking for are already posted there.
Utility Script Releases: http://rathena.org/board/forum/138-utility-script-releases/
Haha I do with what's given to me for my server and it was eAthena. I experienced a big failure on my last server when I tried to update it so I might stick with eAthena for a little while. I'll try this script thank you so much for your help
Oh no Kido don't apologize. I thank you very much for your effort Maybe someone can just add on to your idea haha But really thank you so much for this.
Can I bump this? No one has viewed it Can someone help me with this please or let me know if this is even possible or if there's something like this out there. Thank you again in advance!
Thank you for pointing that out I definitely did not want to include the regular players. As for your script, I'm kind of a noob in scripting still so where should I insert that part?
Thank you so much for this, it looks very complicated haha I hope it works. Btw which gm levels does your script apply to?
I was looking for a script that can shove my staff from specified maps and failed to find one, so I attempted to create my own. I thought it was a success because it shoves my staff from these maps but it turns out it shoves them from ALL the maps.
Can someone help me with this please! Thank you so much in advance
- script AutoKick -1,{
OnPCLoadMapEvent:
if( getgmlevel() <= 80 ) atcommand "@shove "+strcharinfo(0);
end;
}
abbey02 mapflag loadevent
ra_san05 mapflag loadevent
thor_v03 mapflag loadevent
lhz_dun01 mapflag loadevent
lhz_dun02 mapflag loadevent
lhz_dun03 mapflag loadevent
payg_cas04 mapflag loadevent
abbey03 mapflag loadevent
thana_boss mapflag loadevent
Is there a script that makes daily WoE by defending and earning points? For example, a whole guild defends and every 5 min(can be adjusted) they receive a point. Then the guild who has the most points wins the agit or something more or less.
Please help..Thank you in advance!
To disable warping TO your pvp room edit conf/mapflag/nowarpto.txt
To disable warping OUT of your pvp room edit conf/mapflag/nowarp.txt
To disable skills edit conf/mapflag/noskill.txt
I hope that helps
Is there a command that I can insert in this script so that it excludes GM lvl 20 or higher? Just like how this script excludes the vendors from being picked.
{
query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid;
attachrid .@aid;
if(CheckVending())
{
DetachRID();
continue;
}
announce strcharinfo(0) +" won in Lucky Pick Event.", 0;
getitem 675,1;
break;
}
end;
}