| 12-27-2002, 02:55 AM | #1 |
Ive posted this a couple of times on different threads but i still havent been answered. Im trying to turn Holy Light into a unit spell. It appears in the editor as a item spell though and everytime i try to edit the SLK with my spell editor, it crashes. I edited it manually and made sure it wasnt an item spell but it still appears as one and does absolutly nothing when i give it to a unit. Any help is GREATLY appricated. Thanks in advance. emote_sweat |
| 12-27-2002, 03:58 AM | #2 |
This is the code you would need to add in the slk: but horizontally not vertically! ://// AChb (this is a unique 4 letter alias for a new spell, at least i'm guessing it has to be 4 letters) AHhb (this says you'll be using the holy bolt code) AChb (the spell alias again) Holy Light (creep) (this is just a comment) 1 0 0 unit 0 1 0 air,ground,organic,notself,invu,vuln,nonancient 0 0 0 5 75 - 800 200 the rest of the line should just be -'s. you must save the file as a symbolic link library file. if this doesn't help you need to post all the code you did & maybe explain how u implemented the spell. |
| 12-27-2002, 03:49 PM | #3 |
Thank you so much. The problem i have now is that none of the spells show up in the editor. I saw this on another thread and im going to check it out.none |
| 12-27-2002, 04:20 PM | #4 |
Actually...I cant find that other thread. Can someone link it to me or tell me how they fixed it? |
| 12-27-2002, 04:26 PM | #5 |
To get new spells in the Editor u have to create a folder called Unit in your War3 directory and copy all your files (abilitydata.slk, raceabilitydata.txt...) in it. |
| 12-28-2002, 06:52 PM | #6 |
Something REALLY wrong now. The editor has NO abilities at ALL and i cant use ANY abilities in the game. The Ability selector thingy is completely blank. Somebody please help me so i can atleast play WC3 again?:( :( :( |
| 12-29-2002, 05:37 AM | #7 |
You've screwed up abilitydata some how. just delete, or move, it if u want wc3 to work normally. Either you've saved the slk the wrong way or you've made some logic error in the code. same thing happened to me |
| 12-29-2002, 06:34 PM | #8 |
Thank you!!! |
