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

    Lua VIP gets extra exp.

    function onLogin(cid) local rate = 1.2 -- 20% local config = { vip = "Você tem "..((rate - 1)*100).."% de exp a mais agora!", notvip = "Torne-se vip e ganhe "..((rate - 1)*100).."% a mais de experiencia!", } if getPlayerVipDays(cid) == 0 then doPlayerSendTextMessage(cid...
  2. V

    account begins with three days vip

    creaturescripts/scripts vipdays.xml function onLogin(cid) local days = 3 local id = 10070 local config = { msg = "Você acaba de ganhar 3 dias de VIP!", } if (getPlayerStorageValue(cid, id == 1)) then return true else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED...
  3. V

    Modern Acc VIP Players on Who is online!!!!

    Fatal error: Call to undefined function getvip_time() this error now :(
  4. V

    Action deleted thread

    DanneXD can u share your real map cordinates i want this too thx
  5. V

    Logs Don't Save!! HELP PLX

    -- Logs adminLogsEnabled = true displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false
  6. V

    Logs Don't Save!! HELP PLX

    bump
  7. V

    Logs Don't Save!! HELP PLX

    Anyone know to save the logs on talkactions??? in my server the logs aren't saved. plx help me!!!
  8. V

    Modern Acc VIP Players on Who is online!!!!

    i got this error Fatal error: Call to undefined function getvipstatus() in C:\UniServer\www\system\application\views\online_players.php on line 59 my vip table is vip_time if its hard to do maybe a new page of VIP players can more easier thx
  9. V

    Modern Acc VIP Players on Who is online!!!!

    anyone has this script for me i really need it! or anyone could do it for me?? here is my Who is online script <?php global $config; echo'<div class="message"><div class="title">Who is Online</div><div class="content"><center> <table align="center" width="80% border="0"...
  10. V

    events how to do?

    cause i dont want to restart my server and it will only works for double loot, i use exp with stages so it cannot be done in config.lua thats why im asking here if anyone has one script ;)
  11. V

    events how to do?

    i need to know how to do events like double exp and double loot without change it in config.lua is there any script for it?? if yes can anyone post here for me? thx
  12. V

    Help with war system plx!!!!!!!!!!!!

    i receive this error when tru to invite a guild to war. My server is compiled with war system anyone know whats the problem? [12/06/2010 16:45:47] [Error - TalkAction Interface] [12/06/2010 16:45:47] data/talkactions/scripts/war.luanSay [12/06/2010 16:45:47] Description : [12/06/2010...
  13. V

    Modern Acc Players VIP!!!

    Bogart 5,192 posts Bogart 5,192 posts Please do not bump your thread within 24 hours since the last post.
Back
Top