(Keeps Hive Alive)
Go Back   The Hive Workshop - A Warcraft III Modding Site > Warcraft III Modding > World Editor Help Zone

World Editor Help Zone Need help with Blizzard's World Editor? Ask general questions about its features and use in this forum. README!

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-03-2008, 07:29 PM   #1 (permalink)

map maker / pot smoker
 
Join Date: Jun 2007
Posts: 92

yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)


Lumbering Faster

I want to know how upgrades can increase the rate at which a worker harvests lumber. (Such as in Island Defense's upgrades.) Increasing attack speed doesn't help. Replacing units with Berserker Upgrade only work one time. Leveling the Harvest ability through triggers don't work. Any help on how to do this would be appreciated.
__________________
Rep is fun.
Great GUI trigger editor, crappy everything else.
yAyAfOshO is offline  
Old 07-03-2008, 09:44 PM   #2 (permalink)
 
cheesdude's Avatar

I'm..sssooo.. startled...
 
Join Date: Apr 2005
Posts: 475

cheesdude has little to show at this moment (9)


I haven't gone on the W3 editor for over a year now, but can't you use the berserker upgrade more than once?
__________________
C program run. C program crash. C programmer quit.
cheesdude is offline  
Old 07-04-2008, 12:34 AM   #3 (permalink)
 
Masiah's Avatar

Giving out X-mas rep!
 
Join Date: Jan 2008
Posts: 561

Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)


Ok, I've got the problem that my WE is in spanish, so I can't just post and image of the done trigger.
What you have to do is get the harvest ability (from a peon or a shredder, for example) and give it levels, each level with an increased speed (which is clearly shown) compared to the one before. If you don't want the unit to destroy the tree (just as Island Defense) set the damage to 0. After that, create an upgrade with the same number of levels as the ability you modified.
Then, create a trigger that every time you research the upgrade it increases the unit's ability by one, and so increasing the gathering speed. You can increase the amount of wood the units carry too, just change the stats in the ability.
I hope that helped, if you don't understand something, PM me and I'll try to explain better.
__________________
My Pets:
Clickie to keep them happy!
Masiah is offline  
Old 07-04-2008, 03:14 AM   #4 (permalink)

map maker / pot smoker
 
Join Date: Jun 2007
Posts: 92

yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)


Quote:
Originally Posted by Masiah View Post
Ok, I've got the problem that my WE is in spanish, so I can't just post and image of the done trigger.
What you have to do is get the harvest ability (from a peon or a shredder, for example) and give it levels, each level with an increased speed (which is clearly shown) compared to the one before. If you don't want the unit to destroy the tree (just as Island Defense) set the damage to 0. After that, create an upgrade with the same number of levels as the ability you modified.
Then, create a trigger that every time you research the upgrade it increases the unit's ability by one, and so increasing the gathering speed. You can increase the amount of wood the units carry too, just change the stats in the ability.
I hope that helped, if you don't understand something, PM me and I'll try to explain better.
Leveling the ability through triggers does not work. Harvest is one of those abilities that have no effect with levels.
__________________
Rep is fun.
Great GUI trigger editor, crappy everything else.
yAyAfOshO is offline  
Old 07-04-2008, 08:09 AM   #5 (permalink)
 
UreDe4D's Avatar

valiant little mapper
 
Join Date: Nov 2006
Posts: 763

UreDe4D is on a distinguished road (76)UreDe4D is on a distinguished road (76)


why not? you can make 5(or more) different harvest abilities and remove them, adding the next best by triggers
__________________
When I come back from the mighty quest
I have no need for sleep or rest
I head to a tavern for a drink
And get so drunk I cannot think
A wench by my side and a jug of mead
These are the things that I most need
So I sit back and sing this song
And drink and party all night long
UreDe4D is offline  
Old 07-04-2008, 01:03 PM   #6 (permalink)
 
Masiah's Avatar

Giving out X-mas rep!
 
Join Date: Jan 2008
Posts: 561

Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)


Quote:
Originally Posted by yAyAfOshO View Post
Leveling the ability through triggers does not work. Harvest is one of those abilities that have no effect with levels.
It does. I though about this trigger first, and then remembered I have a hacked version of Island Defense (without the map protector) and the system it uses for the speed upgrades is the same. So it does work.
__________________
My Pets:
Clickie to keep them happy!
Masiah is offline  
Old 07-04-2008, 03:36 PM   #7 (permalink)

map maker / pot smoker
 
Join Date: Jun 2007
Posts: 92

yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)


Quote:
Originally Posted by UreDe4D View Post
why not? you can make 5(or more) different harvest abilities and remove them, adding the next best by triggers
That method partially works, however if a worker has chopped about 5 times, and the ability is replaced, its lumber goes back to 0 and he has to chop all of it again.
__________________
Rep is fun.
Great GUI trigger editor, crappy everything else.
yAyAfOshO is offline  
Old 07-04-2008, 04:15 PM   #8 (permalink)
 
Masiah's Avatar

Giving out X-mas rep!
 
Join Date: Jan 2008
Posts: 561

Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)Masiah has a spectacular aura about (126)


Of course it is like that. It's a little bug, but Island Defense has it too. There is no way to go solve it.
__________________
My Pets:
Clickie to keep them happy!
Masiah is offline  
Old 07-04-2008, 04:26 PM   #9 (permalink)

map maker / pot smoker
 
Join Date: Jun 2007
Posts: 92

yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)yAyAfOshO has little to show at this moment (20)


I found the solution to it, but thanks anyways. I've looked through a deprotected version, no triggers were involved at all. It was the upgrade, which uses "ability level bonus" to level the harvest ability.
__________________
Rep is fun.
Great GUI trigger editor, crappy everything else.
yAyAfOshO is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Lumbering Method Sh4de Requests 0 06-26-2008 05:47 PM
[JASS] what's faster? frenksel Triggers & Scripts 1 10-28-2006 07:03 PM
Faster website = new server Ralle Latest Updates and News 0 12-07-2005 05:38 PM
making firefox faster Afronight_76 Off-Topic 3 03-22-2005 12:36 AM
Faster hosting? Frigolit[Swe] Site Discussion 10 11-16-2004 05:30 PM

All times are GMT. The time now is 05:05 AM.






Your link here 
Find Local Jobs | Online Advertising | Cell Phones | Mobile Phones | Bad Breath
Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Copyright©Ralle