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

    Full hp/mana on lvl up

    use this :) FULL MANA AND HP ON SKILL A AND LVL ADVANCED, MORE SAVE PLAYER local config = { savePlayersOnAdvance = true } local skills = { SKILL_CLUB, SKILL_SWORD, SKILL_AXE, SKILL_DISTANCE, SKILL_SHIELD, SKILL__LEVEL, SKILL__MAGLEVEL } function onAdvance(cid...
  2. pugamoline

    Port wont open . tryed EVERYTHING! PLEASE HELP!

    add ports in router and firewall
  3. pugamoline

    Lua Raid Events

    <raid> <announce delay="1000" type="event" message="Your comment"/> <!--Area Spawns--> <areaspawn delay="10000" fromx="825" fromy="272" fromz="10" tox="825" toy="279" toz="10"> <monster name="Troll" amount="3" /> <monster name="Orc" amount="3"/> <monster name="Dwarf"...
  4. pugamoline

    I need mount seller help!!!

    http://otland.net/f83/mounts-seller-124476/
  5. pugamoline

    Website Problem

    TRY: \system\application\views\create.php <div class='errors'> <?php echo error(validation_errors()); ?> </div> <?php include("public/js/keyboard.php"); global $config; ?> <script> function createAccount() { $('.loader').show(); var form = $('#createAccount').serialize(); $.ajax({...
  6. pugamoline

    Sorry, you don't have a container to receive

    use this shop.lua function onThink() local r = db.getResult('SELECT * FROM shop_history WHERE processed=0') if r:getID() ~= -1 then repeat local cid = getPlayerByName(r:getDataString('player')) if isPlayer(cid) then local bp = getPlayerSlotItem(cid, CONST_SLOT_BACKPACK).uid...
  7. pugamoline

    Error admin.log

    Regarding Error - void ServicePort :: Open , seems like your global ip (config.lua) is not a IP.
  8. pugamoline

    [Gesior ACC] The most popular items in SMS Shop!

    sell this system for modern aac 100% work
  9. pugamoline

    Windows ip changer

    Otloader.net
  10. pugamoline

    Lua Error when new player record

    CREATE TABLE IF NOT EXISTS `server_record` ( `record` int(11) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL DEFAULT '0', `timestamp` bigint(20) NOT NULL, UNIQUE KEY `record` (`record`,`world_id`,`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  11. pugamoline

    RME mapeditor 8.6 Edited

    thx ;*
  12. pugamoline

    [LUA] 0.4 TFS Functions

    Hard-Coded Functions getCreatureHealth(cid) getCreatureMaxHealth(cid[, ignoreModifiers = false]) getCreatureMana(cid) getCreatureMaxMana(cid[, ignoreModifiers = false]) getCreatureHideHealth(cid) doCreatureSetHideHealth(cid, hide) getCreatureSpeakType(cid) doCreatureSetSpeakType(cid...
  13. pugamoline

    Bug making my server crash

    update rev.
  14. pugamoline

    Modern AAC Highscore Page.

    bump :/
  15. pugamoline

    Modern AAC Highscore Page.

    BumP!
  16. pugamoline

    Sever Bugs after like 1 minute.

    paste the errors in console
  17. pugamoline

    Bug Time Ring

    Here bro test this <item id="2169" article="a" name="time ring"> <attribute key="weight" value="90" /> <attribute key="slotType" value="ring" /> <attribute key="transformEquipTo" value="2206" /> <attribute key="stopduration" value="1" /> <attribute key="showduration"...
  18. pugamoline

    [BLESSINGS] Help please!

    look in vocations.xml change: lessloss="30"> to: lessloss="0">
  19. pugamoline

    Lua Problem with battle sign after attacking players

    whiteSkullTime = 8 * 60 * 1000 <<< 8 min
  20. pugamoline

    Iriana by Sasir

    me too :D
Back
Top