11-21-2014, 02:07 PM
MSG here when You need macros
|
12-03-2014, 01:42 AM
Hi there!
I need a macro that make this : When NPC x on screen go to label y , Else back to label Z. Thanks
12-03-2014, 01:48 AM
exevo mas san when 3 or more monsters around me Demon skeleton, bonebeast, ghost
12-03-2014, 07:49 PM
(This post was last modified: 12-03-2014, 08:33 PM by Petterlaaguila.)
4000 {Exevo Mas San} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana()>=160 Self.Say(Exevo mas san)
4000 = 4 Seconds , the skill down time Creature.PlayerOnScreen = Number of players on screen , you can era se it If your server don't have skull problens Creature.Beside = Creatures around your character Selfie.Mana =Min Mana to make the macro work Self.Say=What he will say If he pass the condition Try it , If it Work come back to give me Rep+ Haha.
12-03-2014, 10:22 PM
Need help with a macro cant find it on forum
I need a macro that will put all piercing bolts from the bp on the floor and i need a script or macro or teach me a way to talk to a npc and buy strong mana potions whenever i dont have or have certain amount and buy some and keep training my mana there, I will really really appreciate if someone can help me with this thank you so much and il give u reputatio++!! Thanks! (12-03-2014, 07:49 PM)Petterlaaguila Wrote: 4000 {Exevo Mas San} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana()>=160 Self.Say(Exevo mas san) Works great you are god thank you!
12-04-2014, 01:43 AM
i bot on swamp trolls port hope and some noobs push me and rope me and push to kongras merklins etc, how to make it when player push bot restart and go bottingg
12-04-2014, 03:52 AM
U can make a macro to drag x item arround th playee to the palyer pos?
For example: 20royal spears in pos x-1 of the player Drag to player pos. U can make it? (12-03-2014, 01:42 AM)Petterlaaguila Wrote: Hi there!Macro go to label when Your NPC on screen else continue Your label. Code: 500 {Go label} Creatures.ByName(NPC NAME)>=1 [jump] CaveBot.GoLabel(Label) Exit() {jump} Exit() (12-03-2014, 01:48 AM)cliam75 Wrote: exevo mas san when 3 or more monsters around me Demon skeleton, bonebeast, ghost Hmmmm I can do macro when 3 or more monster but not by name :/ Code: 500 {Exori} Criaturas:=3 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exevo mas san) Exit() (12-03-2014, 10:22 PM)orshabalbro Wrote: Need help with a macro cant find it on forum I reply You in other thread. (12-04-2014, 01:43 AM)achmeda Wrote: i bot on swamp trolls port hope and some noobs push me and rope me and push to kongras merklins etc, how to make it when player push bot restart and go bottingg 1st. Add special sqm "block" on place where they push You. 2nd. Add macro to restart cavebot: Code: 1000 {AntiTrap} Misc.StandTime()>20 Cavebot.Stop() Cavebot.Start() Exit() (12-04-2014, 03:52 AM)Garuh Wrote: U can make a macro to drag x item arround th playee to the palyer pos? Hmmmm I think it's possible. BBot have function "loot bag kicker" but i don't know how its work. Maby @NoBody can change this function to throw items under player. Maby It's possible in other simple way but now I don't remember :/
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
12-04-2014, 04:03 PM
Thanks , but I want to make it between two labels :/.
Its to work like this : Try to use a Map tool, If it Works a npc will apear , If not he will be stuck , so the macro make he Restart this label trying to use the Map Tool.
12-04-2014, 05:14 PM
Ok, thank you, i still waiting for the version with lootbagkicker
(12-04-2014, 04:03 PM)Petterlaaguila Wrote: Thanks , but I want to make it between two labels :/. Yea I know but macro will be change label to z everytime when macro turn on :/ (500ms) Quote:500 {Go label} Creatures.ByName(NPC NAME)>=1 [jump] CaveBot.GoLabel(LabelX) Exit() {jump} CaveBot.GoLabel(LabelZ) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
12-05-2014, 03:19 PM
Ohh , i get it ://.
Thanks by the way , i will see what i can do with your macro REP+
12-08-2014, 02:49 PM
Hello i need Marco to leave if no have cap exemple cap <=50 and ignore all monters and co to npc or dp and tutorial how to use it cuz im newbie
If i help you please Click ^ to give REP point
if I'll have more rep I'll make better scrips
12-08-2014, 04:30 PM
I need to know how to make to pick up spears form ground. Bringin a bag with 100 spears to my hunt place. Thanks!
12-08-2014, 10:11 PM
Hiho, i have one question, how to do easy reconnect, something like :
1. First Character going from place X to place Y 2.Character going off 3.Switch to second character. 4. Second Character going from place X to place Y 5. Character going off. And more like this? Please help me (12-08-2014, 02:49 PM)wedel92 Wrote: Hello i need Marco to leave if no have cap exemple cap <=50 and ignore all monters and co to npc or dp and tutorial how to use it cuz im newbie Quote:500 {Low Cap} Self.Capacity()<=50 {jump} Killer.Stop() CaveBot.GoLabel(LABLE NAME) Exit() [jump] Killer.Start() Exit() "LABLE NAME" - write your label name hmmm this is unsafe so add second macro: Quote:1000 {AntiTrap} Misc.StandTime()>50 Cavebot.Stop() Cavebot.Start() Killer.Start() Exit() About waypoints etc: http://forums.bmega.net/thread-19260.html (12-08-2014, 04:30 PM)Alidako Wrote: I need to know how to make to pick up spears form ground. Bringin a bag with 100 spears to my hunt place. Thanks! Quote:200 {PickUp Spears} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(3277, 1, 1, !X!, !Y!, !Z!, 1) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
12-09-2014, 09:26 PM
It's possible to make a macro that switch monsters when x hp on one of them? It 's to make an afk trainer script , só when the rotworm go to yellow he switch to the next one
12-09-2014, 11:35 PM
i want a macro that use gfb when i get stucked by snakes, i have the snake in Killer with "Ignore".
thats because i want to kill orc shaman and when there are 2 orc shaman the snakes trap me and if i kill a snake... fast another snake trap me (12-09-2014, 11:35 PM)enano Wrote: i want a macro that use gfb when i get stucked by snakes, i have the snake in Killer with "Ignore". Add snake to avoid. BBot attack snake only when they block You. (12-09-2014, 09:26 PM)Petterlaaguila Wrote: It's possible to make a macro that switch monsters when x hp on one of them? It 's to make an afk trainer script , só when the rotworm go to yellow he switch to the next one Do You tried BBot Trainer system?
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)