Please someone make a NPC like this, I found it here in eathena.
1.change it to a guild winner. It will use 1 castle only and it is kreimhild,only Guild leader of kriemhild can access. Guild leader can make prontera into a pvp whenever he wants.Its like owning the prontera.if is possible I want to have a brodcast feature but only guild leader can use it.
Question
maynard
Please someone make a NPC like this, I found it here in eathena.
1.change it to a guild winner. It will use 1 castle only and it is kreimhild,only Guild leader of kriemhild can access. Guild leader can make prontera into a pvp whenever he wants.Its like owning the prontera.if is possible I want to have a brodcast feature but only guild leader can use it.
2. can override by GM.
prontera,154,186,3 script Prontera_switch 871,{
if( getgmlevel() >= 0 ) {
switch(select("Enable PVP:Disable PVP")) {
case 1: pvpon "prontera"; break;
case 2: pvpoff "prontera"; break;
}
}
close;
}
19 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.