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

    Amulet of Life for tfs 1.2

    bump
  2. zxzxzx

    New drinkable item!

    I have error - attempt to call method "say" a ni value - using tfs 1.2
  3. zxzxzx

    Amulet of Life for tfs 1.2

    Hello! I need amulet of life script (when player die he don't loose items, skills, level, amulet teleport player to temple when he die, amulet have 1 charge left.
  4. zxzxzx

    New drinkable item!

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) item:transform(3942) return true end This is my script, I only want to add drink sound like other potions.
  5. zxzxzx

    New drinkable item!

    (I trying to test say options but I have error.
  6. zxzxzx

    New drinkable item!

    sry but don't know which one gonna work - can you make this talk for me?
  7. zxzxzx

    New drinkable item!

    Ok working - can you make sound like "gulp"? ;)
  8. zxzxzx

    New drinkable item!

    Can u give me full action script?
  9. zxzxzx

    New drinkable item!

    Hello! I want to make item id: 18305 drinkable and then change it to item id 3942. how to make it? tfs 1.2 help rep++
  10. zxzxzx

    another Light item!

    Ok! what editor I need to use?
  11. zxzxzx

    another Light item!

    Hello! I need to make item id: 21699 to light like magic light wand - how can I make it?
  12. zxzxzx

    Full HP/MANA potion (1 charge)

    working! thanks for help ++ ;)
  13. zxzxzx

    Full HP/MANA potion (1 charge)

    tfs 1.2
  14. zxzxzx

    Full HP/MANA potion (1 charge)

    Hello! I need full hp/mana potion with only 1 charge, the potion ID must be 12328 and when I use it the potion should disappear. Thanks for help++
  15. zxzxzx

    Item which gives levels

    nice! thanks for help ;)!
  16. zxzxzx

    Item which gives levels

    Shyzoul nice! working but can u make the item remove after use?
  17. zxzxzx

    Item which gives levels

    tfs 1.2
  18. zxzxzx

    Item which gives levels

    Hello! I'm need simple script item which gives me levels: etc I have 100 level and use item id X which gives me 5 levels and I have 105 level but player can only use 1 level up item of this ID. Thanks for help ++!
  19. zxzxzx

    Edit npc script! help :)

    (already solved) - change only this line: doPlayerAddItem(cid, item, 100)
  20. zxzxzx

    Edit npc script! help :)

    Hello! I have this npc script, the script sell ring for item id: 2258 and its be fine but my ring must have 100 charges left but when I buy it the ring have only 1 charge left... please edit my script and make 100 charges for the ring. the code: local keywordHandler = KeywordHandler:new() local...
Back
Top