• 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. 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...
  2. A

    Lua isWalkable

    The isWalkable function does not seem to work on my server lol. Any ideas on what to try and use instead?
  3. 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...
  4. A

    Lua Close.

    Close.
  5. 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...
  6. 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...
  7. A

    World Types?

    Can someone please explain the different world types to me? -Optional -Open -Hardcore Does open mean frags will not count? Ill REP++ Thanks!
  8. A

    OTLand Widget

    Otland should make a widget for people to put on their ots website. When you click on it it can lead you to your ots advertisement thread in the forums. Good way to get more players to both your ot and otland. Idk, i thought it would be cool.
  9. A

    Kills on website

    Only deaths are being shown in my website, not kills. Anyone know how to fix? Here is my characters.php: <?php if(!defined('INITIALIZED')) exit; $name = ''; if(isset($_REQUEST['name'])) $name = (string) $_REQUEST['name']; if(!empty($name)) { $player = new Player()...
  10. A

    News Ticker

    I use Geisor and i have a news ticker set up. However for some reason when i click the "add ticker" button on my admin account, nothing happens. So i cannot add a new ticker..i have set my account to the correct access. Idk hopefully someone knows what is wrong. Here is the site...
  11. A

    Guilds error in mysql

    There is the error. What can i do to fix this? I think it is when people try to invite other people to their guild. Thanks. REP++ I would have made it bigger but honestly idk how. You can save it to see its actual size i believe. I used the add image feature and this is the size otland made it.
  12. A

    Windows Compile 64-bit

    Anyone know how to compile on a 64-bit system? What program can i use?(Other than MSVC) REP++
  13. A

    Kinda strange error

    I get this error for my Last man standing event when my server starts up: [21/03/2013 04:40:36] [Warning - Event::loadScript] Event onThink not found (data/creaturescripts/scripts/lms.lua) [21/03/2013 04:40:36] [Error - CreatureEvent::configureEvent] No name for creature event. [21/03/2013...
  14. A

    Windows What is the most stable distribution for 8.60 on a windows 7 64-bit system?

    What is the most stable distribution for 8.60 on a windows 7 64-bit system? REP++
  15. A

    Solved Gesior hack

    I have the redirect hack on my site. What does that mean? Basically when you type my sites url it gets automatically directed to someone elses site. Now i have searched for solutions but all of them seem to be solved in the database. I can no longer access my database since this problem...
  16. A

    Players Online

    So there are 9 players on my server right now, BUT my site says there are 4. THEN when you go to the players online page of my site, it says there are 20 online :P. Anyone know how i can make my site say there are 9 players online when there are 9 players on? Thanks! REP++ P.S. I have...
  17. A

    Solved Add health to all players?

    I recently made an update to all vocations on my server so that they would gain an EXTRA 3 health and mana every level. Everything worked out fine, however i realized that the people who already have players did not get the boost the boost from the levels they got before the update. So their hp...
  18. A

    Lua Reward System

    local prizes = { [60000] = {level = 15, reward = {2160, 1}}, [60001] = {level = 20, reward = {2160, 2}}, [60002] = {level = 35, reward = {2160, 5}}, [60003] = {level = 50, reward = {7589, 100}}, [60004] = {level = 75, reward = {2160, 5}}, [60005] = {level = 80...
  19. A

    Solved Question

    How do i turn pvp off in my server?
  20. A

    Lua Players don't die after adding a script

    Yesterday, my team deathmatch bugged my server and crashed it. After that, i had this weird problem where no one on my server could die. They would get to 0 hp and just stay there at 0 hp. It would lag the server. What the heck is going on? REP++
Back
Top