Paxiz submitted a new resource:
TFS 1.3 Teleport to trainers - not tested
Read more about this resource...
TFS 1.3 Teleport to trainers - not tested
Script: teleport_with_tileCheck.lua
Code:local ENTRY_AID = 60005 -- ActionID on teleport local TARGET_ITEMID = 100 -- You must be teleported only to tile with id 100 change it to your tileid on training monk rooms or other area local fromPos = Position(1000, 1000, 7) -- on your map left up corner local toPos = Position(1500, 1500, 7) -- right down corner local freeTiles = {} local function updateFreeTileCache() freeTiles = {} for x = fromPos.x, toPos.x do for y =...
Read more about this resource...