• 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!

Search results

  1. V

    TFS 1.0, Need help with town portals (script)

    This is the code i wrote together. But it doesn't work. local town = {} local destination = {} local TownPos = {22601} function onUse(cid, item, itemEx, isHotkey) if item.uid > 1000 and item.uid <= 22670 then local itemType = ItemType(item.uid) local player = Player(cid)...
  2. V

    TFS 1.0, Need help with town portals (script)

    Hey, i'm currently using TFS 1. 0 verison for Tbia client v 10.41. I'm at the moment making my own custom map, and want to include town portals which will switch your characters townid (planing to have some major cities) incase they would die. I've been searching around all over the place for a...
Back
Top