Page 1 of 1
War3 ability Question
Posted: Sat Aug 20, 2005 6:37 am
by Crimsonslayor
heyllo i would like to know if theres some way i may mod the humans invis so i can make them more invisible at level 10 with knife out ?
any help link or anything i would apreciate

............................
Posted: Sat Aug 20, 2005 8:13 pm
by Crimsonslayor
lazarus can you help me :*(
Posted: Sun Aug 21, 2005 1:15 am
by Lazarus Long
Crimsonslayor:
Sorry man, If I could I already had. You'll have to wait for the coders to reply.
Regards,
Posted: Sun Aug 21, 2005 1:27 pm
by Geesu
yes of course there is... I'm n ot going to do it though :/
Posted: Sun Aug 21, 2005 10:07 pm
by Crimsonslayor
uh... why? iv seen people do it on there servers, why cant you tell me =*(
Posted: Mon Aug 22, 2005 7:14 am
by Geesu
B/c in me telling you, I would just be doing it, and I don't have the time...
Although, step 1: Learn to code

Posted: Mon Aug 22, 2005 2:56 pm
by Avanderik
Ok, i'll give you some hints at doing this since I'm in a good mood today. First of all, this variable affects the levels of invisiblity.
new const p_invisibility[3]
If you are going to make it so level 10s with invisibility are more invisible than just anyone with three in the skill, you need to first define a invisibility const less than 100 (lvl 3 invis is 100) and then you would check to see if they are level 10 before assigning their visibility level.
Posted: Tue Aug 23, 2005 3:41 am
by Crimsonslayor
ok that sounds a little more complicated hehe i guess ill just ask ya how do i make them more invisible in general (at level 3 invis)
Posted: Tue Aug 23, 2005 2:39 pm
by Avanderik
Ok, that is more simple to do. Go to constants.inl and find the variable in the above post. Change the third number to whatever you want that is less than 100.