Posts: 674
Threads: 80
Joined: Mar 2004
Reputation:
0
"Small Charm" = "L_RES%10" | "C_RES%10" | "F_RES%10" | "P_RES%10"
This line will tell the bot to pick up small charms with light/cold/fire/poison resist 10% or above only. If you want, you can also change it to:
"Small Charm" = "Amber" | "Sapphire" | "Ruby" | "Emerald"
Since the prefix for 10-11% resist small charm is called amber/sapphire/ruby/emerald, this will tell the bot to pick up small charms with amber/sapphire/ruby/emerald in the name of the charm. Capitalization is important in this case.
A few more alternatives would be::
"Small Charm" = "Lightning Resist +10%" | "Cold Resist +10%" | "Fire Resist +10%" | "Poison Resist +10%"
"Small Charm" = "Lightning Resist +11%" | "Cold Resist +11%" | "Fire Resist +11%" | "Poison Resist +11%"
or
"Small Charm" = "Resist +10%" | "Resist +11%"
Posts: 1,310
Threads: 49
Joined: Jun 2007
Reputation:
0
09-02-2007, 09:39 AM
(This post was last modified: 09-02-2007, 09:43 AM by BrioCloud.)
OOOH. I understand. Thank You so very much!
Edit: So I did the following...
"Small Charm" = "Amber" | "Sapphire" | "Ruby" | "Shimmering"
"Large Charm" = "Amber" | "Sapphire" | "Ruby" | "Shimmering"
"Grand Charm" = "Amber" | "Sapphire" | "Ruby" | "Shimmering"
Correct?
Please add to my Reputation if you find my post reasonable, beneficial, or helpful. Thanks. =]
Posts: 1,310
Threads: 49
Joined: Jun 2007
Reputation:
0
Sorry but today, I saw my bot sell a Grand Charm Sapphire with 28% cold resist. I then bought it back and when it scanned it again in a different game, it still sold it. So I thought it was because it was spelled SAPPHIRE with capital letters. So I made it...
"Grand Charm" = "AMBER" | "SAPPHIRE" | "RUBY" | "SHIMMERING"
And it still sold it. What is wrong now? Please help >_<.
Please add to my Reputation if you find my post reasonable, beneficial, or helpful. Thanks. =]
Posts: 652
Threads: 40
Joined: Jan 2005
Reputation:
0
its better if u just do it by the percentage
thats what i do, easier to edit & everthing
Posts: 1,310
Threads: 49
Joined: Jun 2007
Reputation:
0
But by doing that I have to figure all the stats out. This should be the same as putting in stats shouldn't it?
Please add to my Reputation if you find my post reasonable, beneficial, or helpful. Thanks. =]
Posts: 674
Threads: 80
Joined: Mar 2004
Reputation:
0
Try the default way, I posted on the mm.Bot forum to confirm whether putting the prefix works or not.
"Small Charm" = "L_RES%10" | "C_RES%10" | "F_RES%10" | "ALLRES%3"
"Large Charm" = "L_RES%13" | "C_RES%13" | "F_RES%13" | "ALLRES%3"
"Grand Charm" = "L_RES%26" | "C_RES%26" | "F_RES%26" | "ALLRES%3"
Adjust the "ALLRES%?" as you like, shimmering varies from:
Small: 3-5
Large: 3-8
Grand: 3-15
Posts: 1,310
Threads: 49
Joined: Jun 2007
Reputation:
0
Yes thanks. Thats what I did an hour ago and it works. I lowered to the second prefix too for lower resist, I'm not very strict. Took away poison resist too. Thanks Exorcise. =D
Please add to my Reputation if you find my post reasonable, beneficial, or helpful. Thanks. =]