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

Manarune Trouble!

CorruptEnzo

Zanarkand OT Owner.
Joined
Jul 22, 2009
Messages
49
Reaction score
0
Location
Ohio
Okay, I have a RoXoR 8.5 Server. It has 3 Manarunes; Manarune, XManarune, and Donor Manarune. All 3 give no mana which I have no idea why. I dont know how to make scripts for them, and i try to find some but I just cant. And if someone really does make me a script, I really dont know where to put the script, what to name it, ect. If someone is willing to help, please help....

:( :confused:
 
Ok I found this inside a Manarune.xml but I dont know how to edit it so it actually gives the mana. Right now it only does the green effect but gives no mana at all.

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

function onCastSpell(cid, var)
doPlayerAddMana(cid, 500)
return doCombat(cid, combat, var)
end
 
Go into your spells.xml and see if your runes are attached to any scripts...

youll find you scripts for runes, in data>spells>scripts

Code:
<rune name="manarune" id="0000" charges="20" maglv="1" exhaustion="800" blocktype="solid" allowfaruse="1" aggressive="0" script="custom/manarune.lua"/>
<rune name="strong manarune" id="0001" charges="20" maglv="1" exhaustion="800" blocktype="solid" allowfaruse="1" aggressive="0" script="custom/strongmanarune.lua"/>
 
Go into your spells.xml and see if your runes are attached to any scripts...

youll find you scripts for runes, in data>spells>scripts

Code:
<rune name="manarune" id="0000" charges="20" maglv="1" exhaustion="800" blocktype="solid" allowfaruse="1" aggressive="0" script="custom/manarune.lua"/>
<rune name="strong manarune" id="0001" charges="20" maglv="1" exhaustion="800" blocktype="solid" allowfaruse="1" aggressive="0" script="custom/strongmanarune.lua"/>

That is where i got what I just posted. Where do I put this?
 
Have a look at these threads

http://otland.net/f82/mana-rune-27236/

http://otland.net/f81/advanced-mana-rune-33546/

Good luck i duno if those will help you but keep trying, manarunes arnt too hard to fix :)


Ok I went there and I see a php code which I already have in data/spells/custom/manarune.lua and I see a quote
In Spells
<rune name="manarune" id="2298" charges="20" maglv="1" exhaustion="430" blocktype="solid" allowfaruse="1" aggressive="0" script="custom/manarune.lua"/>

And I really dont know what to do with it. at all.
 
Ok.. and now Corrupt you can take me off msn, and dont ask me anymore questions. I tried helping you out, then you just gave me attitude, and now it seems everytime i wake up you just keep bothering me.


Funniest thing, and do correct me if im wrong but did you even rep Zellx?

your a joke kid.
 
Back
Top