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

    [TFS 1.2] mlg function

    Good Point, good script HS ...
  2. Caronte1

    [TFS 1.2] mlg function

    Holy S* How can i get a ban? I'd like to quit the forum after this script... Codes wasn't invented to do this man... :D
  3. Caronte1

    Solved Memory Leak ~ 12Gb of Ram Usage

    Is good for you make a clean up often, and review yours systems and scripts. and disable things to know what is using memory. Try use something with os.clock, to print on console, like that: function lol(t) for k, v in pairs(t) do for k, v in pairs(t) do for k, v in pairs(t) do...
  4. Caronte1

    aund [mapping]

    Hum, i'm in the staff there (xtibia), i wasn't a active member before it closes. when i say active: is posting and participate, but i follow yours maping posts and forums activity since i signed up... I'd like to play in a otserver with yours and theirs maps I make maps sometimes, but i can't...
  5. Caronte1

    Lua Auto Heal Script

    Ohh, you have to do it also with config.item to config.item[1] You're putting table where you need to place numbers... You can also change this slotPos = {CONST_SLOT_RING}, -- Slot The Item Must Be item = {2121}, -- Id Item That Will Heal To slotPos = CONST_SLOT_RING, -- Slot The Item Must...
  6. Caronte1

    Lua Auto Heal Script

    Of course, you're doing it wrong.. in function: getPlayerSlotItem() you put the table instead of CONST_SLOT_RING Try change this config.slotPos To config.slotPos[1]
  7. Caronte1

    aund [mapping]

    @AundSoul, are you back...? pretty pieces Vai postar no xtibia/tibiaking?
  8. Caronte1

    Lua Allows vocations summon different amounts of monsters

    Yes, but this is a talkaction, and not a spell like utevo res " , if you want, it's possible make it with " "
  9. Caronte1

    Mapper vs Mapper

    nikolai @nikolai vs @Marok
  10. Caronte1

    Spellbook not working! 1.2

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) local count = getPlayerInstantSpellCount(player) local text = "" local spells = {} for i = 0, count - 1 do local spell = getPlayerInstantSpellInfo(player, i) if spell.level ~= 0 then...
  11. Caronte1

    Beto's Mapping Thread

    Just like i teach you ;) i liked the use of this stone statue...
  12. Caronte1

    Lua Allows vocations summon different amounts of monsters

    You're welcome, i gave the same script for the other member, and he said that it didn't work... :confused:
  13. Caronte1

    Lua Reflect System Help

    Try: local slotPos = {CONST_SLOT_NECKLACE, CONST_SLOT_FEET, CONST_SLOT_RING} function onStatsChange(cid, attacker, type, combat, value) if isCreature(cid) == true and isCreature(attacker) == true then if (type == STATSCHANGE_HEALTHLOSS or (getCreatureCondition(cid...
  14. Caronte1

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    You have to change group 0 flags... @zbizu nice script
  15. Caronte1

    Commands logs

    Well, looks your .exe doesn't have this config... In your config.lua, there's no log settings? Maybe your server isn't programmed to do it. You can tell where you download it?
  16. Caronte1

    Change nick.

    It was a good idea, no? :(
  17. Caronte1

    Commands logs

    Search logsDirectory = "data/logs/" in your config.lua Look for logs config too...
  18. Caronte1

    Change nick.

    Sorry not yet, the dolar is too expensive now, i'll wait it get down. i can earn it by contribution? btw, thanks for the feedback
  19. Caronte1

    Change nick.

    Hi there, i want to change my nick for Caronte, only. i think i am the Caronte, but i cant remember my pass or email. I dont know where post it.
  20. Caronte1

    Lua Allows vocations summon different amounts of monsters

    local storage = 79845 --storage para o exhaustion local tempo = 5 --em segundos local monsters = { [1] = {summons = {["rat"] = {level = 10, mana = 20}, ["dragon"] = {level = 100, mana = 200} }, maxSummons = 2 }, [2] = {summons = {["rat"] = {level = 10, mana = 20}, ["dragon"] = {level = 100...
Back
Top