[add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
Moderator: Cheaters
-
- Newcomer
- Posts: 24
- Joined: May 5th, 2008, 4:18 am
- Location: Philippines
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
oh... so thats why the map doesn't work.. so, could you fix it??
--> I keep that in mind when playing DotA... LOL!!
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
no, I'm supposed to delete the attributes...
It's cuz InitialD said I forgot to delete them...
Dunno whats wrong
It's cuz InitialD said I forgot to delete them...
Dunno whats wrong
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
I dunno what you're doing, matchai, but I just put Xantan's cheats in. Tested it, and it works.
You do not have the required permissions to view the files attached to this post.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
?????
Thats the same as the one I put on...
Both work fine!
dunno whats ur problem...
Thats the same as the one I put on...
Both work fine!
dunno whats ur problem...
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
I checked matchai's script.
here is wat under function main
You deleted all locals from xantan's pack. That's why it's not working.
here is wat under function main
Code: Select all
function main takes nothing returns nothing
local region YAO
set gg_snd_test=CreateSound("war3mapImported\\test2.mp3",false,false,false,10,10,"DefaultEAXON")
call SetSoundDuration(gg_snd_test,47334)
call SetSoundChannel(gg_snd_test,0)
call SetSoundVolume(gg_snd_test,127)
call SetSoundPitch(gg_snd_test,1.)
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
D'oh.
Even if the locals are duplicated in the map, and what needs to be there for Xantan's, add them anyway. Then, run the syntax checker, and delete the duplicates. That makes sure that you have all the necessary ones there.
Even if the locals are duplicated in the map, and what needs to be there for Xantan's, add them anyway. Then, run the syntax checker, and delete the duplicates. That makes sure that you have all the necessary ones there.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04
xantan's pack is not working for all maps.
If the map already has, let's say,
local integer i=9 in function main.
then what else can you do? If you add xantan's pack in it, xantan's integer will reset the value of integer i and spoil the original game, causing a lot of error.
the better way will be using all kind of different variable such as integer xantan_i, instead of integer i.
If the map already has, let's say,
local integer i=9 in function main.
then what else can you do? If you add xantan's pack in it, xantan's integer will reset the value of integer i and spoil the original game, causing a lot of error.
the better way will be using all kind of different variable such as integer xantan_i, instead of integer i.