|
Ive got another one.. How can I add +10 effect to my weap? I found this.
I try copy from global files, but in modeleffect.csv +10 id 20, my modeleffect.csv id 20 using, and this is what i dont understand: I try search ID 20 (here: 210) in item_shape.csv but i dont find. and another (1241) but i dont find too
3. You read the column from Modeleffect.csv which looks like this in my case of an effect : 31,1,210,0,5,1241,1,2000,0,0,0,0,0,0,"ICy. From here it's like this :
210 = effect from item_shape.csv and 1241 is index you need for the next phase.
"for effects you have to edit following:
1. Check data/script/shape or data/script(A3/A6 client) item_shape.csv for Effect Index
2. Go to data/script/effect modeleffect.csv and find that index in there usually item effect indexes are using code 31,1,Effect Index from item_shape.csv
3. You read the column from Modeleffect.csv which looks like this in my case of an effect : 31,1,210,0,5,1241,1,2000,0,0,0,0,0,0,"ICy. From here it's like this :
210 = effect from item_shape.csv and 1241 is index you need for the next phase.
4. Now you have to go into data/property/effect effectdata.02 and effectscene.02.
5. Open both files from property/effect and go to effectscene.02 and look for "1241" to find what you need to have in effectdata.02.
I hope i explained it well :-?? I suck at explaining but thats all you need to check for an effect : item_shape to get effect index, go to modeleffect.csv to find the 2nd index you will have to find in effectscene.02 and then you will have to find the other stuff from in there into dataeffect.02 for tpack/texture file/mesh/skel etc."
|