Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Frozie

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Frozie

  1. yea i keep that too, i only add that OnPCBaseLvUpEvent part
  2. umm.. i alr try the script and the result is when my char level up to 150, it didnt kick me out of the map instantly.. instead i must relog first for it to kick me out of the map.. --------------------------------------- woot i got the solution.. i try to add this to emistry script and it works.. i got kick when i reach 150 and i cant get in there again.. OnPCBaseLvUpEvent: if ( strcharinfo(3) == .map$ && BaseLevel >= .max_level ) { warp "SavePoint",0,0; } end;
  3. - script baselvl_kick_map -1,{ OnInit: .max_level = 150; .map$ = "prontera"; setmapflag .map$,mf_loadevent; end; OnPCLoadMapEvent: if ( strcharinfo(3) == .map$ && BaseLevel >= .max_level ) { warp "SavePoint",0,0; } end; } thank you. i believe that will solve my problem
  4. is it possible to kick a player at certain level ,ex: lvl 150 from a certain map? if yes, how can i do that?
×
×
  • Create New...