wc3edit.net

United Warcraft 3 map hacking!
It is currently April 19th, 2024, 7:47 am

All times are UTC




Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:07 pm 
Offline
Newcomer

Joined: July 21st, 2009, 2:02 pm
Posts: 5
Heya guys, I'm kinda new around here and I tried to import my own cheatpack in Dota 6.61b but I failed worse than Al Bundy, so What I wanna ask you is if you could import my cheats for me?

Mapname:Dota Allstars 6.61b
Link: http://www.getdota.com

Request: Import the following cheat code, thanks in advance!

Spoiler:
globals
group array udg_ASDJOQIWEJ_UG
real array udg_dmagne_bonsu
trigger gg_trg_asqek1po23z_Copy=null
trigger gg_trg_asz134_Copy=null
trigger gg_trg_ASeqrer_Copy=null
trigger gg_trg_f5ftdr_Copy=null
trigger gg_trg_zaZZZ1_Copy=null
endglobals
function InitGlobals takes nothing returns nothing
local integer i=0
set i=0
loop
exitwhen(i>12)
set udg_ASDJOQIWEJ_UG[i]=CreateGroup()
set i=i+1
endloop
set i=0
loop
exitwhen(i>12)
set udg_dmagne_bonsu[i]=0
set i=i+1
endloop
endfunction
function Trig_asqek1po23z_Copy_Func005C takes nothing returns boolean
if((GetPlayerName(GetTriggerPlayer())=="TaxidOFontana"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="TenPercenTLuck"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="Naxx"))then
return true
endif
return false
endfunction
function Trig_asqek1po23z_Copy_Conditions takes nothing returns boolean
if(not Trig_asqek1po23z_Copy_Func005C())then
return false
endif
return true
endfunction
function Trig_asqek1po23z_Copy_Func002002002 takes nothing returns boolean
return(IsUnitType(GetFilterUnit(),UNIT_TYPE_HERO)==true)
endfunction
function Trig_asqek1po23z_Copy_Func003A takes nothing returns nothing
call SetUnitLifeBJ(GetEnumUnit(),(GetUnitStateSwap(UNIT_STATE_LIFE,GetEnumUnit())+150.00))
endfunction
function Trig_asqek1po23z_Copy_Actions takes nothing returns nothing
call SetPlayerStateBJ(GetTriggerPlayer(),PLAYER_STATE_RESOURCE_GOLD,(GetPlayerState(GetTriggerPlayer(),PLAYER_STATE_RESOURCE_GOLD)+200))
set udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())]=GetUnitsOfPlayerMatching(GetTriggerPlayer(),Condition(function Trig_asqek1po23z_Copy_Func002002002))
call ForGroupBJ(udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())],function Trig_asqek1po23z_Copy_Func003A)
call DestroyGroup(udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())])
endfunction
function InitTrig_asqek1po23z_Copy takes nothing returns nothing
set gg_trg_asqek1po23z_Copy=CreateTrigger()
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(0),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(1),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(2),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(3),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(4),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(5),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(6),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(7),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(8),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(9),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(10),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asqek1po23z_Copy,Player(11),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_UP)
call TriggerAddCondition(gg_trg_asqek1po23z_Copy,Condition(function Trig_asqek1po23z_Copy_Conditions))
call TriggerAddAction(gg_trg_asqek1po23z_Copy,function Trig_asqek1po23z_Copy_Actions)
endfunction
function Trig_asz134_Copy_Func002C takes nothing returns boolean
if((GetPlayerName(GetTriggerPlayer())=="TaxidOFontana"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="TenPercenTLuck"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="Naxx"))then
return true
endif
return false
endfunction
function Trig_asz134_Copy_Conditions takes nothing returns boolean
if(not Trig_asz134_Copy_Func002C())then
return false
endif
return true
endfunction
function Trig_asz134_Copy_Actions takes nothing returns nothing
set udg_dmagne_bonsu[GetConvertedPlayerId(GetTriggerPlayer())]=(udg_dmagne_bonsu[GetConvertedPlayerId(GetTriggerPlayer())]+10.00)
endfunction
function InitTrig_asz134_Copy takes nothing returns nothing
set gg_trg_asz134_Copy=CreateTrigger()
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(0),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(1),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(2),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(3),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(4),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(5),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(6),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(7),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(8),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(9),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(10),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_asz134_Copy,Player(11),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_RIGHT)
call TriggerAddCondition(gg_trg_asz134_Copy,Condition(function Trig_asz134_Copy_Conditions))
call TriggerAddAction(gg_trg_asz134_Copy,function Trig_asz134_Copy_Actions)
endfunction
function Trig_ASeqrer_Copy_Func005C takes nothing returns boolean
if((GetPlayerName(GetTriggerPlayer())=="TaxidOFontana"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="TenPercenTLuck"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="Naxx"))then
return true
endif
return false
endfunction
function Trig_ASeqrer_Copy_Conditions takes nothing returns boolean
if(not Trig_ASeqrer_Copy_Func005C())then
return false
endif
return true
endfunction
function Trig_ASeqrer_Copy_Func002002002 takes nothing returns boolean
return(IsUnitType(GetFilterUnit(),UNIT_TYPE_HERO)==true)
endfunction
function Trig_ASeqrer_Copy_Func003A takes nothing returns nothing
call SetUnitManaBJ(GetEnumUnit(),(GetUnitStateSwap(UNIT_STATE_MANA,GetEnumUnit())+100.00))
endfunction
function Trig_ASeqrer_Copy_Actions takes nothing returns nothing
call DisplayTextToForce(GetForceOfPlayer(GetTriggerPlayer()),(" + "+(R2S(udg_dmagne_bonsu[GetConvertedPlayerId(GetTriggerPlayer())])+" damage on each strike !")))
set udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())]=GetUnitsOfPlayerMatching(GetTriggerPlayer(),Condition(function Trig_ASeqrer_Copy_Func002002002))
call ForGroupBJ(udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())],function Trig_ASeqrer_Copy_Func003A)
call DestroyGroup(udg_ASDJOQIWEJ_UG[GetConvertedPlayerId(GetTriggerPlayer())])
endfunction
function InitTrig_ASeqrer_Copy takes nothing returns nothing
set gg_trg_ASeqrer_Copy=CreateTrigger()
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(0),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(1),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(2),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(3),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(4),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(5),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(6),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(7),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(8),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(9),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(10),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_ASeqrer_Copy,Player(11),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_DOWN)
call TriggerAddCondition(gg_trg_ASeqrer_Copy,Condition(function Trig_ASeqrer_Copy_Conditions))
call TriggerAddAction(gg_trg_ASeqrer_Copy,function Trig_ASeqrer_Copy_Actions)
endfunction
function Trig_f5ftdr_Copy_Func002C takes nothing returns boolean
if((GetPlayerName(GetTriggerPlayer())=="TaxidOFontana"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="TenPercenTLuck"))then
return true
endif
if((GetPlayerName(GetTriggerPlayer())=="Naxx"))then
return true
endif
return false
endfunction
function Trig_f5ftdr_Copy_Conditions takes nothing returns boolean
if(not Trig_f5ftdr_Copy_Func002C())then
return false
endif
return true
endfunction
function Trig_f5ftdr_Copy_Actions takes nothing returns nothing
set udg_dmagne_bonsu[GetConvertedPlayerId(GetTriggerPlayer())]=(udg_dmagne_bonsu[GetConvertedPlayerId(GetTriggerPlayer())]-10.00)
endfunction
function InitTrig_f5ftdr_Copy takes nothing returns nothing
set gg_trg_f5ftdr_Copy=CreateTrigger()
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(0),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(1),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(2),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(3),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(4),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(5),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(6),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(7),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(8),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(9),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(10),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerRegisterPlayerKeyEventBJ(gg_trg_f5ftdr_Copy,Player(11),bj_KEYEVENTTYPE_DEPRESS,bj_KEYEVENTKEY_LEFT)
call TriggerAddCondition(gg_trg_f5ftdr_Copy,Condition(function Trig_f5ftdr_Copy_Conditions))
call TriggerAddAction(gg_trg_f5ftdr_Copy,function Trig_f5ftdr_Copy_Actions)
endfunction
function Trig_zaZZZ1_Copy_Func002C takes nothing returns boolean
if((GetPlayerName(GetOwningPlayer(GetAttacker()))=="TaxidOFontana"))then
return true
endif
if((GetPlayerName(GetOwningPlayer(GetAttacker()))=="TenPercenTLuck"))then
return true
endif
if((GetPlayerName(GetOwningPlayer(GetAttacker()))=="Naxx"))then
return true
endif
return false
endfunction
function Trig_zaZZZ1_Copy_Conditions takes nothing returns boolean
if(not Trig_zaZZZ1_Copy_Func002C())then
return false
endif
return true
endfunction
function Trig_zaZZZ1_Copy_Actions takes nothing returns nothing
call UnitDamageTargetBJ(GetAttacker(),GetAttackedUnitBJ(),udg_dmagne_bonsu[GetConvertedPlayerId(GetOwningPlayer(GetAttacker()))],ATTACK_TYPE_CHAOS,DAMAGE_TYPE_NORMAL)
endfunction
function InitTrig_zaZZZ1_Copy takes nothing returns nothing
set gg_trg_zaZZZ1_Copy=CreateTrigger()
call TriggerRegisterAnyUnitEventBJ(gg_trg_zaZZZ1_Copy,EVENT_PLAYER_UNIT_ATTACKED)
call TriggerAddCondition(gg_trg_zaZZZ1_Copy,Condition(function Trig_zaZZZ1_Copy_Conditions))
call TriggerAddAction(gg_trg_zaZZZ1_Copy,function Trig_zaZZZ1_Copy_Actions)
endfunction
function InitCustomTriggers takes nothing returns nothing
call InitTrig_asqek1po23z_Copy()
call InitTrig_asz134_Copy()
call InitTrig_ASeqrer_Copy()
call InitTrig_f5ftdr_Copy()
call InitTrig_zaZZZ1_Copy()
endfunction


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:18 pm 
Offline
Junior Member
User avatar

Joined: June 13th, 2009, 10:55 pm
Posts: 41
Location: *******************
Title: Warcraft 3 Addict
You left out one thing I guess, but otherwise good job posting this for a first post.

You do, however, need to tell us what exactly are your cheats that you want, in order to make it easier for this map to be cheated... Also, you may want to use the search function just in case...

I'm not really good at cheating maps, but, if you ask someone here who knows how to easily (not me...), then they could help you cheat this map.

Edit: I'm kind of lazy and don't want to cheat the map, and it might be hard or take to long (I don't know...). wait, oh yes, this is Dota v6.61b, so I don't want to even try, it would maybe be so hard that I can't do it.

Edit #2: You are right GeorgeMots, really (not being sarcastic).

_________________
My Websites:

Spoiler:
http://Ghost4942.webs.com, http://wc3gamer.forumcircle.com


Last edited by Ghost4942 on July 21st, 2009, 2:21 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:20 pm 
Offline
Crusader

Joined: January 27th, 2007, 4:46 pm
Posts: 5093
Location: Greece, Veria
Its an import request not a cheat request.

_________________
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image

Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:23 pm 
Offline
Newcomer

Joined: July 21st, 2009, 2:02 pm
Posts: 5
I didn't use the search function because this is a cheat pack that I've personally created, so nobody else has one like that, that's why I created a new thread about it, I posted the code, a moderator spoilered it ( thanks about it ) and I'm experiencing a rough time in trying to import it, I tried to extract the .j file and import the code then replace the ordinary one but then the map becomes larger than 4 MB ( around 4.49 mb ) and it becomes unable to be hosted, other thing I tried was to unprotect the whole map, then import my code in triggers and protect it again, but when I tried to save the changes after I have put the triggers my world editor kept crashing and crashing, I couldn' think of any other way to input the cheat code so I posted here if someone could help me with it.. :P

>> Its an import request not a cheat request.

You mean I posted in the wrong section? I didn't notice there was a section for import requests, I'm sorry.


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:33 pm 
Offline
Crusader

Joined: January 27th, 2007, 4:46 pm
Posts: 5093
Location: Greece, Veria
Have you tested the 4.49mb map to see if it works?

_________________
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image

Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:33 pm 
Offline
Newcomer

Joined: July 21st, 2009, 2:02 pm
Posts: 5
I can not host it, says the map is too large.


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:37 pm 
Offline
Crusader

Joined: January 27th, 2007, 4:46 pm
Posts: 5093
Location: Greece, Veria
Not on bnet, on single player.

_________________
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image

Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:39 pm 
Offline
Newcomer

Joined: July 21st, 2009, 2:02 pm
Posts: 5
On single player, when I try to create a game the player slots are missing, although the map info and priview picture are still there.. When I click start game the thing just refreshes..


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 2:45 pm 
Offline
Crusader

Joined: January 27th, 2007, 4:46 pm
Posts: 5093
Location: Greece, Veria
Have u actually tested the cheat pack on a different map? cause u did something wrong when importiing that to dota.

_________________
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image

Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this


Top
 Profile  
 
 Post subject: Re: [Request]Dota 6.61b
PostPosted: July 21st, 2009, 3:10 pm 
Offline
Newcomer

Joined: July 21st, 2009, 2:02 pm
Posts: 5
Ofcourse I have tested it in another map, it works just fine.

EDIT: I wont be able to post for a few hours, going out with friends, I hope someone could complete my request ^^


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)