Page 1 of 1
Overburdened on the world map
Posted: Sat Jun 05, 2010 3:22 pm
by Vanguard
If you get overburdened while on the stairs leading to the world map and then exit, you will be trapped forever. You can't move because of the weight of your items and you can't drop them.
Re: Overburdened on the world map
Posted: Sat Jun 05, 2010 3:57 pm
by Canderel
Yeah I got that...
If you really feel sentimental about it... you can go to <tomefolder>/game/modules/tome/class/player.lua
find the line that says "
Code: Select all
if game.zone.wilderness then game.logPlayer(self, "You can not drop on the world map.") return end",
and put a -- in front of it.
Load your game again, and drop. This enables you to drop on the world map (and it stays there forever). However I haven't been able to activate pickup (admittedly I didn't spend a lot of time trying)...