 |
Articnal Apprentice
Joined: 19 Jan 2002 Posts: 107
|
Posted: Sat Jan 03, 2004 11:08 am
Alarms not working (Hard) |
Hi,I got a strange problem:
I got some triggers,and there is one alarm on them,that way:
#ala actions {+3} {#var muertes 0
#var questsino 1
#t- questask
#t+ questdo
#var salas %roomvnum
otherroom}
Sometimes,this alarm doesnt execute,and i find it grey,like if it was a trigger,with +3 as name. Why doesnt it work,and how to get it to work? =(
otherroom is an alias,this way:
#if (%roomvnum=%item( @salas, 1)) {
#delnitem salas (1)
#if (%numitems( @salas)>0) {#ala step {+1} {#walk %item( @salas, 1) @zona} questdo} {
findroom @questhab
}
} {#alarm seguir {+1} {#walk %item( @salas, 1) @zona} questdo}
And findroom is an alias next way:
#unvar salas
#var salas ""
#CALL %mapfilter(%concat("(Name LIKE '",%-1,"') AND (ZoneID = ",%zonenum(@questreino),")")))
#LOOP 1,%numrooms( ) {#ADDITEM salas {%mapvnum( %i)}}
#CALL %mapfilter("")
#ala seguir {+5} {onroomenter} |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Jan 03, 2004 6:48 pm |
If it's grey it's been disabled, and that means you have a trigger or other setting which disables it. Look for the #T- actions command.
|
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|