Lol i was trying this thing to hell td and i tryed to find the .j File to add the cheat but couldn't find it, Any help? Thanks alot
http://www.speedyshare.com/634793801.html
EDIT : I Edited the WTS File to the dota thing to get the menu but that dint work too good o.O.
Thank's and replay, Take your time
Lost .j File??
Moderator: Cheaters
Re: Lost .j File??
its in scriptsSeven wrote:Lol i was trying this thing to hell td and i tryed to find the .j File to add the cheat but couldn't find it, Any help? Thanks alot
http://www.speedyshare.com/634793801.html
EDIT : I Edited the WTS File to the dota thing to get the menu but that dint work too good o.O.
Thank's and replay, Take your time

-
- Newcomer
- Posts: 24
- Joined: April 7th, 2008, 12:33 am
Re: Lost .j File??
use mpqrecover to scan ur map , then save mpq , open mpqmaster again with ur map and click listfile.txt..then u should get Scripts...
-
- Newcomer
- Posts: 24
- Joined: April 7th, 2008, 12:33 am
Re: Lost .j File??
lawl. u will have problems
its hard to use + it's not mine , i just found it on a map and i think it's Xantans start pack
but do whatever u want
+ it's made in GUI , it may leak .



-
- Newcomer
- Posts: 24
- Joined: April 7th, 2008, 12:33 am
Re: Lost .j File??
Bushido, That cheatpack i put on said, "The Game Could Not Be Found???" 
EDIT : I Mean in the game it says that
EDIT 2: Any Ideas?

EDIT : I Mean in the game it says that
EDIT 2: Any Ideas?
Re: Lost .j File??
see? it's hard
delete atributes , make sure u put the local under function main , and the last part under call

-
- Newcomer
- Posts: 24
- Joined: April 7th, 2008, 12:33 am
Re: Lost .j File??
Yeah i have this under function main :
Code: Select all
function main takes nothing returns nothing
local integer qaz=0
call SetCameraBounds( -4992.0 + GetCameraMargin(CAMERA_MARGIN_LEFT), -5632.0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM), 5376.0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), 4992.0 - GetCameraMargin(CAMERA_MARGIN_TOP), -4992.0 + GetCameraMargin(CAMERA_MARGIN_LEFT), 4992.0 - GetCameraMargin(CAMERA_MARGIN_TOP), 5376.0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), -5632.0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM) )
call SetDayNightModels( "Environment\\DNC\\DNCLordaeron\\DNCLordaeronTerrain\\DNCLordaeronTerrain.mdl", "Environment\\DNC\\DNCLordaeron\\DNCLordaeronUnit\\DNCLordaeronUnit.mdl" )
call NewSoundEnvironment( "Default" )
call SetAmbientDaySound( "NorthrendDay" )
call SetAmbientNightSound( "NorthrendNight" )
call SetMapMusic( "Music", true, 0 )
call InitSounds( )
call CreateRegions( )
call InitUpgrades( )
call InitTechTree( )
call CreateAllDestructables( )
call CreateAllUnits( )
call InitBlizzard( )
call InitGlobals( )
call InitCustomTriggers( )
call RunInitializationTriggers( )
set i=0
Re: Lost .j File??
Function main takes nothing returns nothing
local integer qaz=0
<local here>
call RunInitializationTriggers( )
<last part here>
local integer qaz=0
<local here>
call RunInitializationTriggers( )
<last part here>