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

A Rogue Problem

Numi2

New Member
Joined
Jun 2, 2010
Messages
21
Reaction score
0
When I bot, and my bags fill up. The bot automaticly sells my poisions. How can I make it stop?

Also when I farm, the bot doesnt use any poisons, and that lowers the xp/h
How can I make it start using Poisions?

Thanks
-Numi
 
add the poisons to the protected items list. The code below (everything from <ProtectedItems> to </Protected items> needs to go into your profile .xml. I usually put mine at the end (after the </subprofile> but before the </hbprofile> tag.

Code:
<ProtectedItems>
    <!-- Instant Poison -->
    <Item>6497</Item>
    <Item>6949</Item>
    <Item>6950</Item>
    <Item>8926</Item>
    <Item>8927</Item>
    <Item>8928</Item>
    <Item>21927</Item>
    <Item>43230</Item>
    <Item>43231</Item>
 
    <!--Rune of Teleportation-->
    <Item>17031</Item>
 
    <!--Potions-->
    <!--Healing Potions-->
    <Item>118</Item>
    <Item>858</Item>
    <Item>929</Item>
    <Item>1710</Item>
    <Item>3928</Item>
    <Item>13446</Item>
    <Item>17556</Item>
    <Item>28551</Item>
    <Item>33447</Item>
 
    <!--Hunter Ammo-->
    <Item>30319</Item>
    <Item>34581</Item>
    <Item>34582</Item>
    <Item>32760</Item>
    <Item>32761</Item>
    <Item>31737</Item>
    <Item>31735</Item>
    <Item>23773</Item>
    <Item>33803</Item>
    <Item>12654</Item>
    <Item>10579</Item>
    <Item>32883</Item>
    <Item>30612</Item>
    <Item>30611</Item>
    <Item>32882</Item>
    <Item>41164</Item>
    <Item>13377</Item>
    <Item>11630</Item>
    <Item>41165</Item>
    <Item>31949</Item>
    <Item>3465</Item>
    <Item>3464</Item>
    <Item>23772</Item>
    <Item>10512</Item>
    <Item>19316</Item>
    <Item>19317</Item>
    <Item>10513</Item>
    <Item>9399</Item>
    <Item>24417</Item>
    <Item>18042</Item>
    <Item>15997</Item>
    <Item>11284</Item>
    <Item>28056</Item>
    <Item>8068</Item>
    <Item>8067</Item>
    <Item>8069</Item>
    <Item>4960</Item>
    <Item>41584</Item>
    <Item>2519</Item>
    <Item>28060</Item>
    <Item>28061</Item>
    <Item>11285</Item>
    <Item>2516</Item>
    <Item>3030</Item>
    <Item>2512</Item>
    <Item>2515</Item>
    <Item>5568</Item>
    <Item>3033</Item>
    <Item>41586</Item>
    <Item>28053</Item>
 
 
    <Item>17556</Item>
    <!--Major Healing Potion-->
    <!--Freshly Baked Bread-->
    <Item>4541</Item>
    <!--Mutton Chop-->
    <Item>3770</Item>
    <!--Moonberry Juice-->
    <Item>1645</Item>
    <!--Morning Glory Dew-->
    <Item>8766</Item>
    <!--Lowbie Bags-->
    <Item>4496</Item>
    <Item>5571</Item>
    <Item>828</Item>
    <Item>5572</Item>
    <Item>805</Item>
  </ProtectedItems>

As I've really never played a rogue, i don't know if that poison section at the top is complete, but I think it is.

As for it not USING the poisons. I have no idea.
 
Last edited:
When I bot, and my bags fill up. The bot automaticly sells my poisions. How can I make it stop?

Also when I farm, the bot doesnt use any poisons, and that lowers the xp/h
How can I make it start using Poisions?

Thanks
-Numi

Which CC are you using for your Rogue?
 
Back
Top