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

    Spell not dealing damage, not sure why.

    Can some help, i'm trying to do this super awesome spell, however, i can't make it deal damage.. This is the code: local combat2_Brush_2 = createCombatObject() setCombatParam(combat2_Brush_2, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) setCombatParam(combat2_Brush_2, COMBAT_PARAM_TYPE...
  2. L

    Lua Server won't doesn't have monsters dying..

    Hello, I'm attempting to make my own server and messed around with it a bit, maybe a bit too much. There is an error where whenever I kill a monster it dies but his body is still there and it is still targetable and I have no idea why. It gives me the following error: [30/05/2016 15:08:00]...
  3. L

    Created new monsters, how can i put it in RME?

    I replaced the monster Mad Scientist to my own monster instead of creating a new one. I put the mad scientist in the RME but it says mad scientist not found, how can I make it spawn my new monster, Magebomb instead of the old MadScientist.
  4. L

    Solved Premium Door

    How would I make a door only premium players can pass? TFS 0.3.6 :)
  5. L

    How do I make an AMMO only usable on one weapon?

    Im trying to create "special items" and like I want that a certain ammo can only be used with one weapon and vice-versa. How can I make such thing? TFS 0.3.6
  6. L

    Solved Buy something through command not using gold

    So I have two different types of currency in my OT. One is the standard one and the other one is the Premium Points. In my OT it came with a custom !buypremium but it only charges 20,000 and i want it to charge 50 premium points instead of that. Can someone help? ID OF PREMIUM POINTS = 2157 THE...
  7. L

    HOw to add a query to my database?

    So I was working on a VIP system so I searched I few threads. This came up: https://otland.net/threads/vip-system-v2-0.48120/ It says I have to add aquery in my database, how do I do that? Thank youuu ;)
  8. L

    RME Map Editor how to fix weird looking things

    Ok so the image I see in the RME editor is differente from what I see in game. Im using tibia 8.60. Maybe the spr/dat i used in the rme is different but whenever i try to put the standard one it doesn't load.. v0.3.6 tfs if it helps. rme: tibia:
  9. L

    Change vocation when using an item

    I want to create an item that when a player uses it changes ones vocation
  10. L

    Is it possible to create a vocation that "tp" when hitting someone

    So like a few years ago I played tibia a lot. I remember playing an OtServer that had a vocation named "Ninja", and this guy whenever he hitted someone with an attack he teleported around the guy. Meaning: SUPPOSE X IS MONSTER AND Y IS NINJA 1st attack: O O O O X O O Y O 2nd...
Back
Top