multicheat jass trigger pack

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

vosszaa wrote:just bcareful to use it tho, coz it works like the way u press Shift+Enter(all chat), means everybody will know what u tyed and u r about to cheat!!

I cant help it on that :P

Edit: unless u can find the way to make Banlist think that u r chatting in observer. try with "$enter -hp 1000" and when u r in the game, set the chat to an observer mode.

NOTE: I dont know banlist has this alia or not just try tho.
thx,i chat to an observer mode if cheat code.
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

Aero.
this map i enter "-cheated by wc3edit.net" and say:"Cheats Enabled!"
but i enter "-gold 10000"don't change the gold?
this map:
http://uploadfile.org/download.php?id=6 ... J0B9RYKcR8
if the link very low,i'm sorry.
thank you!
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

If it said "Cheats Enabled!" correctly
And you put everything in the right spot
"-gold 10000" works
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Its me again :P

Can u post the -additem and singleplayer save/load enable please

U can just add it up together with your current set codes.

Thx
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
Kala-cha
Forum Addict
Posts: 405
Joined: February 17th, 2007, 9:16 pm

Post by Kala-cha »

A single player jass set is impossible, it has to be manually. D:, sorry, but that's the truth, unless you were asking something else?
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Kala-cha wrote:A single player jass set is impossible, it has to be manually. D:, sorry, but that's the truth, unless you were asking something else?
Is that mean there is no instant(ready to use) code pack , right? i sortta know that as well but i just ask anyway.

So.. is it possible to make a tutorial on how to enable single player save/load?

mayb i ask too much - -! sorry
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
DeathLord941
Newcomer
Posts: 18
Joined: April 10th, 2007, 11:04 pm

Post by DeathLord941 »

does ne one know where this part of the jass script goes

Code: Select all

local integer indx=0 
loop 
exitwhen indx>11 
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(indx),"-cheat",false) 
set indx=indx+1 
endloop 
call TriggerAddAction(ICHEAT,function CheatUse) 
call TriggerAddAction(CHEATS,function Cheatz)
in this part of the jass script im tryin to alter?

Code: Select all

function main takes nothing returns nothing
call SetCameraBounds(-3328.+GetCameraMargin(CAMERA_MARGIN_LEFT),-3584.+GetCameraMargin(CAMERA_MARGIN_BOTTOM),3328.-GetCameraMargin(CAMERA_MARGIN_RIGHT),3072.-GetCameraMargin(CAMERA_MARGIN_TOP),-3328.+GetCameraMargin(CAMERA_MARGIN_LEFT),3072.-GetCameraMargin(CAMERA_MARGIN_TOP),3328.-GetCameraMargin(CAMERA_MARGIN_RIGHT),-3584.+GetCameraMargin(CAMERA_MARGIN_BOTTOM))
call SetDayNightModels("Environment\\DNC\\DNCLordaeron\\DNCLordaeronTerrain\\DNCLordaeronTerrain.mdl","Environment\\DNC\\DNCLordaeron\\DNCLordaeronUnit\\DNCLordaeronUnit.mdl")
call NewSoundEnvironment("Default")
call SetAmbientDaySound("CityScapeDay")
call SetAmbientNightSound("CityScapeNight")
call SetMapMusic("Music",true,0)
call ax()
call Ah()
call cN()
call AG()
call InitBlizzard()
call aW()
call cG()
call ch()
endfunction
function config takes nothing returns nothing
call SetMapName("TRIGSTR_041")
call SetMapDescription("TRIGSTR_043")
call SetPlayers(12)
call SetTeams(12)
call SetGamePlacement(MAP_PLACEMENT_TEAMS_TOGETHER)
call DefineStartLocation(0,-2368.,2240.)
call DefineStartLocation(1,-1472.,2304.)
call DefineStartLocation(2,-2432.,1344.)
call DefineStartLocation(3,2368.,2240.)
call DefineStartLocation(4,2432.,1344.)
call DefineStartLocation(5,1472.,2304.)
call DefineStartLocation(6,2368.,-2752.)
call DefineStartLocation(7,2432.,-1856.)
call DefineStartLocation(8,1472.,-2816.)
call DefineStartLocation(9,-2368.,-2752.)
call DefineStartLocation(10,-2432.,-1856.)
call DefineStartLocation(11,-1472.,-2816.)
call co()
call InitCustomTeams()
call cO()
endfunction
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Insert in right after this line..

"function main takes nothing returns nothing"
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
DeathLord941
Newcomer
Posts: 18
Joined: April 10th, 2007, 11:04 pm

Post by DeathLord941 »

nope already tried putting it there... didnt work
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

it should work.. unless u did somthing wrong with the global declaration or the condition code part.

r u sure u put them all in the right place?
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..