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

    Full set Bonus

    Hey, I was wondering if anyone knows how to do a script where if you have the full equipment set of a specific type (I.E. Golden set in regular Tibia, i have custom ones in my server) (Helmet, Armor, Legs, Boots, Weapon and Shield//Two Handed Weapon) you get a set bonus. More specifically, i...
  2. ibkfly

    Unable To Level Up Without Storage

    Hey, I was wondering if anyone has any idea how to make it so you cant level up without a certain storage value? Im thinking about making it impossible to gain experience at level 500 without completing a promotion quest. When you are promoted, you are able to gain experience again. Cheers...
  3. ibkfly

    Solved Second promotion (TFS 1.1)

    Hello, i need help with my action script for second promotion. When i use the item, nothing happens. The item id is correct. I use TFS 1.1. Thanks in advance :) Code: function onUse(cid, item, frompos, itemEx, topos) local player = Player(cid) local vocs = {11,12,13,14,15,18} if...
  4. ibkfly

    [Norway] MegaOT - Custom Server - 10.77 [Custom Client] [UNDER CONSTRUCTION]

    MEGAOT.SYTES.NET Features: - Custom Map (Parts of Real Map included) Featuring Three Main Cities (Lava Island, City of Valor and Crystal City) and a small castle where you start off. (More to Come) - Custom Spells 20ish new balanced spells for each Voc. More spells come as you promote and...
  5. ibkfly

    A little help with adding new monsters (.dat) from scratch

    Hey guys, title says it all really. Searched around the web for a while, and while i have found a lot of useful help on using the objectbuilder and itemeditor for instance(thanks to the community :) ), there doesn't seem to be any "guides" on how to actually add for instance a yellow dragon or...
  6. ibkfly

    ItemEditor Issue (TFS 1.1/10.77)

    All right guys. So i have created new sprites and new items in .dat, as you can see here: https://imgur.com/a/nhbnY Don't really know how good the pictures are lol but anyhow i have 21993 items in my .dat compiled from ObjectBuilder. It is in the right folder for the ItemEditor (the .spr too...
  7. ibkfly

    Importing database issue

    Hey guys. So i rebooted my PC to factory, i did a backup of my server and client. Didnt get a backup of website and DB(not sure if this matters, just saying). The problem im having is when trying to import the default schema.sql into my newly created DB in uniformServer. It basically tells me...
  8. ibkfly

    [LUA] TFS 1.1 Challenge Quest

    Was wondering if anyone could/would like to make a script for me. Could be done like svargrond arena, could be done without teleports, whatever makes it easiest/shortest for you guys. I want monster waves like first wave 10 demons, second wave 10 orshabaals/juggernauts, third wave 5 morgaroths...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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