BBot - The best bot of the world
MACROS !! REPUT FOR HELP - 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: MACROS !! REPUT FOR HELP (/thread-20587.html)



MACROS !! REPUT FOR HELP - Baszmaczkin - 02-24-2017

I need macro if not player on screen use exori gran if see player on screen use exori hur thank you


RE: MACROS !! REPUT FOR HELP - Catar - 02-24-2017

http://forums.bmega.net/showthread.php?tid=27859


RE: MACROS !! REPUT FOR HELP - Kazan - 02-24-2017

(02-24-2017, 12:15 PM)Baszmaczkin Wrote: I need macro if not player on screen use exori gran if see player on screen use exori hur thank you

500 {human timer} jestplr:=Creatures.PlayersOnRange(3) !jestplr!>=2 [jest] w8safe:=0 exit() {jest} VarAdd(w8safe, 1) exit()

300 {safe exori} rdm:=Misc.Random(12, 16) Self.Mana>=200 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.Beside>=2 Creatures.PlayersOnRange(3)==01 Self.Say(exori) Exit()

100 {safe exori gran} rdm:=Misc.Random(12, 16) Self.Mana>=400 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.Beside>=3 Creatures.PlayersOnRange(3)==01 Self.Say(exori gran) Exit()

Set exori hur in attacking sequence ;d


RE: MACROS !! REPUT FOR HELP - Catar - 02-24-2017

As I said many times, and I keep repeating. Using auto macros for aoe attacks is not 100% safe, never been, and never will be.

My EK template is, after you follow guide and ad special sqm's


RE: MACROS !! REPUT FOR HELP - gordela - 01-09-2018

i need script that every 30 seconds it uses an avalanche in the exact sqm I need


RE: MACROS !! REPUT FOR HELP - Catar - 01-09-2018

You need to be more specific


RE: MACROS !! REPUT FOR HELP - Kazan - 01-09-2018

(02-24-2017, 05:30 PM)Catar Wrote: As I said many times, and I keep repeating. Using auto macros for aoe attacks is not 100% safe, never been, and never will be.

My EK template is, after you follow guide and ad special sqm's

but it's too hard for explain noobies how to use macros with advanced attack and safe areas ;D


RE: MACROS !! REPUT FOR HELP - Catar - 01-09-2018

now you responded to 1 year old post lol


RE: MACROS !! REPUT FOR HELP - Kazan - 01-09-2018

(01-09-2018, 05:07 PM)Catar Wrote: now you responded to 1 year old post lol

Lol i haven't saw hahahaha ;D


RE: MACROS !! REPUT FOR HELP - gordela - 01-10-2018

I need a macro that renews the wild groth every 45 seconds on a specific sqm (x: y: zSmile

(for hunt in roshamuul)


RE: MACROS !! REPUT FOR HELP - Catar - 01-10-2018

(01-10-2018, 02:24 PM)gordela Wrote: I need a macro that renews the wild groth every 45 seconds on a specific sqm (x: y: zSmile



I didnt set it up every 45 sec, but every time when there is no growth on that sqm


change Xw Yw Zw


Code:
Xw:=29867
Yw:=32786
Zw:=7
runeID:=3156
bushID:=2130
Misc.ItemCountEx(3156)>=1
floorID:=Map.ItemOnTop.ID(!Xw, !Yw, !Zw)
Map.HasID(!bushID, !Xw, !Yw, !Zw)==0
Map.CreatureOnTop.ID(!Xw, !Yw, !Zw)==0
Map.UseOn(!runeID, !floorID, !Xw, !Yw, !Zw, 4)



If u want to use it to block something for anyone, but yourself u can add line below (anyhwere in macro before above Map.UseOn )to pause when your other character is nearby.
Creatures.ByRangeName(3, PutNameInHere)==0


RE: MACROS !! REPUT FOR HELP - gordela - 01-12-2018

(01-10-2018, 06:21 PM)Catar Wrote:
(01-10-2018, 02:24 PM)gordela Wrote: I need a macro that renews the wild groth every 45 seconds on a specific sqm (x: y: zSmile



I didnt set it up every 45 sec, but every time when there is no growth on that sqm


change Xw Yw Zw


Code:
Xw:=29867
Yw:=32786
Zw:=7
runeID:=3156
bushID:=2130
Misc.ItemCountEx(3156)>=1
floorID:=Map.ItemOnTop.ID(!Xw, !Yw, !Zw)
Map.HasID(!bushID, !Xw, !Yw, !Zw)==0
Map.CreatureOnTop.ID(!Xw, !Yw, !Zw)==0
Map.UseOn(!runeID, !floorID, !Xw, !Yw, !Zw, 4)



If u want to use it to block something for anyone, but yourself u can add line below (anyhwere in bacro before above Map.UseOn )to pause when your other character is nearby.
Creatures.ByRangeName(3, PutNameInHere)==0

thx, are u god of the bbot


RE: MACROS !! REPUT FOR HELP - gordela - 02-08-2018

i need macro for attk thunderstorm rune and if have player in screen attk exori max tera


RE: MACROS !! REPUT FOR HELP - Catar - 02-08-2018

no way of real safe thunderstorm yet, wait for advanced attack update, hopefully soon.

and exori max tera u can also setup in advanced attack right now, its really not that hard, no need macro for it.


RE: MACROS !! REPUT FOR HELP - Kazan - 02-09-2018

(02-08-2018, 07:45 PM)Catar Wrote: no way of real safe thunderstorm yet, wait for advanced attack update, hopefully soon.

and exori max tera u can also setup in advanced attack right now, its really not that hard, no need macro for it.

Catar I was thinking about new idea;
What do you think about using no AOE areas? around loore places? Big Grin


RE: MACROS !! REPUT FOR HELP - gordela - 02-10-2018

(02-08-2018, 07:45 PM)Catar Wrote: no way of real safe thunderstorm yet, wait for advanced attack update, hopefully soon.

and exori max tera u can also setup in advanced attack right now, its really not that hard, no need macro for it.

no bro u not understand.
i need macro for hunt with thunderstorm rune, if any player apair on screen the bot stop Thunderstorm and use exori max frigo.


RE: MACROS !! REPUT FOR HELP - Catar - 02-10-2018

Nah, you don't understand, I told you, there is NO SAFE way of using any aoe runes right now. Because even without player on screen , he can get hit 1 or 2 sqm behind range of screen.

Exori frigo setup in advanced attack. Check my script for MS/ED if you still don't understand