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

    script request

    Up
  2. G

    script request

    For TFS 1.2 version. Token ID: 5308 Reward Item ID:1401 Present container Item ID:2389 if player use the token, the token will be removed, but after 3 tokens used(idk maybe use storage value to count?), onLogin the script check if the player have used 3 tokens and if have free cap for receive...
  3. G

    Script question

    Can i have problem if i use math.random(1,200) ? In all script that i saw this function is (1,100) Because i want a thing with less chance of (1,100)
  4. G

    [TFS 1.2+] Kill Monster & Create Portal

    How add storage who pass the portal created?
  5. G

    How to do? Item respawn.

    up
  6. G

    How to do? Item respawn.

    10% chance to respawn on server startup only, but if someone take the item, no respawn more until save server
  7. G

    How to do? Item respawn.

    Hello, im looking a way to do a item respawn inside a dead corpse, this is possible? 10% chance to appear. Some informations Server version: TFS 1.2 Corpse ID:3786 Item ID:5016 Corpse Position: 2781,3013,8
  8. G

    Lua, block player move item

    I need players moving this ids on others map places, i just need block on some positions related :/
  9. G

    Lua, block player move item

    Forgotten server 1.2 how can i stop a player from moving 2 items from their sqm position? Without modific theys on items.otb, Only allow for use theys. Item id 1: 2007 Item id 2: 3085 Position of id 2007 2034,1023,7 Position of id 3085 2034,1025,7
  10. G

    script modification tfs1.2

    fixed ^^
  11. G

    script modification tfs1.2

    well, i got a problem using this solution, i cannot push trap to my backpack or inventary ;s
  12. G

    script modification tfs1.2

    awesome, worked :)
  13. G

    script modification tfs1.2

    no work ;/ I'm looking for a way to not let players stack open traps in the same sqm... my trap open is id 3482 and closed 3481, i want when a player move a open trap under others open traps, all traps of sqm close instantly
  14. G

    script modification tfs1.2

    itemid="3482" when i move this item 3482 transform on item 3481, right... if i move this item 3482 on a stack of items 3482, how to tranform all on item 3481? not only one. my movement script function onRemoveItem(item, tileitem, position) if item:getPosition():getDistance(position) > 0...
  15. G

    TFS 1.X+ Tfs 1.2 Bug in Arena PVP (pvp Zone with map editor)

    fixed? @roriscrave did u tested with fields on ground too?
  16. G

    TFS 1.X+ Tfs 1.2 Bug in Arena PVP (pvp Zone with map editor)

    I have this same problem too, but when die by fields without owner, fire field, energy field, poison field
  17. G

    Help quest script

    Lua 1.2 tfs Someone can help me to do script of part of this movie 05:00 minutes Im trying to do this part of grass and stairs appear after some time, but no idea how can i do this work perfectly like movie. Players need wait grass start grow up again to appear the stair on stone sqm.
  18. G

    Lua monster summons tfs 1.2

    up
  19. G

    Lua monster summons tfs 1.2

    is there any way to choose monster summon position? (where the summon of monster will appear)
  20. G

    C++ C++ Help Modific Spell Summon

    Using Theforgottenserver 1.2 anyone with knowledge could help me? within this function bool InstantSpell::SummonMonster is possible for example, when the player try summon a creature with xxxx specific name, addSummon other creature with diferente name? "only in this case" utevo res "Demon...
Back
Top