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

    Change log folder

    I would like to know how i can save GM logs outside of the data folder
  2. icekis

    Might Ring Charges

    I use an OTX 3.9 engine and on my server might ring don't remove the charges. It is declared in movements with onEquipe and onDeEquip and in items.xml it has the normal attributes, but ingame does not spend charges. I already tested might ring creating item, buying by NPC and drop monster...
  3. icekis

    Player death blessings

    I use an OTX 3.9 engine and would like to change two situations when the player die. When a player dies to monster, loses all blessings, even twist of fate When a player dies for another player, he also loses all blessings, but he should lose only twist of fate. Could anyone help me change...
  4. icekis

    AAC ZnoteAAC serverstatus bug

    100
  5. icekis

    AAC ZnoteAAC serverstatus bug

    I can't answer your question, really.. i have imported your tables(from znote aac) I am using metro blue layout [Znote AAC] Metro Blue Layout (https://otland.net/threads/znote-aac-metro-blue-layout.240373/)
  6. icekis

    AAC ZnoteAAC serverstatus bug

    I am using OTX 3.9 I have disable outfits/flags
  7. icekis

    AAC ZnoteAAC serverstatus bug

    BUMP @Znote could you help me?
  8. icekis

    Custom PT Shared

    function Party:onJoin(player) return true end function Party:onLeave(player) return true end function Party:onDisband() return true end function Party:onShareExperience(exp) local extraExperienceMultiplier = 1.00 -- Guild to compare local leaderGuild =...
  9. icekis

    Custom PT Shared

    Got this: Lua Script Error: [Event Interface] data/events/scripts/party.lua:Party@onShareExperience data/events/scripts/party.lua:17: attempt to index a nil value stack traceback: [C]: in function '__index' data/events/scripts/party.lua:17: in function...
  10. icekis

    Custom PT Shared

    I got this error: Lua Script Error: [Event Interface] data/events/scripts/party.lua:Party@onShareExperience data/events/scripts/party.lua:17: attempt to index a nil value stack traceback: [C]: in function '__index' data/events/scripts/party.lua:17: in function...
  11. icekis

    Custom PT Shared

    I would like to know how can I configure pt shared for 6 players with any vocation. My idea is, each player add 15% and 6 would be the maximum with 90% exp gain If players are from the same guild they win + 10% Can anybody help me? my party.lua file function Party:onJoin(player) return...
  12. icekis

    Question about mounts/addons

    Thank you so much!
  13. icekis

    Question about mounts/addons

    How can i find which storage for mount?
  14. icekis

    Question about mounts/addons

    I would like to know where mount and addon information are stored in the database. Are they in storage?
  15. icekis

    Question about monster drop

    I'd like to understand better about the drop chance of the monsters. For example cyclops <item name = "halberd" chance = "1003" /> What would be the chance of 1003? If i want add 100% chance, how can i do this?
  16. icekis

    Droploot and Twist of Fate

    You great bro! Thank you
  17. icekis

    Droploot and Twist of Fate

    Perfect!! One last question, if i am red skull and have twist of fate, i will drop anyway? i hope yes
  18. icekis

    Droploot and Twist of Fate

    If i want to do this modification. Can be easily made?
  19. icekis

    Droploot and Twist of Fate

    On my server(OTX3.9) if player only has twist of fate and dies for another player, it loses loot anyway. How can I do this check? My droploot: function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot)...
  20. icekis

    AAC ZnoteAAC serverstatus bug

    I'm using ZnoteAAC on my server with the metroblue template. In serverstatus widget shows my server with 60 players online being actually 28, and every time I refresh the page serv save countdown restart. Can anybody help me?
Back
Top