BBot - The best bot of the world
Palladin Training! - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Palladin Training! (/thread-7836.html)



Palladin Training! - zohan - 03-08-2014

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


RE: Palladin Training! - korona778 - 03-24-2014

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.


RE: Palladin Training! - zohan - 04-08-2014

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?


RE: Palladin Training! - zohan - 04-08-2014

bring up my post


RE: Palladin Training! - raphaelignacio - 04-08-2014

Try this

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


Dont Forget REP ++


RE: Palladin Training! - zohan - 04-08-2014

(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


RE: Palladin Training! - zohan - 04-08-2014

This script keep changing weapon over and over. Any tips how to fix it?


RE: Palladin Training! - raphaelignacio - 04-08-2014

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


RE: Palladin Training! - zohan - 04-08-2014

THANKS BRO! U GOT MY REP+


RE: Palladin Training! - raphaelignacio - 04-08-2014

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