TC Problem (LoD 1.14d)

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
DragonlorSCB
Posts: 27
Joined: Sun Dec 23, 2018 6:04 am
United States of America

TC Problem (LoD 1.14d)

Post by DragonlorSCB » Tue Jan 08, 2019 4:47 am

Hi all,

I'm fairly new to modding and I'm making a troll mod for someone but I ran into a problem regarding Treasure Classes. I created some new Treasure Classes and populated them with the items I wanted. I want quest Andariel to drop the items in the new classes so I assigned them to her. The problem is they don't work and she drops no items. If I assign my new TC to a super unique then it works fine but Andariel refuses to drop them. I'm wondering what I am doing wrong here.

Note: I am killing quest-bugged Andy over and over for testing purposes and I'm positive I assigned my new TCs to the right Andy since she will drop the items I want when I manually assign the item codes to her.

Code: Select all

Treasure Class	group	level	Picks	Unique	Set	Rare	Magic	NoDrop	Item1	Prob1	Item2	Prob2	Item3	Prob3	Item4	Prob4	Item5	Prob5	Item6	Prob6	Item7	Prob7	Item8	Prob8	Item9	Prob9	Item10	Prob10	SumItems	TotalProb	DropChance	Term
Andarielq			7	1024	1024			0	TestTC	10	TestTC2	10																							0
TestTC				1	1024				0	cap	5	rin	5	spr	5	lbl	5	vgl	5	vbt	5	lbt	5	dgr	5	cm1	5	mac	5							0
TestTC2				1		1024			0	scp	5	skp	5	stu	5	lgl	5	mbl	5															 		0
Thanks in advance.

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

Re: TC Problem (LoD 1.14d)

Post by HarvestWombs » Tue Jan 08, 2019 8:03 am

In order to drop a treasureclass from a treasureclass, it must be referenced above the one that you call it from.

So if you have TC A, B, C
A is Supposed to drop B and C...
Then the order of the TC's must be.
TC B: items 1-5
TC C: items 6-10
TC A: tcB , tcC
Official Phrozen Keep Discord
Common Modding tools: link
My Resource Packs: link

User avatar
DragonlorSCB
Posts: 27
Joined: Sun Dec 23, 2018 6:04 am
United States of America

Re: TC Problem (LoD 1.14d)

Post by DragonlorSCB » Tue Jan 08, 2019 7:17 pm

Ah, I see! Thank you very much. That makes sense.

Post Reply

Return to “General Mod Making”