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

    Lua Why some times print it all on console? LootAmulet.

    I tried to adept this: https://otland.net/threads/mod-loot-ring.99748/ mod loot ring to make a amulet to set loot rates to 2x Its work, but sometimes it show big erros on console like this: [2:10:35.754] [Error - CreatureScript Interface] [2:10:35.754] In a timer event called from...
  2. L

    Compiling (3884) loot amulet sources

    How to edit in 3884 sources to if amulet equiped (item id: 11393) Loot change to loot_rates_config * 2?
  3. L

    Lua What is worng to my NPC?

    What is worng to my npc script? When i put that and start my server show me this errors: [4:1:18.381] [Error - NpcScript Interface] [4:1:18.381] data/npc/scripts/default.lua [4:1:18.381] Description: [4:1:18.381] data/lib/050-function.lua:241: attempt to index a boolean value [4:1:18.381]...
  4. L

    Lua Check if using X amulet

    Why its not work? Check if player is using amulet loot -- check if using amulet loot local slots = getPlayerSlotItem(cid, 2) if slots then if slots.itemid == 11393 then rateLoot = getConfigInfo('rateLoot') * 4 rateGoldLoot = getConfigInfo('rateLoot') * 8 end...
  5. L

    Lua NPC Yasir error when start (8.60 - 0.4)

    When i start my server print me this error on console: [16:32:42.756] [Error - NpcScript Interface] [16:32:42.756] data/npc/scripts/yasir.lua [16:32:42.756] Description: [16:32:42.756] data/lib/050-function.lua:241: attempt to index a boolean value [16:32:42.756] [Warning -...
  6. L

    Lua NPC Yasir error (8.6 - 0.4)

    Someone could help me to fix this Yasir npc? I found it here in otland Error data/npc/Yasir.xml:6: parser error : Unescaped '<' not allowed in attributes values <parameter key="message_greet" value="Yasu me halaka. <greets you friendly>" /> ^ data/npc/Yasir.xml:6: parser error : attributes...
  7. L

    Error MOD loot

    Why this error? How to fix? Console Error: [8:3:29.872] [Error - CreatureScript Interface] [8:3:29.872] In a timer event called from: [8:3:29.872] local t = { [8:3:29.872] item = 11393, [8:3:29.872] slot = CONST_SLOT_NECKLACE, [8:3:29.872] newRate = 2 [8:3:29.872] } [8:3:29.872] local...
  8. L

    How to change SKILLS losses on death

    How to change skill losses when player die? I want to increase 5 times more than the current But i don't want change exp on death... Only SKILLS and ML In my config.lua my deathlosspercent is deathLostPercent = 20 I'm using 0.4
  9. L

    Lua How to use just int not float number

    How to use just number like a int, not like a float Ex: I want 1 Not 1.023902302 On this msg if (getPlayerStorageValue(cid, storages.delay) - os.time()) > 0 then talkState[talkUser] = 0 doPlayerPopupFYI(cid, 'You need wait '.. hour ..'h and '..minutes..'min. To finish...
  10. L

    Lua Compare SKILL sword > SKILL club

    local axeskill = getPlayerSkillLevel(cid, SKILL_AXE) local swordskill = getPlayerSkillLevel(cid, SKILL_CLUB) local clubskill = getPlayerSkillLevel(cid, SKILL_SWORD) if (axeskill > swordskill and axeskill > clubskill) then doPlayerAddSkillTry(cid, SKILL_AXE...
  11. L

    Linux Help to install RME on LUBUNTU

    Error install RME Lubuntu I dowloaded this 2.1 (RME-debian-2.1.tar.gz) 2010-08-27 15:31:07 Ubuntu Archive 2.3 MB 68408 Tried to open/install... root@lucca-DC8CU41:/home/lucca# cd /home/lucca/Documentos/rme root@lucca-DC8CU41:/home/lucca/Documentos/rme# ./rme ./rme: error while loading...
  12. L

    Lua OTClient Compile

    I tried sudo apt-get install libboost1.55-all-dev libphysfs-dev libssl-dev liblua5.1-dev Error Note, selecting 'liblua5.1-0-dev' instead of 'liblua5.1-dev' E: Impossible to find the package libboost1.55-all-dev E: Could not find the package by regular expression 'libboost1.55-all-dev' So...
  13. L

    Linux LUbuntu Tibia+Elfbot+Otland IP changer

    Whats the best way to play tibia+elfbot+otlandipmultchanger on linux? I want use the windows client, because i want use elfbot... PlayOnLinux is the best way? Just Wine? Idk how to use this things a lot, someone experienced could help me?
  14. L

    Change playersonline.php ZNOTE

    Someone could help me to change my playersonline.php to something like it: 01:54 8 players online: 01:54 Vocations: None [2], Sorcerer [2], Paladin [2], Knight [2]. Im using Znote AAC <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?> <h1>Who is online?</h1> <?php...
  15. L

    Lua Request if premium more 30% loot rate

    It's possible to 0.4? 8.60? Someone have a script like it? Peoples premium have 0.3 (30%) more loots at normal players
  16. L

    Lua 3 IFs to this system

    I need help to make a npc 3 if's to check: if player not started the task if player is doing (not finish, but started) if player finish the task Using this task system <?xml version="1.0" encoding="UTF-8"?> <mod name="Simple Task" version="3.0" author="Vodkart" contact="xtibia.com"...
  17. L

    Compiling Help to put it on my protocolgame.cpp

    I using 3884, 0.4 I added functions trainers offline, work, i tried to put a bar in game like this topic https://otland.net/threads/tfs-0-4-9-6-and-some-older-offline-training-with-bar-in-game.167962/ But im a poor noob, when i did, i login and tibia the bug Someone could put it in my...
  18. L

    Lua Bug mod on kill if 2 atks count 2 kills

    I have a problem to my MOD, any can help me to fix? If 2 peoples kill the same monster count to 2 monsters killed in task system If 3 peoples kill the same monster count to 3 monsters killed in task system... <?xml version="1.0" encoding="UTF-8"?> <mod name="Loot Ring" version="1.0"...
  19. L

    Lua No promotion is saving! Help!

    PROMOTE.LUA NPC!!! local config = { promote1 = 20000, -- preço da primeira promotion promote2 = 10000000, -- preço da segunda promotion rookPromote1 = {13, 10000}, -- {id da vocação, preço} rookPromote2 = {14, 5000000} -- {id da vocação, preço} } local keywordHandler =...
  20. L

    Where is it (global map)?

    Ab? Carlin? X?Y?Z?
Back
Top