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

[Plugin] Giles Stash & Loot Rule Replacer

Hi Giles, Please add the option to pickup square gems as these have become very valuable now. eg. Square Emerald is now worth >700g and costs nothing to convert to Flawless whicyh is worth 1800g
 
[01:38:23.873 D] [GilesStashReplacer 1.9.9] GSError: Diablo 3 memory read error, or item became invalid [BatchProcessing-1]
[01:38:23.874 D] System.AccessViolationException: Could not read bytes from 01543B9C [299]!
bij Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
bij Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
bij Zeta.MemoryManagement.InProcessMemoryReader.Read[T](Boolean isRelative, IntPtr[] addresses)
bij Zeta.ZetaDia.get_CurrentWorldId()
bij Zeta.ZetaDia.get_IsInGame()
bij Zeta.CommonBot.BotMain.()

error that makes diablo3 crash
 
Hi Giles, Please add the option to pickup square gems as these have become very valuable now. eg. Square Emerald is now worth >700g and costs nothing to convert to Flawless whicyh is worth 1800g
here's a tempt fix in line 1525 of stashreplacer.cs
case GilesBaseItemType.Gem:
if (templevel < 50 || (thisGilesItemType == GilesItemType.Ruby && !bGemsRuby) || (thisGilesItemType == GilesItemType.Emerald && !bGemsEmerald) ||
(thisGilesItemType == GilesItemType.Amethyst && !bGemsAmethyst) || (thisGilesItemType == GilesItemType.Topaz && !bGemsTopaz))
{
Log("Blacklisting item: " + tempname + " because it is not a gem we want.", true);
Blacklist.Add(tempractorguid, BlacklistFlags.Loot, TimeSpan.FromSeconds(590));
return false;
}
break;
change to to anything lesser than 60 and you'll pick square as well. For this example I used 50 for no particular reason, I just like 50 more than 59 lol.
 
Last edited:
Was wondering if this is designed to pick up items on act 3? Because I was farming act 3 yesterday and it was not picking up all the items that it should pick up?
 
[01:38:23.873 D] [GilesStashReplacer 1.9.9] GSError: Diablo 3 memory read error, or item became invalid [BatchProcessing-1]
[01:38:23.874 D] System.AccessViolationException: Could not read bytes from 01543B9C [299]!
bij Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
bij Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
bij Zeta.MemoryManagement.InProcessMemoryReader.Read[T](Boolean isRelative, IntPtr[] addresses)
bij Zeta.ZetaDia.get_CurrentWorldId()
bij Zeta.ZetaDia.get_IsInGame()
bij Zeta.CommonBot.BotMain.()

error that makes diablo3 crash
I get that also same error.
 
it isnt stashing items when the inventory is full, i am using it as default, what i have to config to stash items and continue botting?
 
Hi Giles, Please add the option to pickup square gems as these have become very valuable now. eg. Square Emerald is now worth >700g and costs nothing to convert to Flawless whicyh is worth 1800g

Well, try to edit the gilestashreplacer.cs on line 1526, change templevel < 60 to < 54(squares).

case GilesBaseItemType.Gem:
if (templevel < 60 || (thisGilesItemType == GilesItemType.Ruby && !bGemsRuby) || (thisGilesItemType == GilesItemType.Emerald && !bGemsEmerald) ||
(thisGilesItemType == GilesItemType.Amethyst && !bGemsAmethyst) || (thisGilesItemType == GilesItemType.Topaz && !bGemsTopaz))
{
Log("Blacklisting item: " + tempname + " because it is not a gem we want.", true);
Blacklist.Add(tempractorguid, BlacklistFlags.Loot, TimeSpan.FromSeconds(590));
return false;

duhh dumb me nvm... just saw it up there... I'll read whole posts next time (I'll leave the wrote just in case the up one get lost)...
 
Last edited:
Giles why isnt it picking up all items on act 3?Not using any avoidance of any sort.
 
Not picking up tome of secrets or mythic potions, missing a lot of other stuff too :(
 
Last edited:
it isnt stashing items when the inventory is full, i am using it as default, what i have to config to stash items and continue botting?
Same problem!Any solution?The bot just stops...
 
Last edited:
Nvm found a solution...Just i have putted all my stash under protection and it wasnt able to store items
 
Will this loot leroics signet (level 17 legendary) and every other legendary??
 
[20:33:34.878 V] Blacklisting A9960040 for 00:09:50
[20:33:44.902 D] [GilesStashReplacer 1.9.9.1] GSError: Diablo 3 memory read error, or item became invalid [BatchProcessing-1]
[20:33:44.903 D] System.AccessViolationException: Could not read bytes from 01543B9C [299]!
bei Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
bei Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
bei Zeta.MemoryManagement.InProcessMemoryReader.Read[T](Boolean isRelative, IntPtr[] addresses)
bei Zeta.ZetaDia.get_CurrentWorldId()
bei Zeta.ZetaDia.get_IsInGame()
bei Zeta.CommonBot.BotMain.()
 
Anyone else see the bot trying to TP 4-5 times after it already TP's into town when your bags are full?
 
[20:33:34.878 V] Blacklisting A9960040 for 00:09:50
[20:33:44.902 D] [GilesStashReplacer 1.9.9.1] GSError: Diablo 3 memory read error, or item became invalid [BatchProcessing-1]
[20:33:44.903 D] System.AccessViolationException: Could not read bytes from 01543B9C [299]!
bei Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
bei Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
bei Zeta.MemoryManagement.InProcessMemoryReader.Read[T](Boolean isRelative, IntPtr[] addresses)
bei Zeta.ZetaDia.get_CurrentWorldId()
bei Zeta.ZetaDia.get_IsInGame()
bei Zeta.CommonBot.BotMain.()
Any fix for this yet I have not been able to bot more than 30-60 minutes at a time using this plugin for a few days now ?
 
Are all of you using the default item scores? I'm finding that I'm stashing items a lot quicker than I'm selling them and am running out of room. What scores are you guys running with?
 
Back
Top