Quote:
Originally Posted by BloofyGirl
Hi,
I've being working in new Bless skill with new effct and i've done it server side but im stuck in client side .
can some one explain this line to me please ?
This line is for bless skill got it from MagicType.dat i've just copied it and paste it and i've changed the name but how can i change the effect if i already have the dds/c3 files for the new bless.
there is no effect name in that line as i see?
thanks
|
Sorry if I'm not understanding you properly...
You're creating a DUPLICATE skill that functions like bless but offers different bonuses or w/e?
You will need to overwrite an existing skill in magictype.dat and link it to the proper effects.
If I remember correctly, part of the section you posted links to an effect which would then be linked in a different .ini (either 3deffect.ini or effects.ini, forget exactly where) which then controls where in the client effects are being called from (there may be yet another ini you need to run though... they use effect numbers often that have to be traced through a number of .ini's to get the exact folder location. If you are adding a completely new effect then just copy the existing one, give it a new location and id number, make sure they all match and it should work out nicely. That's what I did when I added a custom halo (which requires custom effect as well as status to do it properly w/o overwriting an existing one). From what I understand, spells should function very similarly except you will need to go the step further of tracing it back to the actual magictype.dat file and you must over-write an existing one rather than add a new one.