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

Spell 9.31 Real Spells with Cooldown (works with 8.6)

Might be useful to some but it's not 8.6 with those spells.
ht3.jpg
jh.jpg
bh.jpg
 
I tried this on my ot, I did'nt get any errors or so but they just don't work, I don't know what to do...
would be awsome if I recieve help, thanks.
huang3.jpg

huang2.jpg

huang4.jpg
 
I tried this on 3884, and after I use a spell; it says Im exhausted.. no matter how long I wait. Whats the issue?
 
yo, nice
but can u put the whole spells folder and make it. rar
instead of all this :)
so u just have to replace, nothing else
 
I uploaded my version of these spells if you want them, just find the thread in the sub forum.
 
I uploaded my version of these spells if you want them, just find the thread in the sub forum.

pfff

script from your thread:

if getPlayerStorageValue(cid, 3200) <= 0 then
setPlayerStorageValue(cid, 3200, os.time()+30000)
return doCombat(cid, combat, var)
else
doPlayerSendCancel(cid, "You are exhausted.")
end


Bleee!


1. add to lib for example
S1_GROUP = 1111
S2_GROUP = 2222
S3_GROUP = 3333
S4_GROUP = 4444

2. to scripts:

function onCastSpell(cid, var)
if getExhausted(cid, S2_GROUP) then
setExhausted(cid, S2_GROUP, 8)
return doCombat(cid, combat, var) and true
end
return doPlayerSendCancel(cid, 'You are exhausted 2 Spell Group for: ' .. exhaustion.get(cid, S2_GROUP) + 1 ..' seconds.') and false
end



it's better, but the best way is doing it in cpp, and then in spells.xml

spell_group = "2", cooldown = "8"
 
I'm using this on my 8.54 server.
And it works, only one problem with utura spell.
It heals but you dont see the green thingy how much he heals.
 
I'm using this on my 8.54 server.
And it works, only one problem with utura spell.
It heals but you dont see the green thingy how much he heals.

set in config.lua showHealingDamagePlayers = true, or something like that
 
Where did you get the formulas?

I'm wondering because Annihilation and Brutal Strike are exactly the same coded and why cast Annihilation (300 mana and 30 secs cooldowns) if you can cast Brutal Strike (30 mana and 6 seconds cooldowns)
:eek:
 
Last edited:
Anyone figured out how to get the amount healed to show from utura? (8.60)
 
Back
Top