• 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

    Error Code 6 (tibia.pic)

    Hey! I need sum help with editing the "pics" to my server, I use Tibia Editor v6. (what I mean with pic is the tibia.pic) I opened up the pic file with Tibia Editor and exported it so I could edit it. But when I had edited it, imported it into Tibia Editor again, compiled it, and put it in my...
  2. Sherice

    Adding Sprites Into Your Server

    Are there any dat editors for version 9.31? (or 9.44 preferably)
  3. Sherice

    Lua NPC Error, Can walk through NPCs

    Bump this thread, I too got this problem. Anyone know how to fix this?
  4. Sherice

    Lua CreatureNoMove

    Thank ya very much, J.Dre, it works =)
  5. Sherice

    Lua CreatureNoMove

    Hey! If you set a creature to not move, then how do you make so it can move again? Is it "setCreatureNoMove(cid, 0)" ? I've tried that, but it doesn't work. Thanks, Sherice.
  6. Sherice

    Lua What does this mean?

    NVM, I fixed it, can close thread.
  7. Sherice

    Lua What does this mean?

    Still same keywordhandler error.
  8. Sherice

    Lua What does this mean?

    B-u-m-p
  9. Sherice

    Lua What does this mean?

    I dunno what version, I'll ask, and edit this post later. [EDIT]: Im using a server based on DEV 0.4.
  10. Sherice

    Lua What does this mean?

    Well, now I get alot of "attempt to index global 'Keywordhandler' <a nil value>" bugs on all npc lua scripts.
  11. Sherice

    Lua What does this mean?

    Bring U.M.P.
  12. Sherice

    Lua What does this mean?

    Ok: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local Topic = {} local storage = 20000 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  13. Sherice

    Lua What does this mean?

    I edited the post again :P Show you an SS of what, the script?
  14. Sherice

    Lua What does this mean?

    Ok, thanks =) [EDIT]: It says: local a, b = message:lower(), keyword:lower() in npc.lua, so what's this?
  15. Sherice

    Lua What does this mean?

    Hi guys, as the title said, what does this error mean?: Description: data/npc/lib/npc.lua:73: attempt to index local 'message' <a nil value> [Warning - NpcEvents::NpcEvents] Cannot load script, blablabla Anyone that can tell me what the problem is? Thx, Sherice.
  16. Sherice

    Lua Level limit on certain vocation

    Hello, otland! I want to know if it's possible to make a level limit on a certain vocation, like set a level limit lvl 10 on only knight.
  17. Sherice

    Lua Check players in area

    Alright, thanks =]
  18. Sherice

    Lua Check players in area

    Bumpost!
  19. Sherice

    Lua Check players in area

    Hi guys, is it able to make a script to check if there are players in an area? Like change an item to another item if you use it, but if there are players in the area, you can't change the item. Thanx for helps =)
  20. Sherice

    What is Unique ID/uid?

    Oh thanks, I get it better now =)
Back
Top