Overburdened on the world map
Moderator: Moderator
Overburdened on the world map
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
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 " 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)...
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",
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)...