Passed by this while lurking today and decided to try it out. Fun so far, can't wait to see what comes by next update. XD
Got another bug for you, though. After finishing the last mission, I went to Item Trade and tried to turn in the two items I had, but the second one always crashes the game (regardless of order, so it'd be the sixth item turned in.)
Turning in the Magic Lamp first:
Traceback (most recent call last):
File "srpg.py", line 4, in <module>
File "lostsky\__init__.pyc", line 98, in bootstrap
File "lostsky\core\engine.pyc", line 1789, in title_screen
File "lostsky\core\engine.pyc", line 1822, in launch_wm
File "lostsky\worldmap\worldmap.pyc", line 489, in navigate_loop
File "lostsky\worldmap\worldmap.pyc", line 1339, in navigate_loop
File "lostsky\worldmap\worldmap.pyc", line 1299, in user_input
File "lostsky\worldmap\worldmap.pyc", line 631, in wm_menu
File "lostsky\worldmap\trading.pyc", line 306, in trading_menu
File "lostsky\worldmap\trading.pyc", line 381, in select_trade_menu
File "lostsky\worldmap\trading.pyc", line 479, in examine_trade_menu
File "lostsky\worldmap\trading.pyc", line 106, in execute_trade
TypeError: list indices must be integers
Or turning in the Ibis Tapestry first:
Traceback (most recent call last):
File "srpg.py", line 4, in <module>
File "lostsky\__init__.pyc", line 98, in bootstrap
File "lostsky\core\engine.pyc", line 1789, in title_screen
File "lostsky\core\engine.pyc", line 1822, in launch_wm
File "lostsky\worldmap\worldmap.pyc", line 514, in navigate_loop
File "lostsky\worldmap\worldmap.pyc", line 451, in user_input
File "lostsky\worldmap\worldmap.pyc", line 1339, in navigate_loop
File "lostsky\worldmap\worldmap.pyc", line 1299, in user_input
File "lostsky\worldmap\worldmap.pyc", line 631, in wm_menu
File "lostsky\worldmap\trading.pyc", line 306, in trading_menu
File "lostsky\worldmap\trading.pyc", line 381, in select_trade_menu
File "lostsky\worldmap\trading.pyc", line 479, in examine_trade_menu
File "lostsky\worldmap\trading.pyc", line 106, in execute_trade
TypeError: list indices must be integers
I didn't have any of the other items on hand at the time to see if it's always the sixth item or not, but here you go. Sorry I can't be of too much help, but coding is not my strong suit.