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

  1. A

    Solved Wand Script

    Thank you ill test it now. That worked, thank you!
  2. A

    Solved Wand Script

    So i have a question. I have a wand script where the wands damage is dependent on the characters level that is using it...Here is the formula: [code=lua]function onGetFormulaValues(cid, level, maglevel) local min = -(level * 1.0) * 1.0 local max = -(level * 3.0) * 1.0 return min, max...
  3. A

    Lua isWalkable

    tfs 3884.
  4. A

    Lua isWalkable

    No errors, this is a spell knocks players and monsters back 3 squares when used...the problem is it will kock them through walls. This script worked almost perfectly on my old server, but now it does not seem to react to the isWalkable function. Thanks for the reply. Here's the function...
  5. A

    Lua isWalkable

    The isWalkable function does not seem to work on my server lol. Any ideas on what to try and use instead?
  6. A

    Unline.org Anti-bot system

    "Recently, the bot population at Unline has been growing at an overwhelming rate. To address this issue we at Unline have been working on the development of the ultimate bot detection system, and the results are simply stunning. The bot detection system is now active. It can detect AFK and...
  7. A

    Lua Close.

    Close.
  8. A

    NPC City Guide, adding mapmarks to locations

    Nice, i will be adding it to my server. Thanks!
  9. A

    Action TFS 0.2/1.0 system.lua (Questsystem)

    Thanks Limos, i know this was much needed for people using mystic spirit. I have some friends i can refer to this thread who were having problems with their system.lua.
  10. A

    [Mod] Random Item Stats

    I use 0.4 and it works good for me accept for one thing. It seems to count players in the mod and gives an error whenever a player is pk'd. It says Monster not found monster mismatch=Aware---(player name) Anyone know how to fix this? Thanks ill REP++
  11. A

    Solved Help with PVP arenas

    Sorry, thanks everyone.
  12. A

    Solved Query to delete a certain item from all players.

    This query did not work. :/
  13. A

    Solved Help with PVP arenas

    I have searched otland and had no luck. I was wondering how to make a pvp arena? Can i just use the pvp tool on RME? and make a tp that leads people there? I wan't people to got to temple when they die, but not lose level, skill, or blessings/aol. Idk i feel like it might be a really simple...
  14. A

    Solved Query to delete a certain item from all players.

    Thank you ninja. I will rep you as soon as it lets me :P. Btw, this is just a one time query right? It won't do it like every restart or save right?
  15. A

    Solved Query to delete a certain item from all players.

    I was wondering if there is a query i can run in my database to delete an item from all players? If so, could anyone share please? Thanks in advanced. REP++ Just incase i didn't explain well enough, here is an example: Say an item is bugged in your server, and the items id is 2222. I am...
Back
Top