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

    DestinationSer's Amateur sprites!

    Heh, well you just deleted a part of the blade right? :huh: Try to make something whole by yourself, and read some tutorials on how to sprite :p What a sprite need is: Outline (ofc) the outline should be black, shading, AA, and maybe some textures. Here's a tutorial for example...
  2. Sherice

    doTeleportThing

    Yeah, I got it, I'm new in scripting so I don't understand some things :p Like how to use stopEvent(). Could you tell me how, please? Thanks. :D Btw, sorry if I'm asking too much :o
  3. Sherice

    Inspiration Thread

    woot, why if I may ask?
  4. Sherice

    doTeleportThing

    Hey everyone! -- I need a lil help here, how do I define the "thing" here?: function onThink(cid) doTeleportThing(cid, {x = 1019, y = 1055, z = 7}) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end My guess is that onThink(cid) doesn't work in movements? The error says...
  5. Sherice

    RL-Tibia Walk

    Compiled! I don't know, but is it supposed to be possible to walk into NPCs? Cause you can do that in my server :s I'd rather like the npcs to not walk into each other lol.
  6. Sherice

    Inspiration Thread

    Yeah, I understand, that's why I deleted those side things around the blade. :p
  7. Sherice

    Lua onDeath Problem

    Hello, I just want to know what's wrong with this script: function onDeath(cid, corpse, deathList) registerCreatureEvent(cid, "OnDeath2") if isMonster(getCreatureByName("Bandit Chief")) then setPlayerStorageValue(cid, 20001, 1) end return TRUE -- dont know if this is needed...
  8. Sherice

    RL-Tibia Walk

    Thanks! :) Now I just have to learn how to compile it... btw, reped =)
  9. Sherice

    RL-Tibia Walk

    Hi, I want to know if it's possible to do like in rl tibia, you can walk through other players, but not when they are in depot? I know it's possible to make so you can walk through players with flags, but then you will be able to steal items if you put it in depot right? Thanks for...
  10. Sherice

    Inspiration Thread

    Thanks! Here, I edited it again :P
  11. Sherice

    Inspiration Thread

    I tried to edit your sword, GhostX :d hope its good :P
  12. Sherice

    Lua Conditions

    Hello OTLand,(again lol, I need support all the time :/) well, since no one posted in my previous thread, I'll post a new. Anyways, could someone tell what these conditions do please: CONDITION_SOUL CONDITION_DAZZLED CONDITION_CURSED CONDITION_PACIFIED CONDITION_GAMEMASTER CONDITION_HUNTING...
  13. Sherice

    Lua Invisibility

    Bump, new question!
  14. Sherice

    Lua Problem Adding creaturescript to server

    (In creaturescripts.xml) For TFS v0.2, then: <event type="death" name="PlayerDeath" script="playerdeath.lua"/> For TFS v0.4, then: <event type="death" name="OnDeath" event="script" value="ondeath.lua"/> And for the script, you'll have to do it yourself, I know very little of ondeath. Dunno...
  15. Sherice

    Lua Invisibility

    Hello, 2 simple, or maybe hard, questions: Is it possible to make that if you're invisible and attack, the invisibility cancels? And the other question: Can you make so if you're in a fight, you can't become invisible? ---->question solved! [EDIT]: Another question: Is it possible to edit the...
  16. Sherice

    Lua Simple quest problem;

    Well you have to as the tutorial says, put: local specialQuests = { [2001] = 30015 --Annihilator } in data/actions/quests/system.lua. And why the black squares doesn't show up is probably because you have the wrong chest that can't contain anything, or you don't have Remere's Mapeditor. Or...
  17. Sherice

    Error Code 6 (tibia.pic)

    Bump again =( Nobody knows what the problem is? =/
  18. Sherice

    OpenTibia Remere's Map Editor 3.0 Beta

    Seems like the mapeditor bugs when you try to edit the creature and the spawn properties, atleast for me. @(UP): Search in Remere's twitter for the link (RME 3.0 BETA2)
  19. Sherice

    Error Code 6 (tibia.pic)

    Bump!
  20. Sherice

    Error Code 6 (tibia.pic)

    Bring up my thread.
Back
Top