• 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!

Recent content by BoundXhan

  1. BoundXhan

    [USA] Avencia 8.54

    Thanks for the suggestion and I'll update the pictures as soon as I get around to it! :)
  2. BoundXhan

    [USA] Avencia 8.54

    Going to add trainers with a special limitation system and bank NPCs soon!
  3. BoundXhan

    [USA] Avencia 8.54

    Thanks, Kyle ;)
  4. BoundXhan

    Error With Pick!

    Alright ;/
  5. BoundXhan

    Error With Pick!

    Alright, is this a custom script? Because newPosition doesn't seem to be defined and without a definition the script will fail. elseif itemEx.uid == 53118 and itemEx.itemid == 6299 then doTeleportThing(cid, newPosition) doSendMagicEffect({x=32566, y=31338, z=10}, CONST_ME_TELEPORT)...
  6. BoundXhan

    [8.70] Quest chests and spells emote

    Hm, not sure about the chest problem, but I do know that Mystic Spirit is developed by a different team than Crying Damson and therefore lacks a lot of features, but is much more stable... Hope that helps clear things up a bit...
  7. BoundXhan

    Error With Pick!

    Looks to me like the variable newPosition is undefined... Try defining it? Are you using TFS? If so, which version?
  8. BoundXhan

    Custom Chair

    nono you put the actionid on the tile where the chair will go on top of.. So you if you want to put the chair on a tile, simply change the actionID of the tile to 7005 and put the chair over that tile and voila! it'll work :)
  9. BoundXhan

    Custom Chair

    Haha it's a cool idea. ;) Thanks and good luck!
  10. BoundXhan

    Custom Chair

    You mean the bottom explanation portion of the code? It's already included in the gmchair.lua, I was just explaining that portion of it to you :)
  11. BoundXhan

    Custom Chair

    Sorry for double posting, but I had a few minutes and wrote a quick script... The actionid is 7005 for the tile, but you can change it if you wish, just be sure to edit your movements.xml accordingly. gmchair.lua function onStepIn(cid, item, position, fromPosition) local pos = {x=1000...
  12. BoundXhan

    Custom Chair

    Could probably put the chair on a tile and create a movements script for that tile with a certain AID and utilize this: getPlayerAccess(cid) To check their access level. If not a GM/GOD then push them back, etc...
  13. BoundXhan

    [USA] Avencia 8.54

    Sorry about using .png! I'll edit and re-upload them later today. Thanks Vee :D Trollebror, yes the rates are pretty low right now, but about every week we're going to be increasing them to see how well the community likes them so feel free to stop by anytime next week for higher rates :)
  14. BoundXhan

    [USA] Avencia 8.54

    Avencia 8.54 RPG ~ Description: ~ Avencia RPG is an OT server for the Tibia game client 8.54. We've been working on this server for more than a month by constantly developing a 100% original customized map, 100% customized NPCs (over 75!), customized quests, etc. We're using Modern AAC with...
  15. BoundXhan

    [Help] Script that removes the wall

    Could you be a little more clear about the script? Does the wall get removed when someone pulls a lever or steps on a tile or ... ?
Back
Top