• 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. Shackal

    Solved Gesior Error if create guild by character online

    Hello guys, I'm using the gesior https://github.com/gesior/Gesior2012/tree/TFS-0.4_rev_3703+ and TFS 0.4 3777 If i try to create a guild and my charactar is online, i have this error: ty u in advanced!!
  2. Shackal

    Guess the age of the next poster!

    false. next 30
  3. Shackal

    Solved doSetPlayerOutfit doubt

    Great!! Thank you very much for all!! Solved!!
  4. Shackal

    Solved doSetPlayerOutfit doubt

    nothing bro, with this script: local duration = 30 local outfitstuff = {outfitstuff} function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 52315) > 0 then doSetPlayerOutfit(cid, outfitstuff, duration*1000)...
  5. Shackal

    Solved doSetPlayerOutfit doubt

    The same error, but now with this function: doPlayerSetOutfit (a nil value)
  6. Shackal

    Solved doSetPlayerOutfit doubt

    omg.. have this error
  7. Shackal

    Solved doSetPlayerOutfit doubt

    i think this function is wroung doSetPlayerOutfit(cid, NewOutfit, duration*1000)
  8. Shackal

    Solved doSetPlayerOutfit doubt

    No error in console mate, only not work :(
  9. Shackal

    Solved doSetPlayerOutfit doubt

    Hello Guys, I'm using tfs 0.4. Why this script not work? local duration = 30 local NewOutfit = {looktype=71,lookhead=20,lookbody=0,looklegs=40,lookfody=30,lookaddons=1} function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 52315) > 0 then...
  10. Shackal

    Action Daily Quest (different reward every day)

    Great Limus, Nice idea and Nice script!! Thank you !! :)
  11. Shackal

    Solved doTransformItem doubt

    Great Limos.. thank you mate!
  12. Shackal

    Solved doTransformItem doubt

    example: 3914, normal works 3925 need to exit the screen
  13. Shackal

    Solved doTransformItem doubt

    I think there is nothing wrong with the script because happens only some of the items, but the script is as follows: local CONSTRUCTIONS = { [3901] = 1650, [3902] = 1658, [11127] = 11123, [11199] = 11197, [11120] = 11121, [3903] = 1666, [3904] = 1670, [3905] = 3813, [3906] = 3817, [3907] =...
  14. Shackal

    Solved doTransformItem doubt

    Why when I use the function doTransformItem must exit the screen for the item to appear?
  15. Shackal

    Let's learn how to use Remere's !

    Thankss Mate :)
  16. Shackal

    [How-to] Doors

    thanks Evan!!
  17. Shackal

    [10.76] Evolutions Server

    https://otland.net/threads/compiling-tfs-1-0-1-1-latest-source-64-and-32-bits-pics-and-lots-of-explanation.204532/
  18. Shackal

    [10.76] Evolutions Server

    thxx comedinha!
  19. Shackal

    Solved Error onUse if item inside backpack

    Thanks alot for your attention and patience Limos. Hugss
  20. Shackal

    Solved Error onUse if item inside backpack

    local holes = {468, 481, 483, 7932} local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136} function onUse(cid, item, fromPosition, itemEx, toPosition) local groundTile = getThingfromPos(toPosition) if toPosition.x ==...
Back
Top