For fulfilled maps that most likely don't work on the latest patch (1.24 or later).
Moderator: Cheaters
nevo
Old Wrinkly Member
Posts: 233 Joined: June 20th, 2007, 8:53 pm
Title: Nevo
Location: Canada
Post
by nevo » August 20th, 2007, 2:51 am
Your missing one thing, it must be normal English!!!!
Not:
ihuva dugd hokies
=
I Have A Dog Homies
And colmo, last time in one day, i got 50 posts, kept going but then one mod, dont remember who warned me about replying to useless topics.... zzzzzz
i can get more then 1000 in one day, wanna see? Lets make a bet eh?
and its not like spamage, like, HIIIIIIIII, done, thats a reply or topic.
EDIT:
btw, do you guys like my sig?
My Favorite Rule:
- No excessive BBCode, (colors, flashing text, spoilers, etc.), using; don't use it for every single word you're typing, only use it make a word(s) stand out.
Xantan
Honorary wc3edit.net Traitor
Posts: 2507 Joined: February 1st, 2007, 4:11 pm
Location: NEVADA
Post
by Xantan » August 20th, 2007, 9:12 am
nevo wrote:
i can get more then 1000 in one day, wanna see? Lets make a bet eh?
bet I can ipban you before you get 10 off.
oh, good luck getting mod btw =]
GeorgeMots
Crusader
Posts: 4236 Joined: January 27th, 2007, 4:46 pm
Location: Greece, Veria
Post
by GeorgeMots » August 20th, 2007, 9:18 am
JJ2197 wrote: Here is the function they put in
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
Function GK is not always the same for dota-allstars, it changes in every version, so i guess this is from dota v6.46(b)
Dont insert this on another version or the map will get corrupted.