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

    Lua onUse, summon monsters, 5 min exhaust.

    Script worked perfect for me. Thanks!
  2. XxDeathAvenger

    Make items Teleport you?

    Nothing :s haha. Oh well, maybe it could be my crappy cpu.
  3. XxDeathAvenger

    Make items Teleport you?

    This is the actions.xml <action itemid="8976" script="other/goldenfalcon.lua"/> This is the script I used local truepos = {x=351, y=198, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayerPzLocked(cid) then doTeleportThing(cid, truepos, FALSE) doCreatureSay(cid...
  4. XxDeathAvenger

    Make items Teleport you?

    When I debug it doesnt say anything in my TFS window.
  5. XxDeathAvenger

    Make items Teleport you?

    Aww, it wouldn't work, and I noticed it said "function," rather than "script." So I changed it to script, and it debugged me. Maybe another script would work?
  6. XxDeathAvenger

    Make items Teleport you?

    Okay cool, i have the files set, but, do I also add the coordinates? Or? I'm sorry, I've never done this before "/
  7. XxDeathAvenger

    Make items Teleport you?

    I use TFS 0.2.10. okay, so in actions. I also dont reallt get like, what "cid," mean, or like where it says item, do i put the item?
  8. XxDeathAvenger

    Can anyone help me fix this error?

    Ahhh, could it be the event scripts that were there before i started re-mapping?
  9. XxDeathAvenger

    Make items Teleport you?

    im not very good at scripting at all, i just started. So, im not really sure where to insert this script.
  10. XxDeathAvenger

    Can anyone help me fix this error?

    Very much. I think I deleted, everything that was on there, and re-made my own map.
  11. XxDeathAvenger

    Make items Teleport you?

    Can someone help me make a certain item teleport me to a certain coordinate? Help would be appreciated, thank you.
  12. XxDeathAvenger

    Can anyone help me fix this error?

    I can still log in to the server, but i still don't want this error here. any help? I added a picture to show. It says this a bunch of times. [14/04/2014 17:18:54] ERROR: Attempt to set tile on invalid coordinate ( 65535 / 00042 / 007 )! [14/04/2014 17:18:54] ERROR: Attempt to set tile on...
  13. XxDeathAvenger

    Need help with mysql_real_query, please.

    I think it worked. Thank you!
  14. XxDeathAvenger

    Need help with mysql_real_query, please.

    https://i.imgur.com/LRYg8kr.jpg This is the problem I am having, and I can not figure it out. Help would be much appreciated.
  15. XxDeathAvenger

    Request maps you need here!

    I was wondering if there are any tibia maps that are 32 bit? If so could someone help me out with that?
Back
Top