BBot - The best bot of the world

Full Version: przeróbka macro reput za pomoc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
macro po nowym upie przestalo dzialac próbowałem zmienic nazwe z Target na Creature i nic nie wiem.. jak ktos sie na tym zna dobrze to moze cos wymysli
załaczam macro :

500 {changeWeapon} Target.ByName(Ghost)==1 [else] Self.Equip.LeftHand(ID) Exit() {else} Target.ByName(Ghost)<>1 Self.Equip.LeftHand(ID) Exit()
500 {changeWeapon} Target.ByName(Ghost)>=1 [else] Self.Equip.LeftHand(ID) Exit() {else} Target.ByName(Ghost)<1 Self.Equip.LeftHand(ID) Exit()

Spróbuj tak, a w nawiasach ID wpisz tam ID Fire Sworda, czy czego tam używasz ;)


--Kropek ;)
jak jest wpisane target to mi wyskakuje komunikat ze to jest przestarzale czy cos i mam zamienic na creature.byname i wtedy nie dziala jak powinno

no w sumie to pomogles z tymi znakami <1 / >=1 jedynie co nazwe zmienic i dziala wiec reput sie nalezy jak obiecalem Tongue
gotowe macro:
500 {changeWeapon} Creature.ByName(Ghost)>=1 [else] Self.Equip.LeftHand(ID) Exit() {else} Creature.ByName(Ghost)<1 Self.Equip.LeftHand(ID) Exit()