Overburdened on the world map

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Vanguard
Higher
Posts: 68
Joined: Wed Jun 02, 2010 8:51 am

Overburdened on the world map

#1 Post 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.

Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Re: Overburdened on the world map

#2 Post 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)...

Post Reply