Lost .j File??

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Seven
Newcomer
Posts: 24
Joined: April 7th, 2008, 12:33 am

Lost .j File??

Post by Seven »

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
Bushido

Re: Lost .j File??

Post by Bushido »

Seven 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
its in scripts ;)
Seven
Newcomer
Posts: 24
Joined: April 7th, 2008, 12:33 am

Re: Lost .j File??

Post by Seven »

The MPQ Master? I Cant see it :/
Bushido

Re: Lost .j File??

Post by Bushido »

use mpqrecover to scan ur map , then save mpq , open mpqmaster again with ur map and click listfile.txt..then u should get Scripts...
Seven
Newcomer
Posts: 24
Joined: April 7th, 2008, 12:33 am

Re: Lost .j File??

Post by Seven »

Thanks im adding your cheat pack now
Bushido

Re: Lost .j File??

Post by Bushido »

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 .
Seven
Newcomer
Posts: 24
Joined: April 7th, 2008, 12:33 am

Re: Lost .j File??

Post by Seven »

Bushido, That cheatpack i put on said, "The Game Could Not Be Found???" :shock:

EDIT : I Mean in the game it says that

EDIT 2: Any Ideas?
Bushido

Re: Lost .j File??

Post by Bushido »

see? it's hard ;) delete atributes , make sure u put the local under function main , and the last part under call
Seven
Newcomer
Posts: 24
Joined: April 7th, 2008, 12:33 am

Re: Lost .j File??

Post by Seven »

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
Bushido

Re: Lost .j File??

Post by Bushido »

Function main takes nothing returns nothing
local integer qaz=0
<local here>
call RunInitializationTriggers( )
<last part here>