Human Teleport
Moderator: Forum Moderator
Human Teleport
1.I was playing a regular wc3 server and i like the teleport on it how it goes blue and makes a different sound any way i can put just that on war3ft?
2.If not is there anyway i can take away the flash for the teleport?
3.Or the other thing is there a way i can make the teleport flash blue or green?
Any of those answers will be really helpful i hope i can do 1 of them.
Thanks alot.
2.If not is there anyway i can take away the flash for the teleport?
3.Or the other thing is there a way i can make the teleport flash blue or green?
Any of those answers will be really helpful i hope i can do 1 of them.
Thanks alot.
-
- Peon
- Posts: 16
- Joined: Thu Jan 05, 2006 10:56 pm
- Location: Germany
- Contact:
war3FT in the configs folder...
*EDIT*
It's in the // Skill and Ultimate configurations part...
Code: Select all
FT_blink_dizziness 1 // What type of diziness? (1 is flashbang effect, 2 is fading blue screen, default is 1)
It's in the // Skill and Ultimate configurations part...
Last edited by -]Tical2k[- Doom on Tue Jan 17, 2006 11:07 am, edited 1 time in total.
- Krazy
- Forum Administrator
- Posts: 282
- Joined: Wed Jul 06, 2005 9:40 am
- Location: Dayton, Ohio
- Contact:
Yes edit the scripting\war3ft\war3ft.inl and changeLiquidz wrote:Is there a way for a different sound?
Code: Select all
copy( SOUND_BLINK, 63, "warcraft3/blinkarrival.wav" ) // Blink Teleport
Code: Select all
copy( SOUND_BLINK, 63, "warcraft3/blinkarrival2.wav" ) // Blink Teleport
and then put in the sound you want to be in the sound\warcraft3\ folder on your server named as blinkarrival2.wav
Website: www.djpsych.com

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
-
- Peon
- Posts: 16
- Joined: Thu Jan 05, 2006 10:56 pm
- Location: Germany
- Contact:
Or you go into your warcraft3 folder in the sound folder and delete blinkarrival.wav. Then you put in the sound you wanna have for it and rename it to blinkarrival.wavKrazy wrote:Yes edit the scripting\war3ft\war3ft.inl and changeLiquidz wrote:Is there a way for a different sound?
toCode: Select all
copy( SOUND_BLINK, 63, "warcraft3/blinkarrival.wav" ) // Blink Teleport
and recompile itCode: Select all
copy( SOUND_BLINK, 63, "warcraft3/blinkarrival2.wav" ) // Blink Teleport
and then put in the sound you want to be in the sound\warcraft3\ folder on your server named as blinkarrival2.wav

- Krazy
- Forum Administrator
- Posts: 282
- Joined: Wed Jul 06, 2005 9:40 am
- Location: Dayton, Ohio
- Contact:
But then people will not have to new sound file and use the old one. The way I said would work better and update for everyone.-]Tical2k[- Doom wrote:Or you go into your warcraft3 folder in the sound folder and delete blinkarrival.wav. Then you put in the sound you wanna have for it and rename it to blinkarrival.wav
Website: www.djpsych.com

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
-
- Peon
- Posts: 16
- Joined: Thu Jan 05, 2006 10:56 pm
- Location: Germany
- Contact:
If he wants it for everyone on his own server, you are right, but I thought he just wants it for himself... And then it would be pointless to change the name firstKrazy wrote:But then people will not have to new sound file and use the old one. The way I said would work better and update for everyone.-]Tical2k[- Doom wrote:Or you go into your warcraft3 folder in the sound folder and delete blinkarrival.wav. Then you put in the sound you wanna have for it and rename it to blinkarrival.wav
