• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. FearWar

    [YurOTS 7.6] NPC - Change Items

    Hi guys, I need some help, I need an NPC to exchange certain items. I will post a npcs base of ot ... ITEMS: magic longsword ID: 2390 hammer of wrath ID: 2444 great halberd ID: 2443 Trading system Script should work this way magic longsword > hammer of wrath > great halberd hammer of...
  2. FearWar

    MyOTClient

    off?
  3. FearWar

    [7.x] FearWar - Coming Soon

    Welcome to the project! Based in the last release of YurOTS version 0.94f. • FearWar is a totally custom server, we are designing more than 1 year, totally own map, lots of quest, missions and mysteries. We also have new magics, differentiated items and everything else. Come and see our...
  4. FearWar

    Lua Mana/Life Rune - Spells

    function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if mag >= 0 then doSendMagicEffect(topos,14) doPlayerSay(cid,"Fear Bless!",16) doPlayerAddMana(cid, ManaMax) doPlayerAddHealth(cid, HealthMax) if item.type > 1 then...
  5. FearWar

    Lua Mana/Life Rune - Spells

    How do I put this in the script?
  6. FearWar

    Lua Mana/Life Rune - Spells

    action.xml <action itemid="2274" script="other/blessedultimate.lua" /> actions/scripts function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if mag >= 0 then doSendMagicEffect(topos,14) doPlayerSay(cid,"Fear Bless!",16) doPlayerAddMana(cid...
  7. FearWar

    Lua Mana/Life Rune - Spells

    function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if mag >= 3 then doSendMagicEffect(topos,1) doPlayerSay(cid,"Ahhhh! Fresh mana fluid!",16) doPlayerAddMana(cid, 150) if item.type > 1 then doChangeTypeItem(item.uid,item.type-1)...
  8. FearWar

    Lua Mana/Life Rune - Spells

    not work :/ Thank you for trying to help. My server is custom I am more than 2 consecutive years in it, I can not trocarte from source now: /
  9. FearWar

    Lua Mana/Life Rune - Spells

    not work :( how to add this part in the script? playerpos = {x=topos.x, y=topos.y, z=topos.z, stackpos=253} player = getThingfromPos(playerpos) maybe it might work
  10. FearWar

    Lua Mana/Life Rune - Spells

  11. FearWar

    Lua Mana/Life Rune - Spells

    Ex_1 function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if mag >= 5 then attackType = ATTACK_NONE animationEffect = NM_ANI_NONE hitEffect = NM_ME_NONE damageEffect = NM_ME_NONE animationColor = GREEN offensive = false drawblood = false...
  12. FearWar

    Lua Mana/Life Rune - Spells

    • if you have an action script it can also be that heal life / full mana
  13. FearWar

    $25 reward. Looking for suggestions on a server name

    RealXiki Xikealm Nireal Xiking Kinious KiniousWar
  14. FearWar

    OpenTibia Remere's Map Editor 3.5

    Work YurOTS 0.94F?
  15. FearWar

    Lua Mana/Life Rune - Spells

    ?
  16. FearWar

    TFS 0.X Distro for 7.6 !!

    OTX
  17. FearWar

    Lua What makes a spell appear in the spellbook?

    the magic only appears the moment the player "buys" it
Back
Top