Notes |
|
(0002012)
|
wuffel
|
28-03-14 13:25
|
|
Hi.
Do you have any @statchange-Trigger? Maybe one of them is working with argn1 == 3 (the food-trigger), or similar action?
i cant reproduce this problem. |
|
|
(0002013)
|
matex
|
28-03-14 13:26
|
|
i did the last modification of the @StatChange triggers and.. I tested them as well as i could and didn't notice something like that.
So MaxFood and Food is something different. Maybe it's like wuffel says and you do maxfood=<food> somewhere in @StatChange? |
|
|
(0002014)
|
Coruja
|
28-03-14 17:24
|
|
strange.. I'm using @RegenStat but not @StatChange
already tested without it, but the problem is not on @RegenStat because it doesnt even get fired when I type ".food 30"
ON=@RegenStat
SYSMESSAGE [DEBUG] RegenStat fired: Food
IF (<LOCAL.StatID>==3) //Food
LOCAL.HitsHungerLoss=0
IF !(<FOOD>) && (<SERV.HitsHungerLoss>)
TAG.DirectDamage=1
DAMAGE <SERV.HitsHungerLoss> dam_general|dam_noreveal|dam_nounparalyze
TIMERF 1,FOOD=0
ENDIF
ENDIF |
|
|
(0002017)
|
Coruja
|
29-03-14 03:41
|
|
|