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

    Uncaught ArgumentCountError: Too few arguments to function Website::getVocationName

    <?PHP # Account Maker Config $config['site']['serverPath'] = "C:\Windows\system32\config\systemprofile\Desktop\Universo 2/"; $config['site']['useServerConfigCache'] = false; $config['site']['worlds'] = array(0 => 'Universe'); $towns_list[0] = array(1 => 'Small City')...
  2. D

    Store does not deliver Vocation purchased without website

    Help-me PLix >>>>>>> 14:31 Your item >> Vocation Kame << is waiting for voice. Please make the location for this item in your backpack and wait about 30 seconds to get it.
  3. D

    Store does not deliver Vocation purchased without website

    I downloaded it there to do my Serv. And now? the shop is picking up, more when I buy a vip vocation he does not deliver to the player
  4. D

    Store does not deliver Vocation purchased without website

    Where can I see sources of this? Where can I download it?
  5. D

    Store does not deliver Vocation purchased without website

    TFS 0.3? Or what kind of server? Didn't heard of "Kojack serv" Served by Dragon Ball
  6. D

    Store does not deliver Vocation purchased without website

    Try this one: Did not work
  7. D

    Store does not deliver Vocation purchased without website

    -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local result_plr...
  8. D

    global event store does not deliver the item q the player buys through the site

    <?xml version="1.0" encoding="UTF-8"?> <globalevents> <globalevent name="save" interval="600000" event="script" value="save.lua"/> <globalevent name="clean" interval="1800000" event="script" value="clean.lua"/> <globalevent name="magic-effect" interval="1000" event="script"...
  9. D

    global event store does not deliver the item q the player buys through the site

    local SHOP_MSG_TYPE = MESSAGE_EVENT_ORANGE local SQL_interval = 30 function onThink(interval, lastExecution) local result_plr = db.getResult("SELECT * FROM z_ots_comunication WHERE `type` = 'login';") if(result_plr:getID() ~= -1) then while(true) do...
Back
Top