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

    Solved Manarune tfs 1.0 (10.31)

    That is not the Problem.. but i have first problem with translation from german to english.. that is my biggest problem.. and second.. i try my best to understand all lua xml and other basics..
  2. domyno2837

    Solved Could't load Spells..

    Great Solved. Thank you Moj mistrz! But what you changed? :p! BTW: TFS 1.1
  3. domyno2837

    Solved Could't load Spells..

    Hello OTLand, i wanna changed that only Knights can use the "Ultimate Healing Rune" my spells.xml works fine.. but when i add from this: <rune group="healing" spellid="5" name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="2000"...
  4. domyno2837

    Solved Manarune tfs 1.0 (10.31)

    you know that i know not much about scripts? :P wtf.. parameter setting? necessary??? .. oh damn <.<
  5. domyno2837

    Solved Manarune tfs 1.0 (10.31)

    ehm.. Okay.. so just that? local exhaust = Condition(CONDITION_SPELLCOOLDOWN) exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 900)) function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) if itemEx.itemid ~= 1 or...
  6. domyno2837

    Some Features Question for OTS

    Hello OTLand, i saw on some OTS some nice features and ask here or anyone know how to get that :P - Live Stream on Page.. how on the Website of masiyah.se - a teleport that when u walked in open a window for travel to (Spawns, Quests, Raids, Trainer.. etc.) - possible to setup the strenght of...
  7. domyno2837

    wand damage based in LV / ML

    Solved ^^
  8. domyno2837

    wand damage based in LV / ML

    Don't Work for TFS 1.0
  9. domyno2837

    Solved Manarune tfs 1.0 (10.31)

    Great Thanks,! BTW. It is possible that the coolddown of the manarune is show in the new cooldown bar? because of that i wanted the manarune and not potions :P
  10. domyno2837

    Lua HP/Mana rune (Level based)

    OMG, Thanks.. :P
  11. domyno2837

    Lua HP/Mana rune (Level based)

    so in actions.xml?? O.O just take a lua file into to spells/Custom/Manarune.lua and all is fine?
  12. domyno2837

    Lua HP/Mana rune (Level based)

    get Event onCastSpell not found error.. used that spells.xml <rune group="support" spellid="70" name="Manarune" id="2314" allowfaruse="1" charges="1" lvl="100" maglv="50" exhaustion="1000" groupcooldown="1000" aggressive="0" needtarget="1" blocktype="solid" script="custom/manarune.lua"/>
  13. domyno2837

    Solved Manarune tfs 1.0 (10.31)

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900)) function onUse(cid, item, fromPosition, itemEx, toPosition) local level = getPlayerLevel(cid) local mlevel = getPlayerMagLevel(cid) local...
  14. domyno2837

    Lua HP/Mana rune (Level based)

    Lose no Charges... why? BTW: removeChargesFromRunes = "yes"
  15. domyno2837

    Solved Manarune tfs 1.0 (10.31)

    my manarune do not lose any charges.. :/
  16. domyno2837

    Lua Potions in Cooldown Bar

    Hello OTLand, it is possible to show the cooldown of potions in the new cooldown bar? Greets, Domy
  17. domyno2837

    [Znote AAC] Advanced Spells v2

    i click on page at "Spells" and on that .php page stand only the Word "Spells"
  18. domyno2837

    Windows TFS 1.0 compatible with Znote or Other Websites!

    what the hell is pandacc? :D BTW Thanks Dominique! I Have a btw-question.. its normal that the loot from gaz'haragoth have not there on his lua file? o.O!
Back
Top