TAEB / TAEB-AI-Behavioral

behavioral AI for TAEB
http://taeb.github.io
5 stars 4 forks source link

Finish transitioning to the new pickup/drop system #56

Closed sartak closed 11 years ago

sartak commented 11 years ago

Right now, the patch I added (2d50317d0aa6b8410342c066ff9fab4a8e0a882b) just hacks the old system into the new system. Probably should do a more thorough conversion.

doy commented 11 years ago

Definitely should, considering it's broken now(:

sartak commented 11 years ago

I did run it for a few minutes and it seemed to work.

How is it broken?

doy commented 11 years ago

It tries to pick things up, but doesn't actually select anything, so it just loops.

doy commented 11 years ago

This shows up in the log:

Use of uninitialized value in list assignment at lib/TAEB/Announcement/Role/ItemMenu.pm line 9
doy commented 11 years ago

I think this is good enough for now.