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

    Monster [TFS 1.2] Summon Druid. Heals master and party members.

    local config = { heal = {30, 40}, --heal {min, max} condition = "yes", -- put no if you dont want him to remove the conditions (fire, poison, etc). } doCreatureAddHealth(master, math.random(config.heal[1], config.heal[2]))
  2. sirakx

    [Znote] buy character system

    Very good to all users otland, today I come here to teach my new system to purchase character web-Znote. This system as the name suggests is to buy an account through famous players receive points by making a donation. the system can add privileges to an account, a regular user may not have to...
  3. sirakx

    no show change regeneration using doaddcondition

    could you help me! not to display text and mana recovery life when I'm using "doAddCondition (cid, condition)" thanks ;D
  4. sirakx

    [8.6] Evolutions Map - Epic edit by Summ

    Samm hello, will you be able to put the full pack? by monsters and stuff etc ..
  5. sirakx

    Use the following query to raise max_allow_packet:

    I use it, but after a while longer reappears, it must be?
  6. sirakx

    Help3R Map :)

    refresh? :c
  7. sirakx

    variables functions

    And I solved it, sorry, it was just an error of layer 8 u.u Please close the topic.
  8. sirakx

    variables functions

    Hello I have a question on how to do this: function doStartFunction() print("hola") return true end local config = { start = doStartFunction } funtion onUse(cid) config.start() end I've been doing differently, but I did not come out correctly. This is the error I get...
  9. sirakx

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    thanks for the tip. some tutorial on how to use it ?. I just use the program but not as the map is stored.
  10. sirakx

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    or at least tell me the name of the file where you can make the change. please. Sorry for the spam, but I can no longer edit the message above.
  11. sirakx

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Hello! Might leave a tutorial on how to change the version in the code. please.
Back
Top