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

Recent content by Lopaskurwa

  1. Lopaskurwa

    Lua Missle spell that travels

    tfs 1.2
  2. Lopaskurwa

    Lua Missle spell that travels

    Anyone, got a monster spell that executes for example 3 random missles that goes in random straight directions quite slowly until it colides to something and disappears or reaches traveled distance limit, intention is that player suppose to move away from it
  3. Lopaskurwa

    Lua TFS 1.2 Full set Bonus

    Thats the worst code to even start messing around
  4. Lopaskurwa

    Lua TFS 1.2 Full set Bonus

    Does anyone have a full set bonuses script? Trying to create a script that if you wear head,armor,legs,feet you unlock the bonus of increased experienced/loot so setting storage and i assume and doing something like for experience boost if getStorageValue(Storage.SetBoost) >= 1 then...
  5. Lopaskurwa

    TFS 1.X+ Spell execute cooldown

    will test it out, thanks
  6. Lopaskurwa

    TFS 1.X+ Spell execute cooldown

    Dont ahve canCastSDpell only bool CombatSpell::castSpell(Creature* creature) { if (scripted) { LuaVariant var; var.type = VARIANT_POSITION; if (needDirection) { var.pos = Spells::getCasterPosition(creature, creature->getDirection()); } else {...
  7. Lopaskurwa

    TFS 1.X+ Spell execute cooldown

    yes its spell. Isnt it possible somehow to make so it wont interfere? Because i find it a bit annoying when it interfers and ruins the immersion because i have more spells that are used for escapes but you cant use them because it spams heal
  8. Lopaskurwa

    TFS 1.X+ Spell execute cooldown

    Hey got a question for example lets say you get target by bunch of monsters so you spam heal spell but when you spamming the heal you cant use any spells how can i make sure that even if the player spams heal he can still cast the spell. And yes heal and spell uses seperate groups one is group...
  9. Lopaskurwa

    Lua Life Steal item

    I guess gonna need to try to find the comits that introduced lifeleechamount somehow
  10. Lopaskurwa

    Lua Life Steal item

    what? :D I thought maybe doing directly trough lua but then what ifin the future i gonna want custom tooltip so idk
  11. Lopaskurwa

    Lua Life Steal item

    Yea the comit you sent doesnt seem to be full comit of those features. Cant use new src my current src is highly modified
  12. Lopaskurwa

    Lua Life Steal item

    TFS 1.2 doesnt have it
  13. Lopaskurwa

    Lua Life Steal item

    is there attribute or it has to be custom lua code?
  14. Lopaskurwa

    Lua Life Steal item

    Does anyone have life steal item? if you wear for example item it lifesteals x % of health from hit so for example legs life steal like 0.5% health armor life steals 0.5% so now you have like 1% lifesteal from hit and so on. TFS 1.2
  15. Lopaskurwa

    Lua TFS 1.2 clicking switch

    Anyone got a switch system with this feature. 4 switches that have to be pressed at the same time by 4 players, can be a small delay or something but basically all 4 switches have to be clicked so X item is removed from the game and after 2 minutes switches go back to their original presset and...
Back
Top