thx,i chat to an observer mode if cheat code.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
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.
multicheat jass trigger pack
Moderator: Cheaters
-
- Newcomer
- Posts: 16
- Joined: February 20th, 2007, 7:11 pm
-
- Newcomer
- Posts: 16
- Joined: February 20th, 2007, 7:11 pm
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!
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!
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
-
- Forum Addict
- Posts: 405
- Joined: February 17th, 2007, 9:16 pm
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
Is that mean there is no instant(ready to use) code pack , right? i sortta know that as well but i just ask anyway.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?
So.. is it possible to make a tutorial on how to enable single player save/load?
mayb i ask too much - -! sorry
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..
-
- Newcomer
- Posts: 18
- Joined: April 10th, 2007, 11:04 pm
does ne one know where this part of the jass script goes
in this part of the jass script im tryin to alter?
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)
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
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
-
- Newcomer
- Posts: 18
- Joined: April 10th, 2007, 11:04 pm
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am