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

    Why my marriage system not work?

    I tried to marriage using this system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ But when i say: Hi, Proceed Show me this error: Error [8:28:51.513] mysql_real_query(): INSERT INTO `marriage_system` (`player_id`, `partner`, `marriage_date`) VALUES ('4', '2', '1476012531')...
  2. oliverarrow

    [ZNOTE] What's worng with my register.php?

    Everytime i register in my znote aac website show me this error string(159) "INSERT INTO `accounts` (`name`, `password`, `email`, `flag`) VALUES ('tests1da1101', 'a786ac6dad5293d8f0d06d13184cc1e4294802c2', '[email protected]', 'br')" (query - SQL error) Type: voidQuery (voidQuery is used...
  3. oliverarrow

    What is [0:16:33.246] mysql_real_query(): UPDATE `players` SET `rank_id` = 0, `guildnick` = '', `gui

    What is this? [0:16:33.246] mysql_real_query(): UPDATE `players` SET `rank_id` = 0, `guildnick` = '', `guildjoin` = 0 WHERE `rank_id` IN (1,2,3); - MYSQL ERROR: Unknown column 'guildjoin' in 'field list' (1054) It's showed for me first time i open my server, now dont show anymore, but i need...
  4. oliverarrow

    LUbuntu

    Someone here use/used LUbuntu to desktop? I was tested Ubuntu and loved it, better to windows for me, but to windows games using wine is not so good for me I want know to expirienced peoples here... Is a good choise use it to desktop? My Computer is: positivo union pctv c1260
  5. oliverarrow

    Lua Anti Clone

    What is the best way to stop itens clonners? I want start a hard server, but i scared to players clone itens, donates...
  6. oliverarrow

    Lua What can be this bug?

    What can be this bug... I was playing my ot with my friend, so i use /r him when he relog his name changed Arch gaard to Gaard yeah /\ space Latter he playing using name Gaard, when he relog him name change to: Gaard to rd What can be it?
  7. oliverarrow

    Lua Add lvl req to open quest on my quest script

    I want add lvl req to quests in my script quests.lua, someone can make it to me? Idk how to do... local quests = { [8000] = 2384, -- rapier [8001] = 2485, -- doublet [8002] = 2526, -- studded shield [8003] = 2530, -- copper shield [8004] = 2480, -- legion helmet [8005] =...
  8. oliverarrow

    Compiling No ban otservlist

    I want remove anti idle 15 mim Whats i need change to player AFK (exit 15 mim +) In my source to it dont count on otservlist, i dont want be banned :( I search,search, search and find it https://otland.net/threads/how-to-not-count-x-logged-players.81370/ But my sources is 0.4
  9. oliverarrow

    Lua How to reduce chance obsidian / wo

    How to set 2x more hard? skinning.lua local SKINS = { [5908] = { -- Minotaurs [2830] = {25000, 5878}, [2871] = {25000, 5878}, [2866] = {25000, 5878}, [2876] = {25000, 5878}, [3090] = {25000, 5878}, -- Lizards [4259] = {25000, 5876}, [4262] =...
  10. oliverarrow

    Compiling Collors chat

    I changed channel id 8 to english chat(old help chat), and have create a new chat id 9 my new help channel How to remove collors in channel 8 and in new HELP channel id 9, change collors to If you are player = normal color msg tutor or senior tutor = orange color msg gm,cm,god = red msg I use...
  11. oliverarrow

    How to use AND - && xml?

    I want put AND - && in my outfits.xml For exemple <outfit id="13" quest="666,40001"> <list gender="0" lookType="156" name="Assassin" /> <list gender="1" lookType="152" name="Assassin" /> </outfit> Need storage 666 and storage 40001 But ,,,,,, in outfit.xml is OR
  12. oliverarrow

    Compiling BanIP function source

    I'm using 0.4, and i want know how to banip as this function LUA doAddIpBanishment(getPlayerIp(cid), 2 * 2 * 60 * 60) 2 hours to ban IP... How to do it in my sources?
  13. oliverarrow

    Lua How to use it in default channel?

    I hate flood on screen How i can use it doPlayerSendChannelMessage(pid, '', 'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing'), TALKTYPE_CHANNEL_W, CHANNEL_PARTY) To MSG only in channel default or server log, or another?
  14. oliverarrow

    Lua Default msg or normal MSG help

    I want help to u guys, i have my loot system and i need, a talkaction to change MSG loot, for example /changelootmsg And loot msg dont flood on screen, only on default chat And if use command again, back to screen, any know? How to do it? doPlayerSendChannelMessage(pid, '', 'Loot of ' ...
  15. oliverarrow

    Lua Help amulet lua dont working so fine

    When i kill monster with amulet or without, the server give me 2 loots msgs And only one work... Why? How to fix? 17:42 You advanced from Level 13 to Level 14. 17:42 Loot of a dragon: 5 burst arrows, a steel helmet, dragon ham, a dragon's tail, 44 gold coins, 17 gold coins. 17:42 Loot of a...
  16. oliverarrow

    Lua Help NPC change name

    Why my name to change name dont work? Show me this error when i say change Script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talk = {} local name = {} function onCreatureAppear(cid)...
Back
Top