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

Lua What am I doing wrong?

Murach

Banned User
Joined
Aug 22, 2010
Messages
136
Reaction score
3
How to make such a combo?
What I am doing wrong?...

Code:
    <instant name="Eternal Winter" words="exevo grav mas vis" lvl="60" mana="1200" prem="1" selftarget="1" [b]exhaustion="1000,500,1000,1000,1000,1000,500,1000,1000,1000"[/b] needlearn="0" event="script" value="attack/eternal winter.lua">
        <vocation id="2"/>
        <vocation id="6"/>
    </instant>

To every fourth hit was faster?
Sorry for english
 
Code:
    <instant name="Eternal Winter" words="exevo grav mas vis" lvl="60" mana="1200" prem="1" selftarget="1" exhaustion="1000:500:1000:1000:1000:1000:500:1000:1000:1000" needlearn="0" event="script" value="attack/eternal winter.lua">
        <vocation id="2"/>
        <vocation id="6"/>
    </instant>
try this
 
XML:
    <instant name="Eternal Winter" words="exevo grav mas frigo" lvl="60" mana="1200" prem="1" selftarget="1" exhaustion="750" needlearn="0" event="script" value="attack/eternal winter.lua">
        <vocation id="2"/>
        <vocation id="6"/>
    </instant>

....?

Just reduce the exhaustion by 25% then? XD
 
Back
Top