Soldak Home   Drox Operative   Din's Curse   Depths of Peril   Zombasite  

Go Back   Soldak Entertainment Forums > Din's Curse > Din's Curse modding
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-10-2019, 05:18 PM
Anotheragain's Avatar
Anotheragain Anotheragain is offline
Amateur
 
Join Date: Oct 2016
Posts: 17
Default Mod to always drop 16 slot bags?

I recently got back into playing Din's Curse and I'm trying to make a mod where every monster I kill always drops a bag but I'm having trouble:

So I made modBags.gdb in /Database/Items

Code:
modBags overrides BaseBag
{
	Base		BaseItem

	ItemType	Bag

	BaseOnly	1

	ModifiersAllowed	0

	LevelRequirement	1

	ModelName	Models/Items/bag.mdl
	UseModelName	Models/Items/Items/bag.mdl
	DropSoundName	Sounds/Items/bag.wav
}

modBags overrides Bag7
{
	ItemLevel	1

	Size		16

	SpawnChance	100.0
}
Then I made modBags.gdb in /Database

Code:
modBags overrides SpawnSystem
{
	

ItemNormalChance 100
ItemCommonChance 15
ItemUncommonChance 100
ItemRareChance 100
ItemVeryRareChance 100
ItemSetChance 100
ItemUniqueChance 70
ItemArtifactChance 25
ItemLegendaryChance 25


}
I understand that for those particular bags to drop I'd have to mod the drop rate of normal items in general too but that's about it.

Not sure what I'm doing wrong? I would just like the monsters to drop bags without affecting the drop rates of anything else (I'm not looking for more Legendaries or for it to suddenly get in the way of Legendaries dropping for example).

Last edited by Anotheragain : 01-10-2019 at 05:20 PM.
Reply With Quote
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 07:40 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2007 - 2024 Soldak Entertainment, Inc.