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

Runes!?!?!?

Nofus

New Member
Joined
Jul 16, 2009
Messages
415
Reaction score
1
Hi, I got a 8.6 server RL map, mysql and phpmyadmin and all that stuff.

I want to make, So when you buy a Sudden Death rune from a NPC You get 1SD with 100 charges.

I have changed in Runes.lua shopModule:addBuyableItem({'sudden death'}, 2268, 1000, 99, 'sudden death rune')
I want it to cost 1 CC.

I have changed in spells.xml
<rune name="Sudden Death" id="2268" allowfaruse="1" charges="99" lvl="45" maglv="15" exhaustion="2000" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"/>
I made 100, then now 99, restarted server twice, didnt work. :S Still The NPC Sells it for the same price 370 Gold, and you get 1 SD.

Help me?
 
Back
Top Bottom