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

    AAC Gesior 2012 Highscore Page

    Yeah sure but what about the layout? I want it to be as the global one.
  2. Raber

    AAC Gesior 2012 Highscore Page

    Hi, I'm using an global tibia highscore page for my server with gesior 2012. I'm using an tfs 0.4. The problem I have is that, the code doesn't fully recognize the sql code with my sql lines in the database. There is two kind of problems with it: - doesn't show if the character is promoted or...
  3. Raber

    (boss) Create monster / remove after x time

    Hi, basically I need a script that creates a specific monster, in this case a boss, in a position and removes it after say 5 hours if the boss hasn't been killed yet, if it has been killed then nothing wait for the next time it spawns. Some sort of globalevent script would be nice so you can...
  4. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Thanks for the help, but that last version you sent didn't work. For any one wanting this here's the script for GMP, you can easy add other potions or change it to another potion. local config = { lvl = 1, -- the multiplier for how much level matters. Default 1. mlvl = 2, -- the mulitplier...
  5. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Thanks for the help, both of you are awesome!
  6. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Yeah it's nice, one detail tho. The problem with that formula is that it shows a random amount, not the actual heal. Example: I heal for 550 mana (actual heal) and it shows a random amount between the min and max in the formula, this since we use math.random. Is there any way for it to...
  7. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Thanks dude! Added .."" after the formula and it worked! Like this: target:say("+"..(( math.random((((level)*config.lvl ) + ((mlevel)*config.mlvl ))*config.forMin, ((((level)*config.lvl )+ ((mlevel))*config.mlvl )*config.forMax)))).."", TALKTYPE_MONSTER_SAY) *changed the formula some for...
  8. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Sorry, but I don't understand how this helps me. I know how to change how much a potion will heal. But what I need is to show how much it healed, this should be above the character in-game. Guessing this has to be changed: target:say("Aaaah...", TALKTYPE_MONSTER_SAY) But not sure to what.
  9. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    What formula? I want to change the output from "Aaaah..." when a potion is used, to make it show how much it healed. Example: "+1234" instead of "Aaaah..."
  10. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Wondering if there's any way to show how much mana/health gain is made when a potion is used. This would be replacing the "Aaaaah..." which it normally casts. here's the code that I use: local config = { lvl = 1, -- the multiplier for how much level matters. Default 1. mlvl = 2, -- the...
  11. Raber

    [TFS 1.1] Outfit Bonuses

    Anyone know about how to make some bonuses just for certain vocations?
  12. Raber

    AAC Znote AAC - Shop system problem

    Anyone?
  13. Raber

    TFS 1.X+ How do I set don't lose skills/magic level on death?

    Not sure how this helps me. Still need help.
  14. Raber

    TFS 1.X+ How do I set don't lose skills/magic level on death?

    Hi, I'm using TFS 1.2 for 8.60. I still want that experience is lost on death but keep the skills/magic level. So using deathLosePercent = 0 in config.lua is not a option. I also wonder how to change how much experience is lost on a death, can this be done in any other way than using sources...
  15. Raber

    [TFS 1.1] Outfit Bonuses

    Yeah I tried that but I got this:
  16. Raber

    [TFS 1.1] Outfit Bonuses

    Thanks for this, awesome work! A question, I made it work for a selected vocation, but not sure how to add more vocations to a certain outfit. For example, ED and MS for mage outfit.
  17. Raber

    AAC Znote AAC - Shop system problem

    Hi, I'm using Znote AAC 1.5. The problem is that after a while the shop system stops working on a account that has bought x orders (tested it and it stops after like 30 orders) from the shop. Points get removed from the account, also orders are placed in the database but nothing will be...
  18. Raber

    [France] [8.60] Frozeria High Exp Custom OT | War&RPG | Ferumbras Ascension

    Come join, 20 first players taking 3000 gets points!
  19. Raber

    [France] Warfare 8.60 CUSTOM RPG PVP

    Ingame name: Chortoz
Back
Top