i want add Command in Dota-allstars for Gold REGION for Exp: Gold Region is 8 i want chang it
To 16 or 30 or ... With Some Command .
please Tell me How and Where can be add Script in jass
TANKS and Sori for my ENGLISH

Moderator: Cheaters
JJ2197 wrote:Okay I have changed the Gold rate to 30
If you want to know what the triggers are still just ask
DoTA Allstars
Code: Select all
function GK takes nothing returns nothing
call SetPlayerState(AF[1],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(AF[1],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(AF[2],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(AF[2],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(AF[3],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(AF[3],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(AF[4],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(AF[4],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(AF[5],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(AF[5],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(Ag[1],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(Ag[1],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(Ag[2],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(Ag[2],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(Ag[3],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(Ag[3],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(Ag[4],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(Ag[4],PLAYER_STATE_RESOURCE_GOLD)+30)
call SetPlayerState(Ag[5],PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(Ag[5],PLAYER_STATE_RESOURCE_GOLD)+30)
endfunction
Hahahaha.colmo wrote:Maybe you should have 200 posts too make a suggestion about changing the requests section