| 01-15-2003, 10:04 AM | #1 |
Guest | Is there a way to dismiss some commun abilities for some units. Exemple: i have a hero and don't want him to use the patrol button, could i delete the icon ? I tried to edit the func.txt, but if i put // before the text, WC3 use a ? icon, and if i decide to put the icon outside the array (exempl: 3,3) it crash. I would like to have more place for using other abilities ... |
| 01-15-2003, 11:10 AM | #2 |
this MIGHT work: original func.txt <move button stuff here> <stop button stuff here> <hold pos button stuff here> <attack button stuff here> <patrol button stuff here> change them to this: <patrol button stuff here, use same place as move button> <move button stuff here> <stop button stuff here> <hold pos button stuff here> <attack button stuff here> |
| 01-15-2003, 12:11 PM | #3 |
Guest | I think at this, but i still don't try it. In fact i think that will push the other buttons to the left (then (because there is no more place left) under the first line: hummm ... at the patrol icon place ... :( I'll try tonight and write back here, but i really think that won't work. (thank you even ;-) ) If someone understand in which case an icon take over or under, when a new one appear, please explain that here. Any other idea ? |
| 01-16-2003, 12:38 PM | #4 |
Guest | OK, i can do it now (but i pu it at the end, and not the begining): !!! My heroes have 8 abilities :) !!! Thank you. |
| 01-16-2003, 06:56 PM | #5 |
How have you done that?? it didn't worked on mine :( |
