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

Giles loot question

cocuzza

New Member
Joined
Nov 16, 2012
Messages
18
Reaction score
0
Does the feature (Supports all languages, all clients - it doesn't matter if you use English, Russian, Polish, or anything - it will still support all potions, recipes, designs for you) also works for custom loo rules?
 
Last edited:
I would say it depends. If you use loot rules with itemTypes (for example pickup all weapons with ilevel 61 rare+), it should work, since that values are coded inside DB. But if you want to pickup items by name (for example pickup all flawless square gems), I think that should be localized to the client's language. You can try this with a empty routine and the loot rules loaded, go to town, drop some gems and hit play. If the rules are ok, it should be able to pickup the gems.
 
I'm talking about gold, gems, plans ect I'll try this weekend, i'm running the bot for 3 day since i bought it, i'm afraid of losing some good loot with giles standard plugin, now i'm working on mine, i tried it a bit but i need to test more!
 
I have the Spanish game, and don't pickup the gems and potions. I thinks it's because the Spanish name of that items.
 
I have russian client so i have few problem using my loot rules, since it doesn't pick up plans and gold.

edit: i found this for russian client (http://www.thebuddyforum.com/demonb...an-client-loot-rules-english-description.html)
That confirms my hypothesis, if you use itemName="...", you need to type the localized name to use. The russian xml uses cyrillic names (that I suppose are the Diablo 3 names in russian). As for the Spanish client or other non-english client, you should change the itemName="*Health Potion*" for example to the localized string of Health Potion. That its, the name you will find that item in your localized Diablo 3 client.
 
That confirms my hypothesis, if you use itemName="...", you need to type the localized name to use. The russian xml uses cyrillic names (that I suppose are the Diablo 3 names in russian). As for the Spanish client or other non-english client, you should change the itemName="*Health Potion*" for example to the localized string of Health Potion. That its, the name you will find that item in your localized Diablo 3 client.

That's right. I've changed te game to english, and now works fine. I don't have strenght to change the name of the objects on the xml...
 
Back
Top