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

Blank Rune problem! (7.6)

Henkedenk

New Member
Joined
May 11, 2016
Messages
3
Reaction score
0
Introduction; Hello! my name is Henrik, from sweden!

im hosting a The Dark Ghettobladers v2.1 (7.6 YurOTS 0.9.4)

The problem i have is that i cannot apply my spells on blank runes i just get a "exhaust cloud"
i have another server with (YurOTS 0.9.4) same XML and Lua and on that server it works perfectly fine!

i've tried to take the spell.lua and replace it on my DGB server but it wont help aswell as replacing the Data files.

Does anyone have a solution or an idea?

I would love some help from a kind soul!
 
Could you provide the line of spell.xml? I can't remember on legacy tfs versions how spells with blank rune behave.
 
Here is my spell.xml see if u can see anything wrong with it! ^^

Code:
<?xml version="1.0"?>
<spells maxVoc="4">

<spell name="Create Food" words="exevo pan" maglv="0" mana="30" enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /><vocation id="4" /><vocation id="5" /></spell>


<!--// Make Runes \\-->
<spell name="Light Magic Missle"    words="adori"                maglv="1"    mana="40"    enabled="1"><vocation id="1"/><vocation id="2"/><vocation id="3"/></spell>
<spell name="Poison Field"            words="adevo grav pox"        maglv="1"    mana="50"    enabled="1"><vocation id="1"/><vocation id="2"/></spell>
<spell name="Heavy Magic Missile"     words="adori gran"            maglv="3"    mana="70"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<spell name="Fire Field"            words="adevo grav flam"        maglv="3"    mana="60"    enabled="1"><vocation id="1"/><vocation id="2"/></spell>
<spell name="Intense Healing"        words="adura gran"            maglv="4"    mana="60"    enabled="1"><vocation id="2"/></spell>
<spell name="Fireball"                words="adori flam"            maglv="5"    mana="60"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<spell name="Energy Field"            words="adevo grav vis"        maglv="5"    mana="80"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Antidote"                words="adana pox"            maglv="5"    mana="50"    enabled="1"><vocation id="2" /><vocation id="3" /></spell>
<spell name="Destroy Field"            words="adito grav"            maglv="6"    mana="60"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<spell name="Animate Dead"            words="adana mort"            maglv="7"    mana="300"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Envenom"                words="adevo res pox"        maglv="7"    mana="100"    enabled="1"><vocation id="2" /></spell>
<spell name="Desintegrate"            words="adito tera"            maglv="8"    mana="100"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<spell name="Poisonbomb"            words="adevo max pox"        maglv="8"    mana="130"    enabled="1"><vocation id="2" /></spell>
<spell name="Great Fireball"        words="adori gran flam"        maglv="9"    mana="120"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Firebomb"                 words="adevo mas flam"        maglv="9"    mana="150"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Convince Creature"        words="adeta sio"            maglv="10"    mana="100"    enabled="1"><vocation id="2" /></spell>
<spell name="Poison Wall"             words="adevo mas grav pox"    maglv="11"    mana="160"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Chameleon"                words="adevo ina"            maglv="11"    mana="150"    enabled="1"><vocation id="2" /></spell>
<spell name="Ultimate Healing"        words="adura vita"            maglv="11"    mana="100"    enabled="1"><vocation id="2" /></spell>
<spell name="Explosion"             words="adevo mas hur"        maglv="12"    mana="180"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Soulfire"                 words="adevo res flam"        maglv="13"    mana="150"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Fire Wall"                words="adevo mas grav flam"    maglv="13"    mana="200"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Magic Wall"             words="adevo grav tera"        maglv="14"    mana="250"    enabled="1"><vocation id="1" /></spell>
<spell name="Energy Bomb"             words="adevo mas vis"        maglv="18"    mana="220"    enabled="1"><vocation id="1" /></spell>
<spell name="Energy Wall"             words="adevo mas grav vis"    maglv="18"    mana="250"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Sudden Death"             words="adori vita vis"        maglv="25"    mana="220"    enabled="1"><vocation id="1" /></spell>

<spell name="Heavy Magic Missile 10"    words="adori gran dec"    maglv="3"    mana="140"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<spell name="Great Fireball 10"        words="adori gran flam dec"    maglv="9"    mana="400"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Ultimate Healing 10"    words="adura vita dec"        maglv="11"    mana="1000"    enabled="1"><vocation id="2" /></spell>
<spell name="Explosion 10"             words="adevo mas hur dec"    maglv="12"    mana="600"    enabled="1"><vocation id="1" /><vocation id="2" /></spell>
<spell name="Sudden Death 10"         words="adori vita vis dec"    maglv="25"    mana="2200" enabled="1"><vocation id="1" /></spell>
<spell name="Blank"                 words="adori blank"            maglv="3"    mana="60"    enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /></spell>
<!--\\ End Make Runes //-->


<!--// Runes \\-->
<rune name="Light Magic Missile"    id="2287"    charges="5"        maglv="0"    mana="0"    enabled="1"></rune>
<rune name="Poison Field"            id="2285"    charges="3"        maglv="0"    mana="0"    enabled="1"></rune>
<rune name="Heavy Magic Missile"    id="2311"    charges="5"        maglv="1"    mana="0"    enabled="1"></rune>
<rune name="Fire Field"                id="2301"    charges="3"        maglv="1"    mana="0"    enabled="1"></rune>
<rune name="Intense Healing"        id="2265"    charges="1"        maglv="1"    mana="0"    enabled="1"></rune>
<rune name="Fireball"                id="2302"    charges="30"        maglv="2"    mana="0"    enabled="1"></rune>
<rune name="Energy Field"            id="2277"    charges="30"        maglv="3"    mana="0"    enabled="1"></rune>
<rune name="Antidote"                id="2266"    charges="1"        maglv="0"    mana="0"    enabled="1"></rune>
<rune name="Animate Dead"            id="2316"    charges="2"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Envenom"                id="2292"    charges="3"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Desintegrate"            id="2310"    charges="3"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Poisonbomb"                id="2286"    charges="2"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Great Fireball"            id="2304"    charges="20"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Firebomb"                id="2305"    charges="20"        maglv="5"    mana="0"    enabled="1"></rune>
<rune name="Convince Creature"        id="2290"    charges="1"        maglv="5"    mana="0"    enabled="1"></rune>
<rune name="Poison Wall"            id="2289"    charges="4"        maglv="5"    mana="0"    enabled="1"></rune>
<rune name="Chameleon"                id="2291"    charges="1"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Ultimate Healing"        id="2273"    charges="10"        maglv="4"    mana="0"    enabled="1"></rune>
<rune name="Explosion"                id="2313"    charges="3"        maglv="6"    mana="0"    enabled="10"></rune>
<rune name="Soulfire"                id="2308"    charges="2"        maglv="7"    mana="0"    enabled="1"></rune>
<rune name="Fire Wall"                id="2303"    charges="4"        maglv="13"    mana="0"    enabled="1"></rune>
<rune name="Magic Wall"                id="2293"    charges="4"        maglv="9"    mana="0"    enabled="10"></rune>
<rune name="Energy Bomb"            id="2262"    charges="2"        maglv="10"    mana="0"    enabled="1"></rune>
<rune name="Energy Wall"            id="2279"    charges="4"        maglv="9"    mana="0"    enabled="1"></rune>
<rune name="Sudden Death"            id="2268"    charges="10"        maglv="15"    mana="0"    enabled="1"></rune>
<rune name="Paralyze"                id="2278"    charges="1"        maglv="18"    mana="0"    enabled="1"></rune>
<!--\\ End Runes //-->
</spells>
 
@Henkedenk theres don't even has a script that run it? if you changed the data files and don't solved probably the problem is on the sources, just a thought, this ain't problem with soul or blank not beeing on hands?
 
Last edited:
Back
Top