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

Search results

  1. Xarly

    Action script doubt tfs 1.1

    nono haha the key its working that np added if player:getPosition(Position(33605, 32394, 11)) then works but still can using the key from any sqm >.<
  2. Xarly

    Action script doubt tfs 1.1

    now i get distro error Comparepos i tried if comparePos (player:getPosition(33143, 31527, 2)) then end also tried if (player:getPosition(33143, 31527, 2)) then end < that function worked without comparePos but still can using the key from any position
  3. Xarly

    Action script doubt tfs 1.1

    tried: function onUse(player, item, fromPosition, target, toPosition, isHotkey) if comparePos(getCreaturePosition(cid), {33605, 32394, 11}) then if target.itemid == 22634 then item:remove(22634) player:teleportTo(Position(33574, 32414, 12), false) end return true end but i get distro error...
  4. Xarly

    Action script doubt tfs 1.1

    perfect! one question its possible add, the player need to stay on X position for use this key?
  5. Xarly

    Action script doubt tfs 1.1

    works perfect :P! one question only how i can the key break after use?
  6. Xarly

    Action script doubt tfs 1.1

    well i got it limos function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target.itemid == 22634 then player:TeleportTo(33607, 32396, 11) end return true end and i get on distro error attempt to call method TeleportTo
  7. Xarly

    Action script doubt tfs 1.1

    okey! thanks mate haha now yes! added on creaturescripts.xml but still no work af im awesome idiot, so remember when i tried to make print("test") on the script but don't worked? because i need add it idk where? >.< ah omg now sorry im tard xD
  8. Xarly

    Action script doubt tfs 1.1

    so i mean when i registred Raging mage event on login.lua remember? u said me hey but script not work maybe because u registred on? but i dont remember where u said >.<
  9. Xarly

    Action script doubt tfs 1.1

    okey!mate iw ill check this later and i let you know thanks for all limos! limos one question about the another day because im idiot and i deleted some things so, when i added new event on login.lua what i need to do after? for work script? xd i can't remember it now >.<
  10. Xarly

    Solved Cast system tfs 1.1????

    https://github.com/otland/forgottenserver/pull/994 there is the link bro
  11. Xarly

    Solved Cast system tfs 1.1????

    yea i thinked was a work of tibiaking but i checked and it was a work of djarek, i reported the bug on github xd, its just w8 for his release so i can take this time for try to fix another things on my ot
  12. Xarly

    Solved Cast system tfs 1.1????

    For sure im going to spend money on my server, and im going to add donations, but too im working alot all days 24 hours fixing bugs asking to ppl hw to fix that , that tryng to learn because alot of years im not making ots i started 1 month ago and im working all days on my server with alot of...
  13. Xarly

    Solved Cast system tfs 1.1????

    well i rlly wont spend my money in one cast system because im going to spend so much money on host so i prefer to wait that guy releases his cast system
  14. Xarly

    Action script doubt tfs 1.1

    yea bro but i need to know how to use x key on x item for get teleported to x position xd with that only i can¡t do nothing >.< bump!
  15. Xarly

    Solved Cast system tfs 1.1????

    well bro i see on github and its on final phase and its possible to use xd so idk why wont compile if some ppl are compiling it without problem
  16. Xarly

    Solved Cast system tfs 1.1????

    Hello guys is there any cast system for tfs 1.1 i tried to search there on otland and can't find and i tried the cast system of darek for tfs 1.1 and i got this error when compiling the tfs thanks in advance
  17. Xarly

    List of useful TFS 1.x scripts.

    zbizu can u make for tfs 1.1 a script when i use key with id xxxx on the item with id xxxx i got teleported to a x position its possible? thanks mate^^
  18. Xarly

    Action script doubt tfs 1.1

    Hello guys well i want to make a script for when i use example silver prison key in one Iditem the player get teleported sto a position so use silver prison key on the item with id 22607 and player get teleported to a x position and the item break how i can make it? im using tfs 1.1 thanks guys!
  19. Xarly

    NPC The Gambling Man, the interactive dicer

    nice nice! lets go an dupdate it haha it will be th ebest
  20. Xarly

    Solved TFS 1.1 Old Functions Script Problem!

    there is bro m63-942-929 thanks
Back
Top