Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help in fev Things
#1
Hello im trying to do super easy script for 300++ magge Wild life west raid Oramond glooth factory.
I cant fidn decent tuorial explaining how to set targeting with avalanche for that place so bbot doesnt kill my character.
I need Perfect ava shooter when monster more than 3 (in centra not all over map )
Exevo gran mas vis when no player
Exevo gran mas flam when no player
And tyargetting so bot doesnt get stuck as if Elder wyrm is priority and its behind group of monsters bot simply waits and gets killed by other mobs.
Can someone explain how to set it up
Im not talking here about retarded script with sd shooter on dls darashia, im talking here about advanced targeting for 300+ mage on spawn where combo damage can smash 500 mage if he gets traped or stand.
And targeting in bbot is primitive
Reply
#2

I hope i helped u a bit Tongue
Reply
#3
Ye, he kinda said, that he wants to use ava in centre, probably around him. So I would use simple area spell for it, with 3 sqm range? Or whatever ava range is and macro shoot on self without players nearby.

For other attacks, like UE you can check my scripts. Link in signature.


Anyway, nice vid zarize
Reply
#4
Thanks helped me alot
Reply
#5
(02-21-2017, 01:31 PM)damianek Wrote: Hello im trying to do super easy script for 300++ magge Wild life west raid Oramond glooth factory.
I cant fidn decent tuorial explaining how to set targeting with avalanche for that place so bbot doesnt kill my character.
I need Perfect ava shooter when monster more than 3 (in centra not all over map )
Exevo gran mas vis when no player
Exevo gran mas flam when no player
And tyargetting so bot doesnt get stuck as if Elder wyrm is priority and its behind group of monsters bot simply waits and gets killed by other mobs.
Can someone explain how to set it up
Im not talking here about retarded script with sd shooter on dls darashia, im talking here about advanced targeting for 300+ mage on spawn where combo damage can smash 500 mage if he gets traped or stand.
And targeting in bbot is primitive

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

300 {safe thunder} rdm:=Misc.Random(12, 16) self:=Creature.self() IDRUNE:=3202 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.ByRange(3)>=3 Creatures.PlayersOnRange(5)==01 Creature.ShootOn(!self!, !IDRUNE!) Exit()

3202 is thunderstorm - you can change ID for avalanche or other rune

100 {Manas jak gracz} SelfID:=Creature.Self() Creatures.PlayersOnRange(5)==02 Self.Attacking()==1 Self.Mana%()<=90 Creature.ShootOn(!SelfID!, 23373)

23373 is ID of ultimate mana potion <- you can change it also for other kinds of potions (it's just for stop using thunderstorm rune when player will enter rune using area, cause sometimes bbot will not break enough fast using thunder and when someone will dash from stack into area you can hit him <- this macro is spamming potion when someone enter rune using area and you don't have full mana [90%] - it's breaking rune using)

10 {Ueflam} Self.Mana>=1500 Self.Attacking==01 Creatures.ByRange(3)>=6 Creatures.PlayersOnRange(6)<=1 Self.Say(exevo gran mas flam)

10 {Uevis} Self.Mana>=1500 Self.Attacking==01 Creatures.ByRange(3)>=6 Creatures.PlayersOnRange(6)<=1 Self.Say(exevo gran mas vis)

100 {ANTYRS} Status.PZBlock()==1 Killer.Stop() Self.Stop() Cavebot.Stop()


For looring - use macro from catar scripts or NoKill (On/Off) points in cavebot (it's pause of targetting - when you get trapped it will start attacking monster to get out from trap - also you can set time in what bbot will start attacking monster in trap - Variable name is BBot.Cavebot.NoKillMaxStandTime )
Reply
#6
I don't recommend using auto macros for attacking spells, advanced attack with manual macro as adjustments is much safer
Reply
#7
(02-21-2017, 08:38 PM)zarize Wrote:
I hope i helped u a bit Tongue


On hexera.net using Magebot Dash i can easy dash into screen and with this macro's character will shoot me from thunderstorm easy (Cause bbot will not try to break using rune - he will just stop using rune without stopping last use, like press Esc)

That's why i'm always putting in scripts like that this macro for break using rune;

100 {Mana Potion ifPlayer} SelfID:=Creature.Self() Creatures.PlayersOnRange(5)==02 Self.Attacking()==1 Self.Mana%()<=90 Creature.ShootOn(!SelfID!, 23373)

Ofcourse it's good to use human timer also cause if your character will reach 90%+ mana it will be not used and than someone can try to dash into area again. It will be not possible when your character will wait a while when someone will get out of screen.

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

300 {safe thunder} rdm:=Misc.Random(12, 16) self:=Creature.self() IDRUNE:=3202 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.ByRange(3)>=3 Creatures.PlayersOnRange(5)==01 Creature.ShootOn(!self!, !IDRUNE!) Exit()

(it's using rune on self, cause i was using it by high levels with looring monsters on character, like Elite Knight)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)