[JJ's CP+Single Player] DS2_Tourniquet_v1.61

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

Moderator: Cheaters

User avatar
DirtyKiller
Forum Fanatic
Posts: 398
Joined: July 26th, 2008, 4:28 pm
Title: The Faithful
Location: Portugal

[JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by DirtyKiller »

Hi I would like this map cheated with JJPack and SinglePlayer enabled.
If was possible I would like activator has "-NoobSauce".
Description: Save and load Rpg you choose from a variaty of heroes, level get better items, bosses.
Saves level,items. Doesnt save gold. :?
DS2_Tourniquet_v1.61.w3x
Ty for your attention.
Kind Regrets DirtyKiller.
You do not have the required permissions to view the files attached to this post.
Things can be lost aren´t lost at all.
Image Image
magicianx126
Junior Member
Posts: 43
Joined: January 10th, 2008, 3:18 am

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by magicianx126 »

Althought i change the value but still wondering why canot

follow jj step but still cannot enable this one must learn from expert ^^


Spoiler:
-NoobSauce(activates cheats)
-gold #
-lumber #
-int #
-agi #
-str #
-lvl #
-xp #
-hp #
-mp #
-ms #
-debuff (Removes buff from selected unit)
-lock (locks the trade system)
-unlock (Unlocks it)
-charges# ### (First # slot 2nd charges)
-additem # (max is about 90)
-invul
-vul
-kill
-mana (Mana stays at 100%)
-invis (makes unit invisible)
-vis (visible)
-pathoff (walkthrough walls)
-pathon (normal)
-setcolor (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-owner (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-nocd (no cooldown)
-cdon (cooldown on)
-bindup/down/left/right (IE: -bindup -kill would make it so that when you hit up it kills whatever s selected)
-clearkeys (Clears bindings)
-showkeys (Shows bindings)
-mh (Dispalys map, no server splits, hopefully)
-setname
-size #
-food #
-heal
-copy #
-fast (Hit esc when training units)
-bfast (Hit esc on building structure)
-ufast (Research is instant)(To disable one of these commands add -no to it like -noufast)
-shareall
-share ##
-unshare ##
-ally ##
-unally ##
-soff (share off)
-spawn #### (List)
-ground ####
-add ####
-remove #### (removes the ability)
-g ## #### (gold)
-l ## #### (lumber)
-f ## #### (food)
-spa ## #### (Spawn unit)
-sn ## <name> (setname)
-sc ## (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-dead (Sets units animation to dead)
-birth (Sets building to being built)
-attack (Sets unit to attack)
-stand (Sets unit to stand)
-hear (You can see what everyone is saying)
-nohear (back to normal)
-noreplay
-kick ## <message>
-tele (sets patrol to teleport)
-note (sets it back to normal)
-reg <kill/explode/red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown> (Right-click two spots and a region will be made)
-time ## (Sets time to that hour)
-float ### ### (first #'s is height 2nd are speed)
-stop (Disable unit commands)
-resume (Enables them)
-area #### #### (First #'s are size 2nd Rawcode, then click where you want it)
-autoh ### (Autoheals by precentage)(A little buggy)
-disable (Disable -reg)
-list# (1-8 )
-cheaton ## (Turns cheats on for player specified)
-cheatoff ## (Turns cheats off for player specified)
-unit #### (Spawns specified unit at issued location)
-nounit (Disables -unit)
-act <activator> (Changes activator to whatever specifed, needs a - at the beginning)
-unitid (Shows the unit's rawcode)
-itemid (Shows the unit's item rawcode in first slot)
-destid (Shows rawcode of destructable in Reg)
-destroy (Removes selected units)
-revive (Revives dead hero and spawns at selected unit)
-addhp (Adds hp to any unit, needs to be divisable by 50)
-colors (Displays player numbers by color)
-say###### (# = hex code only 0-9 and A-F will work)(After the hex just put the text you want displayed)
i think i should wait 20 minit first before saying i cannot do it cause i change the value to 1 liao
You do not have the required permissions to view the files attached to this post.
Last edited by magicianx126 on August 15th, 2008, 9:33 am, edited 2 times in total.
User avatar
DirtyKiller
Forum Fanatic
Posts: 398
Joined: July 26th, 2008, 4:28 pm
Title: The Faithful
Location: Portugal

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by DirtyKiller »

Lol i did added cheats to mine too and tried single player but the problem was single player on the disable trigger it should be looking for something DisableTrigger (By) and when i go search doesnt appear nothing and when i try to play map says map not found =|
Things can be lost aren´t lost at all.
Image Image
magicianx126
Junior Member
Posts: 43
Joined: January 10th, 2008, 3:18 am

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by magicianx126 »

I tried that also cannot find that (by)

try the advance one http://forum.wc3edit.net/map-deprotecti ... t5725.html

This is the harder way to do it, should do this if easy way doesn't work.
First search for PLAYER_SLOT_STATE_PLAYING, there may be more than one.
Now it will most likly either be one that is looped or one for each player.
If there is one for each player most likly you'll see right under them functions
that add to a variable, like set X = X + 1. This variable is how it tells how many
people are in the game. What you want to do is search X (Make sure to check
Match whole words and Match case). Then click Find next till you see something
like X=<1,X=1,X<2 or something that makes it only work if it's one. Now just change
the number to 0. There may be more then one checker, so make sure to get them all.
As for the looped one, there will be more than one X = X + 1 the one that won't be it
will be the one that is with exitwhen X>11. Here is an example:

loop
if GetPlayerSlotState(Player(A))==PLAYER_SLOT_STATE_PLAYING then
set X = X + 1
endif
set A = A + 1
exitwhen A>11
endloop

A is what you want to ignore and X is what you want to look for.
User avatar
DirtyKiller
Forum Fanatic
Posts: 398
Joined: July 26th, 2008, 4:28 pm
Title: The Faithful
Location: Portugal

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by DirtyKiller »

Lol If only I was capable to do that one. :roll: Sigh =`(
Things can be lost aren´t lost at all.
Image Image
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by Kryptonyte »

magicianx126 wrote:only know how to cheat it

so the rest up to you

i still wonder why cannot enabled maybe i a newbie :D


Spoiler:
-NoobSauce(activates cheats)
-gold #
-lumber #
-int #
-agi #
-str #
-lvl #
-xp #
-hp #
-mp #
-ms #
-debuff (Removes buff from selected unit)
-lock (locks the trade system)
-unlock (Unlocks it)
-charges# ### (First # slot 2nd charges)
-additem # (max is about 90)
-invul
-vul
-kill
-mana (Mana stays at 100%)
-invis (makes unit invisible)
-vis (visible)
-pathoff (walkthrough walls)
-pathon (normal)
-setcolor (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-owner (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-nocd (no cooldown)
-cdon (cooldown on)
-bindup/down/left/right (IE: -bindup -kill would make it so that when you hit up it kills whatever s selected)
-clearkeys (Clears bindings)
-showkeys (Shows bindings)
-mh (Dispalys map, no server splits, hopefully)
-setname
-size #
-food #
-heal
-copy #
-fast (Hit esc when training units)
-bfast (Hit esc on building structure)
-ufast (Research is instant)(To disable one of these commands add -no to it like -noufast)
-shareall
-share ##
-unshare ##
-ally ##
-unally ##
-soff (share off)
-spawn #### (List)
-ground ####
-add ####
-remove #### (removes the ability)
-g ## #### (gold)
-l ## #### (lumber)
-f ## #### (food)
-spa ## #### (Spawn unit)
-sn ## <name> (setname)
-sc ## (red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown)
-dead (Sets units animation to dead)
-birth (Sets building to being built)
-attack (Sets unit to attack)
-stand (Sets unit to stand)
-hear (You can see what everyone is saying)
-nohear (back to normal)
-noreplay
-kick ## <message>
-tele (sets patrol to teleport)
-note (sets it back to normal)
-reg <kill/explode/red/blue/teal/purple/yellow/orange/green/pink/gray/lb/dg/brown> (Right-click two spots and a region will be made)
-time ## (Sets time to that hour)
-float ### ### (first #'s is height 2nd are speed)
-stop (Disable unit commands)
-resume (Enables them)
-area #### #### (First #'s are size 2nd Rawcode, then click where you want it)
-autoh ### (Autoheals by precentage)(A little buggy)
-disable (Disable -reg)
-list# (1-8 )
-cheaton ## (Turns cheats on for player specified)
-cheatoff ## (Turns cheats off for player specified)
-unit #### (Spawns specified unit at issued location)
-nounit (Disables -unit)
-act <activator> (Changes activator to whatever specifed, needs a - at the beginning)
-unitid (Shows the unit's rawcode)
-itemid (Shows the unit's item rawcode in first slot)
-destid (Shows rawcode of destructable in Reg)
-destroy (Removes selected units)
-revive (Revives dead hero and spawns at selected unit)
-addhp (Adds hp to any unit, needs to be divisable by 50)
-colors (Displays player numbers by color)
-say###### (# = hex code only 0-9 and A-F will work)(After the hex just put the text you want displayed)
That was pointless.
Obviously he can't do it if he requested it.
Don't do this again.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by initialD »

all right.
I will enable the single player thingie.
But you add your own cheat pack to it ok?
Since you can do it yourself.

see if you are lucky I might can it done....
working on it
User avatar
DirtyKiller
Forum Fanatic
Posts: 398
Joined: July 26th, 2008, 4:28 pm
Title: The Faithful
Location: Portugal

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by DirtyKiller »

Ok ty =D
Things can be lost aren´t lost at all.
Image Image
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by initialD »

http://rapidshare.com/files/137473196/D ... 1.w3x.html

you need 20 minutes game time until the -save command are enabled.
You have to test it yourself.
I try it on single player, the scoreboard detected game as MultiPlayer, hopefully it works.
But I haven't play it till 20 mins.
Let me know if it works.
Compact it yourself with winMPQ after you tested it works.
User avatar
DirtyKiller
Forum Fanatic
Posts: 398
Joined: July 26th, 2008, 4:28 pm
Title: The Faithful
Location: Portugal

Re: [JJ's CP+Single Player] DS2_Tourniquet_v1.61

Post by DirtyKiller »

Ok thx for your time =)
Things can be lost aren´t lost at all.
Image Image