Mana Medicine Effect

Newbie Spellweaver
Joined
Jun 19, 2008
Messages
41
Reaction score
0
Can some one say me how i can add and download the Mana Medicine Effect like on the int Server (like Mediuum Medicine Effect but in blue not in red)! Would be very helpful. Thank you!
 
Last edited by a moderator:
Re: [Q] Mana Medicine Effect

if i'm not mistaken, u r talking abt mana/mp medicine pots like medium medicine. Below is a line taken in inititem.txt/inititem.dat referring to "medium medicine" item.

Code:
(item (name 303) (Index 48) (image "item095") (desc 2) (class general refresh) (code 4 8 0 0) (country 2) (use 1) (plural 1) (cooltime 1300) (buy 200) (sell 0) (effect 1) (specialty (refresh hp 300)))
Things u need to change are:

(name 303) to (name YOURNEWUMBER)
(Index 48) to (Index YOURNEWINDEX)
(image "item095") to (image "YOURNEWITEMBMPPIC")
(desc 2) to (desc YOURNEWDESC)
(refresh hp 300) to (refresh mp YOURDESIREDNUMBER)

This is my working example:
Code:
(item (name 4001) (Index 4001) (Image "mp500") (desc 4001) (class general refresh) (code 4 8 0 0) (country 2) (use 1) (plural 1) (cooltime 1300) (buy 500) (sell 0) (effect 1) (specialty (refresh mp 500)))
Good luck & have fun.
 
Upvote 0
Re: [Q] Mana Medicine Effect

Tahnks but i search the effect not how to do mana meds, i need the blue effect and than the effect number i am still searching but nothing fouinded ^^where i can search
 
Upvote 0
Re: [Help] Mana Medicine Effect

really funny how 80% of people lieing because they dun want to share -,- xDD

anyway i will know soon then i am goinng to send u private message
 
Upvote 0
Re: [Help] Mana Medicine Effect

really funny how 80% of people lieing because they dun want to share -,- xDD

anyway i will know soon then i am goinng to send u private message

don't believe me?

DrOetker - Mana Medicine Effect - RaGEZONE Forums


DrOetker - Mana Medicine Effect - RaGEZONE Forums
 
Upvote 0
Re: [Help] Mana Medicine Effect

Bjorn i believe you! ITs wonderful this effect, but i need :D Plz help me, picture make me ANGRY because i dont have xD please!
 
Upvote 0
( data\Effect\Fx ) the .dat file for meds effect is fx1
when i search int kal for the new mana meds which they made i found this :
Code:
 (item	(name 2551)		(Index 1318)	(Image "item363")		(desc 528)	(class general refresh)	(code 4 8 0 0)	(country 2)			(use 1)	(plural 1)		(pay 1)			(cooltime2 1300)						(buy 0)	(sell 0)				(effect 2)		(specialty																									(refresh mp 300)																	)								)
(item	(name 2552)		(Index 1319)	(Image "item364")		(desc 529)	(class general refresh)	(code 4 8 0 0)	(country 2)			(use 1)	(plural 1)		(pay 1)			(cooltime2 1300)						(buy 0)	(sell 0)				(effect 2)		(specialty																									(refresh mp 500)																	)								)

u will find that they use effect 2 , that's the new effect for mana meds . so i copied the whole Effect folder
and i change the effect for meds to 2 . but it did not work
that's what i know even i did not success but the fx1.dat is the effect file for hp meds (u can be sure by deleting the file and u won't see the meds effect when u use meds, hope that can be useful

P.S : i don't know how they use cooltime2 , when i try to use that, it did not work it should be (cooltime without 2 )
 
Upvote 0
I understand People who know how to do doesn't want to share...

But remember if somes developpers didn't share before, you would not go so far ^.^

If someone know which .dat in details, or can do a tutorial, he will receive our thx and credits for it.
Be popular and honest : share Xd
 
Upvote 0
I understand People who know how to do doesn't want to share...

But remember if somes developpers didn't share before, you would not go so far ^.^

If someone know which .dat in details, or can do a tutorial, he will receive our thx and credits for it.
Be popular and honest : share Xd

This isnt about sharing. Even if somebody shares, people will ask more stupid questions about it than thank you for it. This community is 99% leechers
 
Upvote 0
I understand your position...

But as i know in the world, will be always leechers and Seeders... we can't do anything, maybe moderators can make news rules... i don't know how it works in ragezone.

Let s see if someone will release the tutorial, most of us will say thx, somes won't because they are just stupid people. i would say : its the life :p
 
Upvote 0
first find the effect in your effect folder than search a bit in dat files and try try try .... make something by yourself... i found all what i need in like 15 min so try a bit

tip: you need to edit 2 dat files for it
greetz
 
Upvote 0
Back