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

    [lua] Event onUse not found.

    function onStepIn(cid, item, position, lastPosition) local portal = {x = 1375, y = 500, z = 9} local finishedqueststorage = 14001 local player = Player(cid) if (player:getStorageValue(finishedqueststorage) == 14001) then doTeleportThing(player, portal) doSendMagicEffect(portal...
  2. ibkfly

    Solved Old "Set Bonus" script

    What to put in movements.xml?
  3. ibkfly

    Need help with NPC script (tfs 0.2.15)

    I get error in console when i summon the NPC, it says could not load script data/npc/scripts/cyancrystalmerchant.lua:6: function arguments expected near ':'
  4. ibkfly

    Need help with NPC script (tfs 0.2.15)

    Hey, so ive made an NPC that trades 1000 cyan crystal fragments for an Armor set, i.e. Paladin Set, Knight Set or Mage Set. I don't get any errors when running tfs or anything but the NPC just doesn't appear on the map after i put him there on RME. Ive tried several places to place him but he...
  5. ibkfly

    Request for a custom quest script

    Hey! :) I want to make a quest where you will need four different pieces of cloth (blue, white, red and green) and place them on four different pedestals. When the POCs are placed correctly and a lever is pulled, you will be teleported to a room with an Elemental boss and a reward chest...
  6. ibkfly

    Problem when loading TFS.exe

    What does that mean ?:P
  7. ibkfly

    Problem when loading TFS.exe

    bump
  8. ibkfly

    Problem when loading TFS.exe

    Hey, when I am trying to start up my tfs.exe it just crashes at "obtaining table tiles" when loading database I have loaded it several times earlier today with no problem and i have edited nothing in my database The only thing i had done since the last time i started up the server was adding a...
  9. ibkfly

    HOw to get exhausted..

    Hey i made a spell. When i press the hotkey for the spell, i can just hold it down it the spell will be used like 120291029 times. How am I supposed to get exhaustion? And another thing. I made it so you need 900 mana for the spell. If i have 899 mana it doesnt work, but if i have 900+ i dont...
Back
Top