What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Kadala Plugin Changes

BlackForce

New Member
Joined
Jun 15, 2014
Messages
21
Reaction score
0
Hi i edited the Lookup.cs from Line 141 up to 157

db-kadalaspree\XCore\Lookup.cs

Code:
                {
                    {VendorSlotType.OneHandItem,75}, 
                    {VendorSlotType.TwoHandItem,75}, 
                    {VendorSlotType.Quiver,25}, 
                    {VendorSlotType.Orb,25}, 
                    {VendorSlotType.Mojo,25}, 
                    {VendorSlotType.Helm,25}, 
                    {VendorSlotType.Gloves,25}, 
                    {VendorSlotType.Boots,25}, 
                    {VendorSlotType.Chest,25}, 
                    {VendorSlotType.Belt,25}, 
                    {VendorSlotType.Pants,25}, 
                    {VendorSlotType.Bracers,25}, 
                    {VendorSlotType.Shield,25}, 
                    {VendorSlotType.Ring,50}, 
                    {VendorSlotType.Amulet,100}
                };

bye
 

Attachments

What does this change? I'm just curious if I need to use it or something.
 
and this seemed to fix your kadala problem of her trying to guy items with not enough blood shards available?
 
and this seemed to fix your kadala problem of her trying to guy items with not enough blood shards available?

yes, i have test it and it will works


grr double post :(
 
hey black force, its not workin for me. I deleted the file and added urs. Still trying to buy amulets with 30 shards

I Tried multiple times and double checked,
{VendorSlotType.OneHandItem,75},
{VendorSlotType.TwoHandItem,75},
{VendorSlotType.Quiver,25},
{VendorSlotType.Orb,25},
{VendorSlotType.Mojo,25},
{VendorSlotType.Helm,25},
{VendorSlotType.Gloves,25},
{VendorSlotType.Boots,25},
{VendorSlotType.Chest,25},
{VendorSlotType.Belt,25},
{VendorSlotType.Pants,25},
{VendorSlotType.Bracers,25},
{VendorSlotType.Shield,25},
{VendorSlotType.Ring,50},
{VendorSlotType.Amulet,100}
};
 
To be honest, changing the values for how much each item costs seems unnecessary. KadalaSpree plugin just looks at the minimum & maximum amount to spend your bloodshards at. So you can set it to the lowest possible which is 25 and it will never gamble when you have less than 25 shards.

For example, say you want to gamble 1H weapons only which cost 75 shards.

In the Config settings for KaladaSpree, you would just adjust the slider bar to never spend bloodshards below 75 and have the 1H weapon checked only of course. Hope you understand me haha.
 
To be honest, changing the values for how much each item costs seems unnecessary. KadalaSpree plugin just looks at the minimum & maximum amount to spend your bloodshards at. So you can set it to the lowest possible which is 25 and it will never gamble when you have less than 25 shards.

For example, say you want to gamble 1H weapons only which cost 75 shards.

In the Config settings for KaladaSpree, you would just adjust the slider bar to never spend bloodshards below 75 and have the 1H weapon checked only of course. Hope you understand me haha.

Good idea. Thank you.
 
Back
Top