Really need your help~~

Post here about all aspects of D2 mod making whether it's information, problems or whatever. Please specify whether your post is relating to Classic D2 or the Expansion.

Moderator: Nizari

Post Reply
User avatar
alucard006
Posts: 21
Joined: Tue Jun 26, 2018 2:29 pm
China

Really need your help~~

Post by alucard006 » Fri Aug 17, 2018 7:00 am

when I use this formula,it doesn't work correctly.
input: isc output: sss lvl: 90

ps: "sss" is a unique jave written in uniqueitems.txt

but I cann't get "sss", but a rare jave.

who can tell me how should I do to solve it ? Thank you.

User avatar
Fawahar
Posts: 67
Joined: Wed Mar 01, 2017 9:09 pm

Re: Really need your help~~

Post by Fawahar » Fri Aug 17, 2018 8:59 am

I guess you are having a Cubemain.txt recipe with 1 item in the output and 1 item in the input, and the output item is an Unique, which you fail to produce by the recipe?

It looks to me that there should be a mistake in the output value you wrote. I think you are using the string value of your unique item, not its base code + reference for its uniqueness. Which version of the game you are modding might as well matters for the solution, but overall I suspect that you just put the wrong output code, so maybe changing the output to ''jav,uni'', ''jav,uniq'' or something like that might do the trick.
As I look into the cave
The fog doth fill my eyes
Inside lies the answer
A cause for my demise

User avatar
misiek1294
Junior Member
Paladin
Posts: 168
Joined: Mon Dec 29, 2014 3:58 pm
Poland

Re: Really need your help~~

Post by misiek1294 » Fri Aug 17, 2018 11:09 am

Type ilvl clvl and lvl to 99 if work check which one is wrong

User avatar
HarvestWombs
Senior Moderator
Arch-Angel
Posts: 1019
Joined: Wed May 25, 2011 11:50 pm
United States of America

Re: Really need your help~~

Post by HarvestWombs » Sat Aug 18, 2018 3:06 am

Fawahar wrote:
Fri Aug 17, 2018 8:59 am
I guess you are having a Cubemain.txt recipe with 1 item in the output and 1 item in the input, and the output item is an Unique, which you fail to produce by the recipe?

It looks to me that there should be a mistake in the output value you wrote. I think you are using the string value of your unique item, not its base code + reference for its uniqueness. Which version of the game you are modding might as well matters for the solution, but overall I suspect that you just put the wrong output code, so maybe changing the output to ''jav,uni'', ''jav,uniq'' or something like that might do the trick.
Cubemain can allow the use of the names of unique/set items, there are 2 recipes in the game that require The Stone of Jordan as a regent.

The recipe is probably failing because of only one regent, this has produced phantom limits for me a few times, and sometimes also breaks other recipes.
It is always a good practice to use 2 regents, even if its of the same item. "isc,qty=2"
Official Phrozen Keep Discord
Common Modding tools: link
My Resource Packs: link

User avatar
alucard006
Posts: 21
Joined: Tue Jun 26, 2018 2:29 pm
China

Re: Really need your help~~

Post by alucard006 » Sat Aug 18, 2018 3:11 pm

Thank for your help, guys. But it still works as the same as before......

User avatar
alucard006
Posts: 21
Joined: Tue Jun 26, 2018 2:29 pm
China

Re: Really need your help~~

Post by alucard006 » Sat Aug 18, 2018 5:26 pm

Guys, I have solved it. But I do not know why.....
I just insert a blank row ......
Why ?????? 8-O 8-O 8-O

Post Reply

Return to “General Mod Making”