NerdanelVampire: After you have killed the Boss Rabbit, when you return to Imelda for your reward, you get an error message instead when she stops speaking:

error: undefined global variable 'obj' 
stack traceback:
   1:  function `error' [C]
   2:  function `safe_getglobal' at line 133 [file `/engine/globals.lua']
   3:  method `IMELDA' at line 1761 [file `/scripts/dialogue.lua']
   4:  function <724:file `/data/stores/actions.lua'> at line 737
   5:  function <469:file `/engine/stores.lua'> at line 552

Then the screen is corrupted, and the Vorpal Bunnies quest remains marked as unrewarded in the quest listing.

BucketMan: Mmm...yes. Looks like:

obj_shoe.to_a = obj.to_a + 5

need to be:

obj_shoe.to_a = obj_shoe.to_a + 5

Thank you for the report. Dragonball T is getting big enough that it's difficult for me to find all the bugs on my own. Please keep them coming. :)

As a workaround in the meantime, try removing your shoes before talking to Imelda. She'll give you a generic shoe type that uses different code.

Sirrocco: However, you ought to know that the "remove your shoes" fix for imelda does not, in fact, work.

BucketMan: Mmm...not so good. :/ Sorry, everyone. It will be fixed with the next release.

Modules/Dragon Ball T/BugReport4 (last edited 2006-12-12 02:10:41 by BucketMan)