Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
How to forbid resource exchange partly?
How to forbid resource exchange partly?
10-24-2005, 09:14 AM
#1
flyingsnow
Does someone has idea how to disable player share lumber while they can still give/receive gold? seems WE does not provide this function.
THX
10-24-2005, 11:29 AM
#2
iNfraNe
tried setting both small step and big step for the wood to 0?
10-24-2005, 12:28 PM
#3
flyingsnow
Quote:
Originally Posted by
toot
tried setting both small step and big step for the wood to 0?
There is just a setting for both, not for wood only.
10-24-2005, 12:46 PM
#4
iNfraNe
oh.. right
well then just make a trigger that gives wood back if its shared. Or disable both sharing and make a -give for gold.
10-24-2005, 01:25 PM
#5
flyingsnow
Is there any other solution?
I didn't want to use trigger to emun for it does not look nice.
10-24-2005, 02:09 PM
#6
Vexorian
Seems that trigger is the only solution