Hello everyone! someone has a script so that "id_group: 99" can change the "job" to the other players?Create this as I could, but I see several errors when it comes to distributing stats
gm_j_changer.txt
Hello everyone! Could someone pass this script to me, but in dialogues in Korean or English? Currently the encoding format is illegible and I have no idea what the instance is about. Thanks!
credits script to Ziu. muchísimas gracias
Remnant_of_azit.txt
hi rathena! How can I expand the area of effect? it's ten seconds and it gives time to scroll through many cells Thank you!
announce "Get out of there! You have 10 seconds to get away or you will die!",bc_yellow|bc_all;
sleep2 10000;
.@area = getbattleflag("area_size");
getmapxy .@map$, .@x, .@y, 0;
.@dx = rand( -.@area, .@area );
.@dy = rand( -.@area, .@area );
if ( !checkcell( .@map$,(.@x+.@dx),(.@y+.@dy),cell_chkpass )) {
unitkill getcharid(3);
} else {
specialeffect(EF_SCREEN_QUAKE, AREA,getcharid(3));
end;