Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Palladin Training!
#1
Smile 
Can you help me with making a training pall script?

I mean pall kill goblins on femor hills with small stones he loot from them?
And when no small stones just change for normal weapon, and when bot loot some smallstones puts it in hand and train again. Is it possible?

Please answer me as soon as possible!

zohan
#2
Hmm u can make that:
1. create looter with small stones
2. get into Healing Tools and then Re-user & Cures
3. turn on Equip right hand or left ( it depends where u keep your spears etc.)

And paste to macro editor this macro:

Self.Inventory.Backpack(1781)
Self.UnEquip.RightHand(Backpack)
Self.Equip.RightHand(1781)
Self.Inventory.RightHand.Count(0)
Self.Equip.RightHand(3277)

Try with this maybe will help.
#3
BUMP - Help please, macro^ doesn't work.. I think it's not so hard to do just im newbie with BBot and can't do it alone! Please.. i will rep

I tried with this:
Self.Inventory.Backpack.Count(1781)
Self.UnEquip.RightHand(ToContainer)
Self.Equip.RightHand(1781)
Self.Inventory.RightHand.Count(0)
Self.Equip.Backpack(3297)

But it doesn't work aswell, what did I wrong?
#4
bring up my post
#5
Try this

1000 {Change Weapon} Misc.ItemCountEx(1781)>20 [jump] Self.Equip.LeftHand(1781) {jump} Self.Equip.LeftHand(ID OF WEAPON)


Dont Forget REP ++
#6
(04-08-2014, 01:43 PM)raphaelignacio Wrote: Try this

1000 {Change Weapon} Misc.ItemCountEx(1781)>20 [jump] Self.Equip.LeftHand(1781) {jump} Self.Equip.LeftHand(ID OF WEAPON)


Dont Forget REP ++

Ofc i will if it gonna work Smile
#7
This script keep changing weapon over and over. Any tips how to fix it?
#8
1000 {Change Weapon}
Misc.ItemCountEx(1781)<0 [skip]
Self.Equip.LeftHand(ID OF WEAPON)
{skip}
Misc.ItemCountEx(1781)>20
Self.Equip.LeftHand(1781)
Self.Equip.LeftHand(1781)
Self.Equip.LeftHand(1781)
Repeat Self.Equip.LeftHand(1781) 20 times in this code
#9
THANKS BRO! U GOT MY REP+
#10
The correct one

1000 {Change Weapon}
Misc.ItemCountEx(1781)<1 [skip]
Self.Equip.LeftHand(ID OF WEAPON)
{skip}
Misc.ItemCountEx(1781)>20
Self.Equip.LeftHand(1781)
Self.Equip.LeftHand(1781)
Self.Equip.LeftHand(1781)
Repeat Self.Equip.LeftHand(1781) 20 times in this code


Forum Jump:


Users browsing this thread: 1 Guest(s)