• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

H3lp

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,763
Hey im trying to do the beta editor but theres some help :(

1. How do i change a units attack speed? i tried to go under atk speed but it change jack.

2. How to change a rank? I want reaper to be PFC

3. How to display game text, like in wc3, itll say like Welcome to Gem TD in the middle or some crap like that.
 
To change attack speed you have to edit the unit's weapon.

Click the weapon, then scroll on the right side until you find "Period", this is the attack speed.

Screenshot
attackspeed.jpg
 
1. How do i change a units attack speed? i tried to go under atk speed but it change jack.
No idea, the editor is still 2 hours away.

Try changing the cooldowns of the weapons, not the units. I think weapons and units are separate in SC2 and weapons control attacks while units use weapons.

2. How to change a rank? I want reaper to be PFC
No idea what you mean here.

3. How to display game text, like in wc3, itll say like Welcome to Gem TD in the middle or some crap like that.
There should be a GUI action for this, but the code provided eariler should do it slightly.
 
No idea, the editor is still 2 hours away.

Try changing the cooldowns of the weapons, not the units. I think weapons and units are separate in SC2 and weapons control attacks while units use weapons.


No idea what you mean here.


There should be a GUI action for this, but the code provided eariler should do it slightly.

Read my reply for how to change attack speeds Dr :P
 
3) Try this:
Code:
UIDisplayMessage(PlayerGroupAll(),
                 c_messageAreaSubtitle,
                 StringToText("Welcome to Gem TD"));

I found it in the functions list from http://www.sc2mapster.com/api-docs/functions/
So, I'd really like to know if it works.

Actually, your code helped me. In GUI, it is UI - Text Message

And i mean, if u play sc2 it will say Kills - Whatever and beneath that it will say Rank - whatever. I want to change the rank to Private First Class
 
Status
Not open for further replies.
Back
Top