Torchmodders

Modding => Modding Questions => Topic started by: zaynmalivn on October 29, 2017, 06:30:11 am


Title: How many treasure can I add after defeating boss?
Post by: zaynmalivn on October 29, 2017, 06:30:11 am
For example, in DAT file of boss spawn I have seen

Code: [Select]
[TREASURE]
<STRING>SPAWNCLASS:TREASURE_MONSTERLOOT_BOSS_ENGINEER
<INTEGER>MIN:1
<INTEGER>MAX:1
[/TREASURE]
[TREASURE_SECONDARY]
<STRING>SPAWNCLASS:TREASURE_NETHERLORD
<INTEGER>MIN:2
<INTEGER>MAX:2
[/TREASURE_SECONDARY]
[TREASURE_TERTIARY]
<STRING>SPAWNCLASS:TREASURE_A_UNIQUE
<INTEGER>MIN:1
<INTEGER>MAX:1
[/TREASURE_TERTIARY]

Can I add quaternary, quinary?
Title: Re: How many treasure can I add after defeating boss?
Post by: Phanjam on October 30, 2017, 04:39:12 am
hi @zaynmalivn! i seem to recall a similar question maybe like 3 months ago, i'll try to find it.

im really not sure if we can go beyond tertiary (maybe search the other .dats?)  or maybe one thing you can try is to edit the spawnclasses in those secondary and tertiary lines.  you can make custom spawnclasses witha  lot more loot and use those instead ;)
Title: Re: How many treasure can I add after defeating boss?
Post by: Zayn Malik on October 30, 2017, 07:00:24 am
hi @zaynmalivn! i seem to recall a similar question maybe like 3 months ago, i'll try to find it.

im really not sure if we can go beyond tertiary (maybe search the other .dats?)  or maybe one thing you can try is to edit the spawnclasses in those secondary and tertiary lines.  you can make custom spawnclasses witha  lot more loot and use those instead ;)

Ty Phanjam.
After researching in GUTS I think I can confirm that we just have only three types of treasure after defeating monster.
According to mt mod merging I have to merge treasure itself.
Title: Re: How many treasure can I add after defeating boss?
Post by: gytfunke on November 06, 2017, 06:18:20 am
Hey Zayn,

Making a custom Spawnclass is the best way to change what a particular monster or boss drops.  You'll need to select the spawnclass in one of your boss' treasure slots, but the spawnclass itself can hold any number of items (at least, I haven't found the upper limit yet).
Title: Re: How many treasure can I add after defeating boss?
Post by: Zayn Malik on November 06, 2017, 05:39:11 pm
Hey Zayn,

Making a custom Spawnclass is the best way to change what a particular monster or boss drops.  You'll need to select the spawnclass in one of your boss' treasure slots, but the spawnclass itself can hold any number of items (at least, I haven't found the upper limit yet).

Ty so much @gytfunke
I'll learn how to do it  :D