-Item # - Cheat Command

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

Moderator: Cheaters

User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

-Item # - Cheat Command

Post by CrackUps »

How do you make the -item # command
for example if you type -item I000 you will recieve the I000 item?
can this be done in GUI? and if not could someone please show me how its done in Jass
User avatar
Sepharael
Forum Staff
Posts: 533
Joined: April 3rd, 2007, 11:39 pm
Title: Legendary Angel

Re: -Item # - Cheat Command

Post by Sepharael »

You know you could just use the -spawn cmd.
User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

Re: -Item # - Cheat Command

Post by CrackUps »

Whats the spawn command?
I dont want to have to make a single trigger for every item that can be spawned
eg. A player types I000 and it creates that item but another trigger a player types I001 and that trigger will create that item

I dunno ive explained it pretty poorly i just want the -item command in wierdone2s cheat pack.
User avatar
JJ2197
Legendary Genius
Posts: 1311
Joined: August 8th, 2007, 8:10 am
Title: Legendary Genius²
Location: St. George Utah

Re: -Item # - Cheat Command

Post by JJ2197 »

My -spawn command is the same as weirdone's -item command...
I'm pretty sure you won't be able to do this in GUI...
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
User avatar
weirdone2
Forum Staff
Posts: 926
Joined: June 3rd, 2007, 8:03 pm

Re: -Item # - Cheat Command

Post by weirdone2 »

You should be able to do it in gui as far as I can see. Just assign all the characters to their respective variables have a trigger tracking chat, they say the command, do the math and create the object. It will just have leaks and all that good stuff that comes with gui. :S
User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

Re: -Item # - Cheat Command

Post by CrackUps »

Well if it cant be done very well in GUI could somebody please create it for me in Jass?
Please don't tell me to extract it from a cheatpack as i don't know how
User avatar
nederlands
Newcomer
Posts: 13
Joined: April 9th, 2008, 5:14 pm

Re: -Item # - Cheat Command

Post by nederlands »

CrackUps wrote:How do you make the -item # command
for example if you type -item I000 you will recieve the I000 item?
can this be done in GUI? and if not could someone please show me how its done in Jass
It cant be done in GUI Like u want it, We'll it would be passible But then u need to make for every item another trigger,and you could be busy for 1 week :) And i don't think u want that,

PS, I Don't know how to use JASS! So i can't help you with that.
Warcraft 3 Player,
Info Below:
Spoiler:
Chieftain of Clan W4R (100 members)
Chieftain of Clan Bot (10 Members(Bots))
Friends with clan WaR
@ EUROPE!
Ow! And Some stuff about me!:)
Spoiler:
Name: Andy Haverhoek
Country: Netherlands
Age: 16
Hobby's: Cheating wc3 Maps
Games: warcraft3& Zoo tycoon(H)
Hyves: http://andy-hav.hyves.nl/ (Same as myspace only Dutch)
User avatar
Hot
Junior Member
Posts: 30
Joined: March 26th, 2008, 2:54 pm

Re: -Item # - Cheat Command

Post by Hot »

Only create X random items can be done in GUI.
Trigger:
Spoiler:
ItemCreateRandom
Ereignisse
Spieler - Spieler 1 (Rot) types a chat message containing -additems as Ein Teil-String
Bedingungen
Activator[(Player number of (Triggering player))] Gleich True
Aktionen
Set AA_POINT = (Random point in (Region centered at (Position of Selected_Unit[(Player number of (Triggering player))]) with size (800.00, 800.00)))
For each (Integer A) from 1 to 100, do (Actions)
Schleifen - Aktionen
Gegenstand - Create (Random level -1 Beliebige Klasse item-type) at AA_POINT
Wait 0.00 seconds
Custom script: call RemoveLocation(udg_AA_POINT)
You can change the item class / item level, example:
Spoiler:
ItemCreatePermanent
Ereignisse
Spieler - Spieler 1 (Rot) types a chat message containing -additems permanent as Ein Teil-String
Bedingungen
Activator[(Player number of (Triggering player))] Gleich True
Aktionen
Set AA_POINT = (Random point in (Region centered at (Position of Selected_Unit[(Player number of (Triggering player))]) with size (800.00, 800.00)))
For each (Integer A) from 1 to 100, do (Actions)
Schleifen - Aktionen
Gegenstand - Create (Random level -1 Dauerhaft item-type) at AA_POINT
Wait 0.00 seconds
Custom script: call RemoveLocation(udg_AA_POINT)
You can also set X to a chat message.
Spoiler:
ItemCreateX
Ereignisse
Spieler - Spieler 1 (Rot) types a chat message containing -additems as Ein Teil-String
Bedingungen
Activator[(Player number of (Triggering player))] Gleich True
Aktionen
Set AA_POINT = (Random point in (Region centered at (Position of Selected_Unit[(Player number of (Triggering player))]) with size (800.00, 800.00)))
For each (Integer A) from 1 to (Integer((Substring((Entered chat string), 11, (Length of (Entered chat string)))))), do (Actions)
Schleifen - Aktionen
Gegenstand - Create (Random level -1 Beliebige Klasse item-type) at AA_POINT
Wait 0.00 seconds
Custom script: call RemoveLocation(udg_AA_POINT)
Once here was something.
User avatar
nederlands
Newcomer
Posts: 13
Joined: April 9th, 2008, 5:14 pm

Re: -Item # - Cheat Command

Post by nederlands »

Dude Cant you speak/write English?
Cuz i (And many more people) Cant read german!

greets nl
Warcraft 3 Player,
Info Below:
Spoiler:
Chieftain of Clan W4R (100 members)
Chieftain of Clan Bot (10 Members(Bots))
Friends with clan WaR
@ EUROPE!
Ow! And Some stuff about me!:)
Spoiler:
Name: Andy Haverhoek
Country: Netherlands
Age: 16
Hobby's: Cheating wc3 Maps
Games: warcraft3& Zoo tycoon(H)
Hyves: http://andy-hav.hyves.nl/ (Same as myspace only Dutch)
User avatar
Hot
Junior Member
Posts: 30
Joined: March 26th, 2008, 2:54 pm

Re: -Item # - Cheat Command

Post by Hot »

Oh, sorry thats true. I'll install the english one and repost.
Once here was something.