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

    Lua Teleport players if have StorageID

    I think you can add this MOD, test it: <mod name="KickPlayersWithValue" version="1.0" author="Lokolokio" contact="[email protected]" enabled="yes"> <config name="kickPlayers"> <![CDATA[ config = { pos = {x = XXXX, y = YYYY, z = Z} } ]]>...
  2. lokolokio

    Unable To Level Up Without Storage

    I dont know if this works or not, but maybe this works same as onHealthChange function, may you need to add this: function Player:onGainExperience(source, exp, rawExp) if self:getStorageValue(SOME_STORAGE_ID) <= 0 and self:getLevel() >= 500 then return 0 end return source...
  3. lokolokio

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Hum, ok,ok thank you: local help = Lokolokio:needHelp() == XIKINI_ANSWER and XIKINI_THANKYOU or ANYONE_THANKYOU I think I got it, thank you @Static_
  4. lokolokio

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Hello Xikini, I have a question, I was looking on a server TFS1.2, but I can't understand at 100% this lines, can you explain me that?... The thing I can't understand are marked on red: local outfit = player:getSex() == PLAYERSEX_FEMALE and v["female"] or v["male"] Long time ago, we are using...
  5. lokolokio

    ItemEditor doesn't see added sprites via ObjectEditor

    Hello, I recomend you to select a blank sprite in your item editor and put the client_ID, ex.
  6. lokolokio

    Lua My Script don't works. (lever)

    Thats a mistake because you are creating two items on this lines on both scripts: Script lever 2: function onUse(cid, item, frompos, item2, topos) wall1 = {x=388, y=378, z=13, stackpos=1} getwall1 = getThingfromPos(wall1) lever = 1945 if item.uid == 6002 and item.itemid == 1946 then...
  7. lokolokio

    World War 7.6 RME Problem Please Help <3

    Try to copy the items.otb from your server, to the items folder on rme. Copy "server/data/items/items.otb" Paste on "C:/ProgramFiles/RME/Data/YOURSERVER_VERSION" reopen your map and save it with the new items.otb. Becuase I think you already changed it from Thais.otx, to Thais.OTBM
  8. lokolokio

    Windows Unable to Edit Map - Repeated Error - Please Help

    Why not try to copy the items.otb to the remeres items folder?... copy "Server/Data/Items/Items.otb and Items.xml" to folder "C:/Program Files/RME/Data/760" and open again your map and save it with the new items.otb and items.xml, this may work for you... regards
  9. lokolokio

    Solved pet cast spell on command [TFS 1.2]

    At least I try, regards
  10. lokolokio

    Solved pet cast spell on command [TFS 1.2]

    Hope this can be useful: local area = createCombatArea(AREA_SQUARE1X1) function monsterChallenge(creature) local summons = creature:getSummons() local target = Game.getSpectators(summons[1]:getPosition(), false, false, -1, +1, -1, +1) local monster = Monster(target[i]) if target...
  11. lokolokio

    [Question]Outfits Tibia 11

    I have the tibia 11 client (Tibia 10), and I can extract spr or even complete outfits, because there are tibia.spr and tibia.dat, but un the really tibia 11 (Tibia 11.49) there is no tibia.spr or tibia.dat in the instalation folder. :S And you can conbine it with Object Builder 3.3.
  12. lokolokio

    Help changing time healing my manarune script! (tfs 1.2)

    The problem consist on function, you are using action and not Spell, your maná rune works like shovel, machete, potions, and not like Runes, try to use it on spells.XML and not un actions.XML this may work for yoy
  13. lokolokio

    [Question]Outfits Tibia 11

    Hello dear OtLander's, I have a question about tibia 11 outfits, like the outfits ot Emberwing, Thunder Giant, Unicorns, Etcetera, my ask is where can I obtain those outfits, because in tibia 11 folder, there is not a Tibia.spr or Tibia.dat on the program folder, hope can anyone can help me...
  14. lokolokio

    Teleport calculate pos to pos tfs 1.0

    Yes my mistake, i update the post, thanks
  15. lokolokio

    Teleport calculate pos to pos tfs 1.0

    Hello, I hope this work for you, the code you want is something like this, no? In your map editor add the actionid '15000' to any teleport/ground/item you want, that teleport. (PD. Add AcionID on ground because maybe if you put tpDestination on remeres, it can give debug.) Add in...
  16. lokolokio

    Player not diying in my server!

    Hey guy, You can check al creaturescripts, and find on every creaturescript of preparedeath, onkill, ondeath, onkill, onmanachange, onhealthchange, anything about them
  17. lokolokio

    Lua doAreaCombatHealth spell help D:<

    if you have the spell working you just need to add more areas, and in the script check for the position of the target... local areaNorth = { {0, 3, 0}, {0, 1, 0} } local areaSouth = { {0, 1, 0}, {0, 3, 0} } local areaEast = { {0, 0}, {1, 3}, {0, 0} } local areaWest = { {0, 0}, {3, 1}, {0, 0}...
  18. lokolokio

    Help with monster spell

    Obviously this will not gonna work, is said it is just a example for you to take idea. lets start from zero. in your monster.xml file add this line on attacks: <attack name="monsterStrike" interval="2000" chance="20" /> now in spells.xml, add a new line: <instant name="monsterStrike"...
  19. lokolokio

    Help with monster spell

    this is an example only In "Spell.lua" add this lines: local areaNorth = { {0, 3, 0}, {0, 1, 0} } local areaSouth = { {0, 1, 0}, {0, 3, 0} } local areaEast = { {0, 0}, {1, 3}, {0, 0} } local areaWest = { {0, 0}, {3, 1}, {0, 0} } local setAreaNorth = createCombatArea(areaNorth) local...
  20. lokolokio

    In-game store images

    Thanks for answer
Back
Top