Last man standing problem

hustler

Banned
Banned
Veteran
Jun 6, 2009
570
30
115
I have made a last man standing npc and when you win the event you talk to the npc and it gives you a armour. However, i want to know how it can automatically take back the armour before the next last man standing event whether the player is online or not.. Anyone know how it can be done? Any help is appricated.

h
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,389
123
289
not sure about given time
but: (just guessing here)
if you win the lms
npc that gives armor >
- clears some txt file an adds your name there (with those checknamelist commands) (no clue if there's a command to clear a namelist file)

using qfunction/questmap system:
@ login> script checks the namelist and if you're name is not in the file it removes the armor (no armor = nothing to remove and no harm done)
@ changing map (could just do it on key maps like all provinces) > same as above

could probably just set it on some timer using the robot system or whatever, but i have no idea how it works/if it works
 
Upvote 0

Hany

Golden Oldie
Golden Oldie
Feb 28, 2005
918
121
180
sorta wot TD said

make sure armour cant be stored etc as obv commands only check bag/body

/ben
 
Upvote 0