• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Depot Rookgaard

peteralto

Member
Joined
Nov 1, 2020
Messages
93
Solutions
1
Reaction score
19
I would like to put depot on rookgaard, but I wanted to prevent them from sending items from main there. How should I proceed? Possible by LUA or would it be necessary to change some line in the source?

Thanks

TFS 1.3 Downgrade
 
Downgrade to what version?

If you're using a version that still requires town name, should be able to edit
C++:
bool Mailbox::sendItem(Item* item) const

And add something to prevent sending to that town id.
 
Instead rookgaard put NoTown in depot boxes.
This works thanks.
Downgrade to what version?

If you're using a version that still requires town name, should be able to edit
C++:
bool Mailbox::sendItem(Item* item) const

And add something to prevent sending to that town id.
Thanks for that option to.
 
Back
Top