the Phrozen Forums
  General Mod Making
  help in cube cods

Post New Topic  Post A Reply
profile | register | preferences | faq | search

UBBFriend: Email This Page to Someone! next newest topic | next oldest topic
Author Topic:   help in cube cods
ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 14 December 2001 21:42     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
in trying to make the following code, but i cant make it works:
an item (any tipe)+ rare ring + full rejuvenate + perfect gem -> socketed item of same type.
in other words, if i use a magic or normal ornate plate, it will turn into a socketed ornate plate. how should i tipe the item input and the outpout?

IP Logged

jbouley
Forum Admin.

Posts: 4907
From: Portland, Maine, USA
Registered: Jan 2001

posted 14 December 2001 22:10     Click Here to See the Profile for jbouley   Click Here to Email jbouley        Reply w/Quote   Visit jbouley's Homepage!
don't use the any code.

Make one recipe for armor, and another for weapons.

For armor (based on the recipe you describe and assuming you want 3 sockets...you didn't specify a number of sockets):

inputs:
armo
ring,rar
rvl
gem4

output:
useitem,sock=3

For the weapon recipe, the only difference is your first input would be:
weap

------------------
- JEFF
"A hero is no braver than anyone else. He is only brave five minutes longer."
For my latest mod (for LoD/expansion), download the Preview of Sanctuary in Chaos vesion 1 - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 14 December 2001 22:23     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
thanks again man! by the wayis there a way to generate the bin files without runnig the game by the cd? my drive is broken. and the herbs, on misc txt, if i turn them on, the game may crash?

IP Logged

jbouley
Forum Admin.

Posts: 4907
From: Portland, Maine, USA
Registered: Jan 2001

posted 15 December 2001 11:10     Click Here to See the Profile for jbouley   Click Here to Email jbouley        Reply w/Quote   Visit jbouley's Homepage!
There is nothing to "turn on" for the herbs...their powers were never coded into the game as far as I know. You could probably use the item...but you'd have to find some other use for it...like an ingredient for cube recipe or as some alternate type of charm or something.

If your CD drive is broken, I think you're out of luck, unless you've copied the entire contents of the CD to your hard drive, perhaps. If you have the entire game on hard drive, you should be able to run it and generate .bin files...I think.

------------------
- JEFF
"A hero is no braver than anyone else. He is only brave five minutes longer."
For my latest mod (for LoD/expansion), download the Preview of Sanctuary in Chaos vesion 1 - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

IP Logged

Syntaks
WarLord

Posts: 231
From:
Registered: Sep 2001

posted 15 December 2001 12:08     Click Here to See the Profile for Syntaks   Click Here to Email Syntaks        Reply w/Quote   
I could point you in the right direction to help the CD thing, but it's against forum policy..


Or maybe ..

Hey, Jeff. Since I'm pretty sure everyone here has a copy of the LOD disk and such, would it be bad for me to link him to a place that has a No CD **** ?

[This message has been edited by Syntaks (edited 15 December 2001).]

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 15 December 2001 14:25     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
i have a crack for no cd. how do i use it for generate bin files? its d2exrun.

IP Logged

mandzo
Moderator

Posts: 658
From: Bulgaria,Sofia
Registered: Aug 2001

posted 15 December 2001 14:41     Click Here to See the Profile for mandzo   Click Here to Email mandzo        Reply w/Quote   Visit mandzo's Homepage!
man i have the same crack and it works the same way as normal d2 exe

------------------
Read or DIE
Muahahahaha

the next beta is coming and its beter then ever

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 15 December 2001 15:51     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
i type d2exrun.exe" -txt, but the game runs without creating the bin files. what should i do?

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 15 December 2001 16:03     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
jbouley, idid exactly as you told, but it didnt work... what should i do?

IP Logged

Apocalypse Demon
Moderator

Posts: 4023
From: Mississauga, Ontario
Registered: Oct 2001

posted 15 December 2001 16:36     Click Here to See the Profile for Apocalypse Demon   Click Here to Email Apocalypse Demon        Reply w/Quote   
Did you type it like:

"C:\Program Files\Diablo 2\D2exrun.exe" -txt

Assuming your D2exrun is in your program files directory, it should work.

------------------
God gave me a brain to use but I miserably failed to use it to my advantage

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 15 December 2001 16:49     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
i did it, entered in a game, but the bin were not created! by the way, how would i do my cube recipe? again, i wanna use any item (inferior, normal,superioi or magic) and turn it into the socketed version. thats how:
1 rare ring+ 1 f rejuvenation + 1 jewe (magic, obviously)+ 1 perfect gem + item -> socketed item.
skull=6 socks, diamond=5, saphie=4, emerald=3, ruby=2. how do i set the inputs and outpouts? by jbouleys' way, didnt work.

IP Logged

Apocalypse Demon
Moderator

Posts: 4023
From: Mississauga, Ontario
Registered: Oct 2001

posted 15 December 2001 17:02     Click Here to See the Profile for Apocalypse Demon   Click Here to Email Apocalypse Demon        Reply w/Quote   
Well, you will need to make a recipe for each gem, so one recipe for using a skull to make 6 sockets, one recipe to make 5 sockets, etc. So, we will do the skull one for you. First, for input 1, type in armo, for input 2, type in "ring,rar" with quotes, in the input 3, type in rvl, for input 4, type in jew, for input 5, type in skz. Then for output, type in "usetype,sock=6" with quotes. That should be the main things you need to do. Don't forget to make it activated though.

------------------
God gave me a brain to use but I miserably failed to use it to my advantage

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 15 December 2001 23:15     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
Apocalypse demon, thanks a lot! I did the changes in cubemain, and executed the dexrun.exe" -txt> tha game opened, i entered with a character, exited game, but there was bin files! Am i doing something wrong or my d2exrun is an old version?

IP Logged

Apocalypse Demon
Moderator

Posts: 4023
From: Mississauga, Ontario
Registered: Oct 2001

posted 16 December 2001 00:03     Click Here to See the Profile for Apocalypse Demon   Click Here to Email Apocalypse Demon        Reply w/Quote   
Perhaps Dexrun doesn't even work? Never tried it since I have the original game so I don't know how D2exrun works or if it works at all. Sorry.

------------------
God gave me a brain to use but I miserably failed to use it to my advantage

IP Logged

jbouley
Forum Admin.

Posts: 4907
From: Portland, Maine, USA
Registered: Jan 2001

posted 16 December 2001 02:12     Click Here to See the Profile for jbouley   Click Here to Email jbouley        Reply w/Quote   Visit jbouley's Homepage!
quote:
Originally posted by Syntaks:
I could point you in the right direction to help the CD thing, but it's against forum policy..


Or maybe ..

Hey, Jeff. Since I'm pretty sure everyone here has a copy of the LOD disk and such, would it be bad for me to link him to a place that has a No CD **** ?


[This message has been edited by Syntaks (edited 15 December 2001).]


Against forum/site policy. If you do point him in any direction for this, do it off of these forums. I don't want to know about it...h@cks, cr@acks and w@rez are not welcome discussion areas around here unless someone wants to risk being banned.

Read the terms of service, folks...

------------------
- JEFF
"A hero is no braver than anyone else. He is only brave five minutes longer."
For my latest mod (for LoD/expansion), download the Preview of Sanctuary in Chaos vesion 1 - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

IP Logged

masakari
Honorary Warlord

Posts: 549
From: Germany
Registered: May 2001

posted 16 December 2001 02:34     Click Here to See the Profile for masakari   Click Here to Email masakari        Reply w/Quote   
Jeff is right. We must nip it in the bud, because the forum has a really good repute and we have to hold them.

Please nearly everybody has an email-addy in the profile, please you it.

I'm not sure but it was the first big offence against the policy, was it?

cu Masakari

IP Logged

ThiagoMonteiroBarbosa
Knight

Posts: 75
From: Brazil
Registered: Nov 2001

posted 16 December 2001 06:00     Click Here to See the Profile for ThiagoMonteiroBarbosa   Click Here to Email ThiagoMonteiroBarbosa        Reply w/Quote   
Sorry, everybodi. I will never talk about these forbidden topics again here. But if somebody who read the forum and could help me by EMAIL, i thanks a lot. Sorry again!

IP Logged

All times are Central Standard Time

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | The PhrozenKeep

© PhrozenKeep.com . all buttons made by the Evilenglishman . swords and shields by DigiBO.


Ultimate Bulletin Board 5.47c