╠ BBot Macros ╣ - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: ╠ BBot Macros ╣ (/thread-1192.html) |
RE: Macros for BBot - tatiin123 - 10-31-2012 There is a macro for eat food? The option of the bot sometimes coordinates with loot & doesn't loot :/ thanks. RE: Macros for BBot - Hunger - 10-31-2012 20000 {Eat Food Macro} ## Eat each 20 seconds food:=3566 Misc.ItemCountEx(!food!)>0 [Onfood] Hotkey.Use(!food!) Exit {Onfood} HUD.Display(Please Buy More Food) Exit RE: Macros for BBot - speedo251 - 11-03-2012 Can u add macro which is cleaning Trainers after Player on Screen, Moved or Low Health ? Mega said it's possible, but i dont have idea how to do it : ( RE: Macros for BBot - tatiin123 - 11-08-2012 (10-27-2012, 12:09 PM)Hunger Wrote: 3000 {Equip DRing If Drunk} Status.Drunk()=1 Self.Inventory.Ring()<>IDDWARVENR Self.Equip.Ring(IDDWARVENR) This macro will always equip dwarven ring even if u are not drunked, know the reason? :/ RE: Macros for BBot - Matze - 11-08-2012 (11-08-2012, 01:09 AM)tatiin123 Wrote:(10-27-2012, 12:09 PM)Hunger Wrote: 3000 {Equip DRing If Drunk} Status.Drunk()=1 Self.Inventory.Ring()<>IDDWARVENR Self.Equip.Ring(IDDWARVENR) 3000 {UnEquip DRing If not Drunk} Status.Drunk()=0 Self.UnEquip.Ring(ToContainer) Maybe you should add this too (not sure , not tested or so , just made it fast). RE: Macros for BBot - tatiin123 - 11-11-2012 (11-08-2012, 04:58 PM)Matze Wrote:(11-08-2012, 01:09 AM)tatiin123 Wrote:(10-27-2012, 12:09 PM)Hunger Wrote: 3000 {Equip DRing If Drunk} Status.Drunk()=1 Self.Inventory.Ring()<>IDDWARVENR Self.Equip.Ring(IDDWARVENR) I just tested and it's keep the same. The character always equip dwarven ring with no Drunk Status. By the way, thanks man. RE: Macros for BBot - dzikus - 11-13-2012 Anti Push is not working. Could anyone fix it ? RE: Macros for BBot - Hunger - 11-15-2012 I go fix it RE: Macros for BBot - Matze - 11-16-2012 (11-11-2012, 07:37 PM)tatiin123 Wrote:(11-08-2012, 04:58 PM)Matze Wrote:(11-08-2012, 01:09 AM)tatiin123 Wrote:(10-27-2012, 12:09 PM)Hunger Wrote: 3000 {Equip DRing If Drunk} Status.Drunk()=1 Self.Inventory.Ring()<>IDDWARVENR Self.Equip.Ring(IDDWARVENR) 3000 {Equip DRing If Drunk} Status.Drunk()==1 Self.Inventory.Ring()<>IDDWARVENR Self.Equip.Ring(IDDWARVENR) 3000 {UnEquip DRing If not Drunk} Status.Drunk()==0 Self.UnEquip.Ring(ToContainer) Maybe this one works (not tested , would be nice if someone could do that , I got no time atm :/) RE: Macros for BBot - fabiomiguelp - 11-16-2012 Which macro i can use to pick up 1 / 15 spears in the floor to my bp? thanks RE: Macros for BBot - Hunger - 11-19-2012 http://forums.bmega.net/showthread.php?tid=6413&pid=25703#pid25703 RE: Macros for BBot - tomkiidarki - 11-22-2012 I need script for auto exori when 4 monsters are around me and bot using it when no players on screen. I used your exori script but it makes skull for me on player :/ RE: Macros for BBot - arczi16 - 11-23-2012 Someone know how to do alert when msg on screen "exura gran mas res" ? RE: Macros for BBot - Hunger - 11-23-2012 1000 {Exori} Creatures.PlayersOnScreen=01 Self.Mana>=100 Self.Attacking Creatures.Beside>=4 Self.Say(exori) RE: Macros for BBot - Kajtek - 11-26-2012 can u make macro for resetcave when char stay in the same sqm. 15 sec ?? RE: Macros for BBot - Hunger - 11-30-2012 2000 {Reset Cave} Misc.StandTime()>15 CaveBot.GoStart() RE: Macros for BBot - papai201 - 12-02-2012 safe exori is not working, it uses exori/exori gran even if there are players on screen, can you fix it please? RE: Macros for BBot - tomkiidarki - 12-02-2012 How to make character stay 50sec and keep caveboting? and over again all the time? its some macro scrypt? RE: Macros for BBot - Aiik Master - 12-03-2012 Please, can someone do a script who stop cavebot and target , disconnect when i have 0 bolts,arrows,spears,assasins stars? RE: Macros for BBot - Hunger - 12-04-2012 2000 {Logout When Low Ammmo} Misc.ItemCountEx(SPEARID)=0 Cavebot.Stop() Status.Battle()=0 Self.Logout() |