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

effect

  1. potinho

    Lua [TFS 0.X] Animated Text on Global Event

    Hello everyone, everything good? I'm deploying a Capture the Flag system on my server and fixing some bugs. One that I couldn't fix was the sending of the script's animated texts, which just don't work. can you help me? The configuration of event its in a lib file, follow:
  2. Z

    Area effect using math?

    Hello guys, my title can be a little confusing, but I will try to explain. In my script (action), i want an area effect when the action happen, and its simple... But i want something big, very big, and so, i will have to put sqm per sqm in the whole area that i want. I think an example will...
  3. M

    Effect on the area

    Hello, i'd like to, when the player use a machete, an effect would appear in the bush. I tried to do myself but the effect only appear on the player. function onUse(cid, item, frompos, item2, topos) if item2.itemid == 2781 then doTransformItem(item2.uid,2782)...
  4. D

    TFS 1.X+ Help me understand object and effects display

    Hello, Im about to edit some existing objects and effects, and my problem is that i cannot figure out how to make a 1 effect to spell, that hits multiple tiles. For example (Effect made by object builder) How to make spell with area damage {1, 1, 1}, {1, 3, 1}, {1, 1, 1} That displays only...
  5. astamor

    C++ Custom spell effect doesn't disappear and doesn't follow character.

    So, I've added new spell effect to my server, animation works properly, it doesn't bug anything but.... I took exura spell and changed the effect from CONST_ME_MAGIC_BLUE to my CONST_ME_PRAD. It kinda works, the new effect is animated, the problem is: * It does not follow character, if I'm...
  6. N

    Blood effect tfs 0.3.6

    Hello where in source i can change blood when someone attack another? Anyone have some king of tutorial what is where on source? :)
  7. tnecniiv

    monster causes a bleed effect

    hello all i was wondering if it is possible to have a monster cause a bleed effect im running 0.2.14 and making 9.6 note i do not want to substitute poison effect because i do not want them to just exana pox this.
  8. Yusuf El-Shora

    Solved Gesior Shop error & Items Effect on equip

    hello there, I didn't want to make 2 topics for the problems I'm facing Support section stays clean as possible . I'm using tfs 0.4 & Gesior Acc .. My problems are : 1) For Gesior Acc, when i add two items in the - Additional Items - section shown below : the first items takes his original...
  9. K

    Changing Spell Effects TFS 1.0 HELP

    Anyone out there can help me out with the spell below would be great. I would like to know exactly how I can change each own COMBAT_PARAM_EFFECT to individual tiles (1's in area). For now it's only using effect -> 4 and that's why I would like to change that so each tile has its own effect. I...
Back
Top