• 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!

spells

  1. Pluto

    TFS 0.3 - 0.3.7-r5969-v8.60 - exhaust system

    It uses old exh system (can't cast attack and defensive spells at the same time). What could I do to fix that, and add something like "spell groups" to spells.xml? What I know is it should be changed in source files (configmanager.cpp, spells.cpp, configmanager.h), seen solution, but the links...
  2. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    So have a server set up and I am working through adding features. I wanted to add a !spells feature. Command would not work. I have starter packages added and I have a sorcerer level 8 (so i should have spells) with a normal spellbook. When I try to use the spellbook it says "You cannot use this...
  3. P

    Lua Damage from monsters

    Good night, I have a problem .. demons and monsters in general when they give magic in area are taking life from other monsters .. is there any way to avoid this? creaturescript?
  4. sowber

    C++ Spells Exhaustion Issue (TFS 0.3.7 rev5)

    Yo, as many of you already know, this revision has an annoying bug related to spells exhaustion. Since this rev is made for 8.6, and in this version you can spam healing + attack spells (e.g: exura gran + exori vis). I acctually can't, because the exhaustion is pretty much the same for every...
  5. Joriku

    Allow spells with custom text

    Etc. Utani gran hur " Text woop mine works like this Utani gran hur <-- if i add Utani gran hur " Text woop it comes like a normal massage like Hey. How do i fix that?
  6. GhostWD

    COMBAT_FORMULA_LEVELMAGIC how to calculate?

    Hello guys i've got problem i dont get it how to calculate this formula case FORMULA_LEVELMAGIC: { min = (int32_t)((player->getLevel() / minl + player->getMagicLevel() * minm) * 1. * mina + minb); max = (int32_t)((player->getLevel() /...
  7. RosOT

    RosOT - working on a 8.60 based Server / may or may not open to public.

    I just wanted to make this thread to get opinions on what you guys want in an ot im just going to mess around making a server to see how i feel about putting it online. if it does not go online ill give it away for free. Right now i added. Prestige and legend System. prestige shop system...
  8. shisus420

    Errors with spells

    Hi. I'm getting these errors: spells.lua: --Pre-made areas --Waves AREA_SHORTWAVE3 = { {1, 1, 1}, {1, 1, 1}, {0, 3, 0} } AREA_WAVE4 = { {1, 1, 1, 1, 1}, {0, 1, 1, 1, 0}, {0, 1, 1, 1, 0}, {0, 0, 3, 0, 0} } AREA_WAVE6 = { {0, 0, 0, 0, 0}, {0, 1, 3, 1, 0}, {0, 0, 0, 0, 0} } AREA_SQUAREWAVE5...
  9. Vladimir Glebov

    Lua Spell, need help TFS 1.2

    yo. TFS 1.2 make a error anyone can help? local area = createCombatArea(AREA_SQUARE1X1) function onCastSpell(cid, var) local target = getCreatureTarget(cid) doSendDistanceShoot(getCreaturePosition(cid),{x = getCreaturePosition(cid).x - math.random(4,6), y = getCreaturePosition(cid).y - 5, z...
  10. wa$yll'dbk

    Custom Formula Damage (lvl, mlvl) Question

    Hello, I would ask more experienced users what I must do to make sd like this formula? I using tfs for 8.6. This is possible to do it as spell with calculations lvl and mlvl? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)...
  11. R

    Magic Seller.

    Hello, could anyone provide me with an NPC that sells magic like the Tibia? I found a script that sells through TRADE, but I want it to be global. Thank you. PS: TFS 0.4 8.6 or 8.7. my server is 8.7 0.4. ( Tibiaretro.com ) Sorry for bad English.
  12. Nekiro

    Help with monster spell

    Well, im really bad in scripting spells, so im asking for help u guys. How do I make monster to hit one sqm before himself always in direction he is facing? I want to make it in lua not in xml, because monster is talking something when he is doing this. But he is hitting only one direction...
  13. athenso

    Paladin Spell

    Im hoping someone can help me in the making of a paladin spell. The spell will set the player to invisible, and then throws a spear. The invisibility should only last 5 seconds (like a sneak attack)
Back
Top