[add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
zeraxar
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

Post by zeraxar »

oh... so thats why the map doesn't work.. so, could you fix it??
Image
--> I keep that in mind when playing DotA... LOL!!
User avatar
matchai
Forum Staff
Posts: 1009
Joined: July 14th, 2007, 2:51 pm

Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04

Post by matchai »

no, I'm supposed to delete the attributes...

It's cuz InitialD said I forgot to delete them...

Dunno whats wrong :?:
User avatar
Senethior459
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

Post by Senethior459 »

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
User avatar
matchai
Forum Staff
Posts: 1009
Joined: July 14th, 2007, 2:51 pm

Re: [add Xantan's cheat pack] Dota 6.54b AI Plus Rev.04

Post by matchai »

?????

Thats the same as the one I put on...

Both work fine!

dunno whats ur problem...
initialD
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

Post by initialD »

I checked matchai's script.

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.)
You deleted all locals from xantan's pack. That's why it's not working.
User avatar
Senethior459
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

Post by Senethior459 »

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.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
initialD
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

Post by initialD »

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.