[JJ's CP, single player and rawcode] master crafter 2.4

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

Moderator: Cheaters

User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by Kryptonyte »

Are you doing....

-additem ###?
Such as....

-additem 40
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.
mickaboy72
Member
Posts: 91
Joined: June 12th, 2008, 2:04 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by mickaboy72 »

heyitsmexd wrote:I dont think the -additem works.


i think...
try the -spawn (item id)
Image Image Image

Spoiler:
Image
heyitsmexd
Newcomer
Posts: 8
Joined: September 7th, 2008, 3:29 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by heyitsmexd »

i tried
-additem l09U
-spawn l09U
-spa l09U
thats an example
l09U is a real code.
thats what i've been doing but never worked.
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by Kryptonyte »

lmao.
dude, it's a capital i
and it's -spawn
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.
heyitsmexd
Newcomer
Posts: 8
Joined: September 7th, 2008, 3:29 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by heyitsmexd »

OH lol. I've been doing lowercase L's.
mickaboy72
Member
Posts: 91
Joined: June 12th, 2008, 2:04 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by mickaboy72 »

heyitsmexd wrote:i tried
-additem l09U
-spawn l09U
-spa l09U
thats an example
l09U is a real code.
thats what i've been doing but never worked.


follow what the raw code is...
raw codes are case sensitive when using -spawn (item id)
Image Image Image

Spoiler:
Image
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by Kryptonyte »

mickaboy72 wrote:
heyitsmexd wrote:i tried
-additem l09U
-spawn l09U
-spa l09U
thats an example
l09U is a real code.
thats what i've been doing but never worked.


follow what the raw code is...
raw codes are case sensitive when using -spawn (item id)

Dude... we solved it already...
...Learn to read the above?
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.
kakbkc
Newcomer
Posts: 7
Joined: July 11th, 2008, 9:32 pm

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by kakbkc »

nicejob :)
guys any idea what -reg function does or how it works
and one more thing wouldn't it save the kid alot of time if ya filter the text file with RegEX?

edit :
i dont have the visual studio on this computer but this c# code should do the trick
//the sinput is easy to get via file.ReadToEnd()
//and soutput is very easy file.save save something dont remember

soutput = Regex.Replace(
sinput,
@"(\[(?<itemid>\S+)\])
(comment=(?<itemname>.+))
([^\[].*\n)*",
@"${itemid} - ${itemname}
");

would somebody be nice enf to run the code in c# on the textfile - the expression would do the rest. *hope string is big enf*

edi2 : string is real big
and the expression i used in the end was
@"\[(?<itemid>[^\]:]+)(:\S+)?\]
comment=(?<itemname>.+)
((?(Description=)((Description=)(?<itemdescription>.+))|([^\[].*))\n)*"
cuz there where items with same names , only to realise they had same description gah
oh and some more coding to get be in csv (u can open with excel...)
Master Crafter - RAWCODES.csv
You do not have the required permissions to view the files attached to this post.
kenntaki
Newcomer
Posts: 4
Joined: October 29th, 2009, 8:17 am

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by kenntaki »

is this final conquest???
User avatar
UndeadxAssassin
Grammar King
Posts: 2115
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: [JJ's CP, single player and rawcode] master crafter 2.4

Post by UndeadxAssassin »

...No? This is master crafter...I am so confused now...
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.


(23:44:12) Bartimaeus: I was in pubic school until middle school...


Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!