• 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. Smokiee Jo

    My server is Ban spoofing? wTF?

    that link might send bad packages to your OT so it reacts by banning them until ofc the ban is unlifted.
  2. Smokiee Jo

    Solved Client without IP-changer?

    just check it on google im sure there will be some programs/tutorials out there
  3. Smokiee Jo

    Solved Zombies Not Tp'ing Player

    yoyo otland! As my title says "zombies not tp'ing players, i was woundering if anyone could help me i got my zombie event from...http://otland.net/f82/zombie-event-new-version-bug-free-updated-128664/ This is my ..Data\lib\zombie_event.lua -- CONFIG ZE_DEFAULT_NUMBER_OF_PLAYERS = 1...
  4. Smokiee Jo

    Windows Need help adding Step-On-Tile script!

    yeah but all the people with if (item.uid == 5820) walk on the tile of actionid="125" then that means your donation castle is open to the public lol..
  5. Smokiee Jo

    Help needed with NPC - Offline Training- Monsters - Paying in RL server for help!

    you might need to go to premium board for that, i doubt there is a 9.6 realmap on the free boards xD
  6. Smokiee Jo

    Help needed with NPC - Offline Training- Monsters - Paying in RL server for help!

    What Client? If Your Using a 8.6 Client Here Is A Real Map : http://otland.net/f464/8-6-real-server-map-96409/
  7. Smokiee Jo

    Solved Sql Connection error

    Yes but like i said it was just a suggestion , Also Thanks For The Cocky Comment ;D
  8. Smokiee Jo

    ACcount manager

    are you using Sqlite and does your config say sqlite? also import the "theforgottenserver.s3db" into the sqlite to check if account manager's account and password is 1 + 1
  9. Smokiee Jo

    [PHP] Ticker date

    Try This Copy and paste this into latestnew.php [code=lua]<?PHP ///Queries /// $accounts = $SQL->query('SELECT COUNT(*) FROM `accounts` WHERE `id`>0;')->fetch(); $players = $SQL->query('SELECT COUNT(*) FROM `players` WHERE `id`>0;')->fetch(); ///End Queries /// $main_content .= '<table...
  10. Smokiee Jo

    Solved Sql Connection error

    on the EncryptionType would it not be best to use "plain" not "sha1" Just Thought I Would Mention It :)
  11. Smokiee Jo

    Solved Otservlist

    Thanks Really Appriciate it :D ------------------------- SOLVED
  12. Smokiee Jo

    Solved Otservlist

    hi guys as my title says otservlist i was woundering if anyone could tell me a little bit more about the donation section http://www.otservlist.org/login/advertise/pay_paypal/ i am willing to buy the advertisement, of 150 coins would this make my OT highlighted or would i need to buy more...
  13. Smokiee Jo

    Solved Sql Connection error

    update it to solved :D
  14. Smokiee Jo

    Solved SQL Error

    Hi im guessing your "Shopadmin.php" is broke, ill give you mine hopefully it works ;D <?PHP if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) { $offertype = $_REQUEST['offer_type']; if((empty($action)) AND (empty($offertype))) { $main_content .=...
  15. Smokiee Jo

    War script!

    basically your looking for a script that if players kill each other on the same ip the exp wont count just a normal killing blow, i guess you could just use the "search engine" comes in great hand :D
  16. Smokiee Jo

    Problem in server. "PVP"

    ok so there is 2 ways of fixing this problem "darwiNGG" had the same problem last night Go To Config.lua "in your Server" then change it to "open" if your using 0.4 or if your using 0.3.6 change it to "pvp" Or do this command in game /mode 1 for none pvp, /mode 2 for pvp, /mode 3 for pvpe...
  17. Smokiee Jo

    Lua [8.60] Manarune.lua

    But as spells you can just change <rune name="Mana Rune" id="2270" allowfaruse="1" charges="1" lvl="50" maglv="4" exhaustion="1100" aggressive="0" needtarget="1" blocktype="solid" event="script" value="manarune.lua"/> Exhaustion="1100" To what ever you want it to be on how fast you want the...
  18. Smokiee Jo

    [8.60] Health/mana gains/ticks

    Fully Working Vocations.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="10" gainmanaticks="6" gainmanaamount="10" manamultiplier="4.0" attackspeed="1000"...
Back
Top