Page 1 of 1

Error Rombot

Posted: Thu Mar 13, 2014 11:44 am
by Lamkefyned
recently the bot gives me errors.

Micromacro: V1.04.157 (BUJ) (NOTIFY IN A POST IN A WHILE)

ROMBOT: R772
Dibujo.JPG

Re: Error Rombot

Posted: Thu Mar 13, 2014 9:21 pm
by rock5
Is it always the same error? Does your line 1620 look like this?

Code: Select all

	if target.LastHP == 0 or (getGameTime() - target:getLastDamage()) > settings.profile.options.MAX_FIGHT_TIME then
Add this line before it.

Code: Select all

print(getGameTime() or "no time", target:getLastDamage() or "no damage")
Then when you get the error again show me what it prints.