//Created by Aeromas
//Ver 1.0
//Compatible with:
//eAthena
//GM Login && Admin login announcement, when new player joins, they're announced PLAYER has joined your RO, and then they get 2 level ups, you can modify it with getitem, or set Zeny, X;
- script gmloginannounce -1,{
OnPcLoginEvent:
if(getgmlevel() >=99) {
if(#LoginAnnounce$ == "On")
{
announce "Administrator "+strcharinfo(0)+" has signed in.",bc_all,0x00ff66;
end;
}
}
else if(getgmlevel() < 99 && getgmlevel() >= 60)
{
if(#LoginAnnounce$ == "On")
{
announce "GM "+strcharinfo(0)+" has signed in.",bc_all,0x00FF66;
end;
}
}
end;
}
- scriptjoinyourro -1,{
OnPcLoginEvent:
if(#New_Player == 1) end;
if(BaseLevel==1 && JobLevel == 1)
{
announce "Please welcome "+strcharinfo(0)+" to our server!",bc_all,0x00ff66;
announce " And for joining our server, we're going to level you up 2 times!",bc_self,0x00ff66;
atcommand "!baselevel 2";
set #New_Player,1;
end;
}
end;
}
can someone edit it for rathena use ?
the leveling also now working.
besides that,, can someone add offline function for offline GM level 60 above with red color and
add new function online player with green color and offline player with red color.
sir emistry have submit a report.
Why are you taking it personal?
I tried the same script and I had the same problem
the mobs do not dissapear after 1 minute. thats the reason I said thats strange
so stop expecting things about me that you dont know
wth are u doing man ?
you are taking it personal LOL.
cool man. its nothing.. haiz.
you can download this script again, already upload new fixed version.
thx bro
btw, all player can spam it, not restrict to 1st come 1st register.
how ?
sir. i put this.
12258,Bombring_Box,Bomb Poring Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ summon "--ja--",3606,60000; },{},{}
but the problem is, the mobs are not dissapear after 1 minute. T_T
12258,Bombring_Box,Bomb Poring Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if(strcharinfo(3)=="cell_game","prontera") { monster "this",-1,-1,"--ja--",1904,1,""; } },{},{}
i want to edit it to become all map. how ?