Mysterious, you have permission to wreck my eAthena profile. This line in your Guild Prizer should read:
set .@i, select(.@menu$)-1;
My mistake entirely, sorry for any trouble it may have caused. :x
No, "OnAgitEnd" will execute both with "agitend;" and "@agitend". Did you implement the script correctly? Are you using SQL (not TXT)? Are you getting errors (infinity loop, perhaps)?
http://rathena.org/wiki/Permanent_Monster_Spawn
Change the spawn times yourself in the /mobs/ folder. The Biolab MVPs are scripted differently but follow the same time format.
For 1 minute:
OnEnable: for(set .@i,0; .@i<12; set .@i,.@i+1) { specialeffect 563; sleep 5000; } end;
Have whatever NPC you're using call the "OnEnable" label, and 12~5000 is almost definitely incorrect (play around with time values to see what works).
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/monster.conf
// Whether or not to spawn the mvp tomb.
// See http://irowiki.org/wiki/MVP#Gravestone
mvp_tomb_enabled: no
@Syntax32: The scripts that say "rAthena" in the header only work for rAthena. The ones that say "eAthena" will work for eA/3CeAM. I've also posted eA-compatible versions of my scripts on eA's forums.
When players warp to the map, add temporary variables for map location:
getmapxy(@tmap$,@tx,@ty,0);
Then use a scripted warp instead of a warp portal:
<header> 45,2,2,{
warp @tmap$,@tx,@ty;
end;
}
@Mysterious: That isn't quite what he wants. xP