my rogue poisonclick still not work, so I tried to add some log into condition-function and wanna know why
i added the following code and got some logs.
I dont know why "Timer() == 0" not work for me.
does Lua's result depends on the OS or platform? mine is windows 10.
another question, after I changed to ItemReady(and removed Timer() ==0) my rogue can use poisonclicky now
but, he will keep bite of shissar in his hand but doesn't affect anything...
i added the following code and got some logs.
[B]RGMercsLogger.log_info("ready1:(%s)", mq.TLO.FindItem(RGMercUtils.GetSetting('PoisonClicky')).Timer() == 0)[/B]
RGMercsLogger.log_info("ready2:(%s)", mq.TLO.FindItem(RGMercUtils.GetSetting('PoisonClicky')).Timer == 0)
RGMercsLogger.log_info("ready3:(%s)", mq.TLO.Me.ItemReady(RGMercUtils.GetSetting('PoisonClicky')))
[B]RGMercsLogger.log_info("ready4:(%s)", mq.TLO.Me.ItemReady(RGMercUtils.GetSetting('PoisonClicky'))())[/B]
[INFO ] ready1:(false) <------this is the reason I think...
[INFO ] ready2:(false)
[INFO ] ready3:(TRUE)[/FONT]
[INFO ]ready4:(true) <------this works for me...
I dont know why "Timer() == 0" not work for me.
does Lua's result depends on the OS or platform? mine is windows 10.
another question, after I changed to ItemReady(and removed Timer() ==0) my rogue can use poisonclicky now
but, he will keep bite of shissar in his hand but doesn't affect anything...
Last edited:


