Page 1 of 1

[1.0.6] Cannot self target alchemist bombs

Posted: Sat Nov 23, 2013 9:53 pm
by FlarePusher
Hey, was just testing a few things, and I cannot self target Throw Bomb, the prompt pops up, I click yes, nothing happens, just as if I clicked no.

Apparently this is for 1.0.5 too, keyboard targetting is 50% failure rate, no CD/turn used, Mouse is 100% failure rate.

Re: [1.0.6] Cannot self target alchemist bombs

Posted: Sun Nov 24, 2013 4:05 am
by Castler
I've run into what looks like the same bug while working on my module in 1.0.5. When targeting yourself, game.player:getTarget() returns nil, nil, game.player instead of game.player.x, game.player.y, game.player. This only happens if it shows the "Are you sure you want to target yourself?" prompt; it doesn't happen if nowarning=true.

Re: [1.0.6] Cannot self target alchemist bombs

Posted: Mon Nov 25, 2013 10:48 pm
by darkgod
fixed