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

    InGame shop with talkactions

    Does someone remembers or have the script to buy vip items using commands as !buy-1 ??? Version 8.6 0.4 or any of 8.6 branch
  2. Bug

    Lua Bug in actions

    Im gettin this error each i perfom the action function round(num, idp) return tonumber(string.format("%." .. (idp or 0) .. "f", num)) end function onUse(cid, item, fromPosition, itemEx, toPosition) local pot = potions[item.actionid] if (pot) then local itemC =...
  3. Bug

    Lua Error tfs 1.0

    data/actions/scripts/tools/squeezings.lua:onUse data/actions/scripts/tools/squeezings.lua:14: attempt to index local 'tile' (a nil value) stack traceback: [C]: in function '__index' data/actions/scripts/tools/squeezings.lua:14: in function...
  4. Bug

    Globalevent not working!

    Hi my globalevent removes some stones each x time, it announces the event but it doesnt remove nothing Here the script: function onTime() local stonePos = { [1] = {x=32366, y=32233, z=6, stackpos=1}, [2] = {x=32367, y=32233, z=6, stackpos=1}, [3] = {x=32368, y=32233, z=6, stackpos=1}...
  5. Bug

    How to fix this!

    [13:11:22.540] [Error - Spell Interface] [13:11:22.540] data/spells/scripts/support/destroy field rune.lua:onCastSpell [13:11:22.540] Description: [13:11:22.540] (luaDoRemoveItem) Item not found [20:2:23.423] [Error - NpcScript Interface] [20:2:23.423] In a timer event called from...
  6. Bug

    Solved Igloos not working?

    Hi i need an action for my igloos because when i want to enter they dont take me down, this for a quest, idk if this is normal.
  7. Bug

    About spells pack in 8.6

    Does the spell pack in 8.6 is exactly as rl? Does exana mort heals 150 180 for example?
  8. Bug

    Bug in zombie event

    <?xml version='1.0' encoding='ISO-8859-1'?> <mod name='Zombie Event' version='2.0' author='Oskar' contact='[email protected]' enabled='yes'> <config name='zombieEvent_conf'><![CDATA[ zombieRewards = { random = false, --czy ma losowac nagrode rew = {2160,5} --nagrody, wypelniamy w...
  9. Bug

    Rush Event Bug

    Hi the rush event have bugs: When event is running, anybody who dies in server get teleported to the arena, even if they dont are in event: http://otland.net/f163/mod-rush-event-team-battle-scores-174983/index3.html#post1852081
  10. Bug

    Mysql help

    Is there a mysql query to find all characters in database with names like tESt teTst TsTe, with capital letters in their name ty
  11. Bug

    Lua Marry system

    My console is getting spammed with this error: [Error - CreatureScript Interface] domodlib('marry_func') function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) and isMarried(thing.uid) then doPlayerSetSpecialDescription(thing.uid,'.\n'..(getPlayerSex(thing.uid) == 0 and...
  12. Bug

    Solved Help with function

    fixeddddd
  13. Bug

    Lua Npc Problem

    Gettin problems with npc: [16:19:28.650] [Error - NpcScript Interface] [16:19:28.650] data/npc/scripts/aluguelmounts2.lua:onCreatureSay [16:19:28.650] Description: [16:19:28.650] data/npc/scripts/aluguelmounts2.lua:23: attempt to index global 'rent_mounts' (a nil value) [16:19:28.650] stack...
  14. Bug

    Solved Error in leeching

    Console gives me this error: [1:10:19.469] [Error - Action Interface] [1:10:19.469] data/actions/scripts/tools/shovel.lua:onUse [1:10:19.469] Description: [1:10:19.469] data/lib/050-function.lua:10: bad argument #1 to 'ipairs' (table expected, got nil) [1:10:19.469] stack traceback...
  15. Bug

    Create exhaustion in channel

    Hi, how can i add exahaustion in npcs, guild and private player channel??? You can spam that channels and make lag
  16. Bug

    Bug with marriage script!

    Hi i got this error on my server : mysql_real_query(): INSERT INTO `marriage_system` (`player_id`, `partner`, `marriage_date`) VALUES ('251', '21150', '1360004230'); - MYSQL ERROR: Duplicate entry '0' for key 'PRIMARY' (1062) [Error - NpcScript Interface]...
  17. Bug

    Paypal Script not working

    My paypal script is not automatic, can someone can help me please? I hide some values for security <b>PayPal Shop System.</b><br><br> The shop costs:<ul><li> 5 EUR (for 80 points)</li><li> 10 EUR (for 160 points)</li><li> 20 EUR (for 350 points)</li><br> <b>Here are the steps you need...
  18. Bug

    How to use this script?

    local t = { a = { {x=26019, y=26454, z=7}, --TOP LEFT training monk spot pos {x=26205, y=26454, z=7}, --TOP RIGHT training monk spot pos {x=26205, y=26616, z=7} --last training monk spot }, b = { {6}, --tiles between trianing spots from north to south. {5} --tiles between...
  19. Bug

    Autorestart Script

    Hi i was wondering if someone could help me with an autorestart for linux, i want my server to restart each 1 hour or x time. Please ty
  20. Bug

    Best Hosting in USA

    Can someone tell me about a good Hosting? With good band-witch? Also some protection against DDOS please. I need something good to host my server is under attacks.
Back
Top