Are you doing....
-additem ###?
Such as....
-additem 40
[JJ's CP, single player and rawcode] master crafter 2.4
Moderator: Cheaters
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Member
- Posts: 91
- Joined: June 12th, 2008, 2:04 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
i think...heyitsmexd wrote:I dont think the -additem works.
try the -spawn (item id)
Spoiler:
-
- Newcomer
- Posts: 8
- Joined: September 7th, 2008, 3:29 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
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.
-additem l09U
-spawn l09U
-spa l09U
thats an example
l09U is a real code.
thats what i've been doing but never worked.
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
lmao.
dude, it's a capital i
and it's -spawn
dude, it's a capital i
and it's -spawn
Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Newcomer
- Posts: 8
- Joined: September 7th, 2008, 3:29 am
-
- Member
- Posts: 91
- Joined: June 12th, 2008, 2:04 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
follow what the raw code is...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.
raw codes are case sensitive when using -spawn (item id)
Spoiler:
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: [JJ's CP, single player and rawcode] master crafter 2.4
Dude... we solved it already...mickaboy72 wrote:follow what the raw code is...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.
raw codes are case sensitive when using -spawn (item id)
...Learn to read the above?
Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Newcomer
- Posts: 7
- Joined: July 11th, 2008, 9:32 pm
Re: [JJ's CP, single player and rawcode] master crafter 2.4
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...)
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...)
You do not have the required permissions to view the files attached to this post.
-
- Newcomer
- Posts: 4
- Joined: October 29th, 2009, 8:17 am
-
- Grammar King
- Posts: 2116
- 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
...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.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!