War3 ability Question

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
Crimsonslayor
Peon
Posts: 23
Joined: Wed Aug 17, 2005 8:12 am
Contact:

War3 ability Question

Post by Crimsonslayor » Sat Aug 20, 2005 6:37 am

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

:D
............................

Crimsonslayor
Peon
Posts: 23
Joined: Wed Aug 17, 2005 8:12 am
Contact:

Post by Crimsonslayor » Sat Aug 20, 2005 8:13 pm

lazarus can you help me :*(

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Sun Aug 21, 2005 1:15 am

Crimsonslayor:

Sorry man, If I could I already had. You'll have to wait for the coders to reply.

Regards,
Lazarus

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sun Aug 21, 2005 1:27 pm

yes of course there is... I'm n ot going to do it though :/
No Support via PM

Crimsonslayor
Peon
Posts: 23
Joined: Wed Aug 17, 2005 8:12 am
Contact:

Post by Crimsonslayor » Sun Aug 21, 2005 10:07 pm

uh... why? iv seen people do it on there servers, why cant you tell me =*(

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Mon Aug 22, 2005 7:14 am

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 :P
No Support via PM

User avatar
Avanderik
<b><i>King of Kings!</b></i>
Posts: 150
Joined: Thu Jul 07, 2005 1:51 am
Location: Still Looking

Post by Avanderik » Mon Aug 22, 2005 2:56 pm

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.
War does not determine who is right, war determines who is left...

Order is for idiots, genius masters chaos...
Image

Crimsonslayor
Peon
Posts: 23
Joined: Wed Aug 17, 2005 8:12 am
Contact:

Post by Crimsonslayor » Tue Aug 23, 2005 3:41 am

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)

User avatar
Avanderik
<b><i>King of Kings!</b></i>
Posts: 150
Joined: Thu Jul 07, 2005 1:51 am
Location: Still Looking

Post by Avanderik » Tue Aug 23, 2005 2:39 pm

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.
War does not determine who is right, war determines who is left...

Order is for idiots, genius masters chaos...
Image

Locked