• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Free Access RL MAP

mbruzaca

New Member
Joined
Jun 8, 2012
Messages
93
Reaction score
1
Location
Brazil
Hello guys! I'm using TFS 1.2 with RL map and I'd like to know if there's a script that frees all access to islands and stuff (fenrock, goroma, farmine), it's working like global tibia, requiring quests for everything.


Any help?


Br
 
Sure is! Just make a talkaction that gives all the storage's for those quests if you need help doing that give me all the quests that you want to auto complete and i can make for you.
 
Hello man! I know it can be done, but I'm looking for a script already done, so I can save some time.. I think its very hard to collect all those storage values, so I thought someone had done that already.
 
Its not hard at all or time consuming for that matter. If you are using ORTS quest storages are presented like this
Code:
    ExplorerSociety = {
        QuestLine = 90,
        bansheeDoor = 91,
        bonelordsDoor = 92,
        calassaDoor = 93,
        edronDoor = 94,
        elvenDoor = 95,
        orcDoor = 96,
        urnDoor = 97
    },

all you would have to do is search for the name of the quest and copy paste the storage values down. You need to be willing to do a little bit of work on your server man... Also if you are requesting a script then you should be psoting in requests not support =)
 
Back
Top