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

    [OTclient] game_outfit issue. Color cells. [SOLVED]

    Yeah, exactly. It's the retro outfitter. So, is the client.exe not even the modules? Ok, good to know! 1706195335 Sizaro, thanks for contribution and answer! But i dislike this giant window. I manage to fix my issue with a backup that i've had in my flash drive and made minor adjustments this...
  2. ausirosiris

    [OTclient] game_outfit issue. Color cells. [SOLVED]

    I tried to realign everything, change window size, cells, size, everything, still don't know what is going on. Anyone could give me a hand on this?
  3. ausirosiris

    8.0 Nikera discussion

    cool fits, where do i get something similar? xD
  4. ausirosiris

    [HELP] Movement onEquip Blue Robe light efx

    Lol. The Senator strikes again. Thank you, sir. Works perfectly. I was also unclear, but i see now!
  5. ausirosiris

    [HELP] Movement onEquip Blue Robe light efx

    I tried, didn't solve. So i did this: I've created two separated files one onEquip and onDeEquip. It solved. The only thing now it's that the light continues after i remove the armor. Thank you for the attention
  6. ausirosiris

    [HELP] Movement onEquip Blue Robe light efx

    Hey, man! Thanks for answering. But TFS is still crashing. I have absolutely no idea what is happening... HAHA (The reason i'm using as movement is because just by adding the light effect via OB didn't work.) So i coded, it looks fine to me, but for some reason, it crashes when removed from slot.
  7. ausirosiris

    [HELP] Movement onEquip Blue Robe light efx

    [TFS 0.4_dev] local condition = createConditionObject(CONDITION_LIGHT) setConditionParam(condition, CONDITION_PARAM_LIGHT_LEVEL, 5) setConditionParam(condition, CONDITION_PARAM_LIGHT_COLOR, 27) setConditionParam(condition, CONDITION_PARAM_TICKS, 33 * 60 * 10000) function onEquip(cid, item...
  8. ausirosiris

    OTClient [OTclient] Help to create highlight target effect mod?!

    addCheckBox("highlightTarget", "Highlight Current Target", true, rightPanel, "Additionaly hightlight current target with red glow") if true then local function forceMarked(creature) if target() == creature then creature:setMarked("red") return schedule(333, function()...
  9. ausirosiris

    Lua For tfs 0.4 [Help me with no aggressive aura effect]

    That's exactly it! Thank you very much, sir!!! No words to describe my gratitude!!!
  10. ausirosiris

    Lua For tfs 0.4 [Help me with no aggressive aura effect]

    Can anyone just help me recreate the motion of the effect around the player? that loops for a certain amount of time...
  11. ausirosiris

    Lua For tfs 0.4 [Help me with no aggressive aura effect]

    Hello. Thanks for the reply. Yes, i've tried removing, change/rewrite with too doSendMagicEffect but, it doesn't work. If i remove, no effect will happen. I want the effect, but since combat (i dont want to) the aura, dont do the effect inside a temple, or anything with pz. I want the effect...
  12. ausirosiris

    Lua For tfs 0.4 [Help me with no aggressive aura effect]

    local AURASYSTEM_STORAGE = 200001 local AURASYSTEM_AURA_DELAY = 0.1 local AURASYSTEM_CONFIG = { DURATION = 30, DELAY = 0.1, TYPE = "all", DAMAGE = {-100, -200} } local AURASYSTEM_DIRECTIONS = { [NORTH] = { {0, 0}, {1, 0}, {1, 1}, {1, 2}, {0, 2}, {-1, 2}, {-1, 1}, {-1, 0} }, [EAST] = {...
  13. ausirosiris

    Lua [TFS 0.4] Addskill tile

    Ok, thanks. I'm sorry. I don't know how to post...
  14. ausirosiris

    Lua [TFS 0.4] Addskill tile

    need a very basic and simple script for a ground tile that adds SKILL__MAGLEVEL tries each 2 seconds while you on it.
  15. ausirosiris

    tfs 0.4

    how do i fix the firebomb rune that gives yellowskull to the player whom use it...
  16. ausirosiris

    OTClient One free sprite

    ajust the x,y offset of the sprite to your needs.
  17. ausirosiris

    Lua tfs 0.4

    cant doCreatureSetPartyShield( (shared exp) function onLogin? no errors, shield just dont appear... Am i missing something with src?
  18. ausirosiris

    Lua Teleport [TFS 0.4]

    Guys, i have this script. It is working fine but, why on earth the last hit 'follows and flies' the player that has been killed? ----- Local Towns ----- local arenas = { [1] = {arena = "xxx", redT = {x = 1034, y = 1077, z = 6}, blueT = {x = 1102, y = 1036, z = 6}}, [2] = {arena = "xxx", redT =...
  19. ausirosiris

    Lua Only Colors [TFS 0.4]

    thanks for answering. yeah, i tried to merge both but one version ended up not working and the other one was only changing the outfit but kept the colors white. ill continue experiments. not a big deal! thanks
Back
Top