Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Massive Fire elemental = Fire elemental
#1
Windows Version: 7
Firewall Version: not important
Antivirus Version: not important
Script Used: Advanced attack with safe mas san (see below)
How to reproduce the bug: I have setup advanced attack to use macro below only on normal Fire Elementals when their number higher than 3.

(I have place, where on Z = 11 are fire elementals and on Z = 10 are some Massive FE that are risky to clear with aoe spell, due to the stairs nearby - som1 may skull me- ,
one of my macros (also see below) turns Killer ON when on Z=10, but its off on Z=11, unless he gets stucked on fire elementalls, then killer turns on to clear them)

But bot also uses mas san on Massive Fire Elementals which I dont want him to do.



   

Code:
Self.Mana>=160
Self.Attacking()==1
Creatures.PlayersOnRange(5)==01
Self.Say(exevo mas san)

Code:
z:=Self.Z()
fem:=Creatures.ByRangeName(5, Fire Elemental)
ilem:=Creatures.ByRange(5)
!z!<>11 [poziom]
VarSub(ilem, !fem!)
!ilem!>=2 [zabij]
Killer.Start()
exit()
{zabij}
Killer.Stop()
exit()
{poziom}
!fem!>=6 [zabij2]
Killer.Start()
exit()
{zabij2}
Killer.Stop()
exit()



Edit:
Right now im trying to reproduce that again.
And somehow it doesn't use mas san anymore,

Edit2: Ok that was my mistake, I forgot that I had one extra macro on AUTO that should use mas san
in case of trapped when going back for refill (because killer is off while doing refill)
it somehow met all requirements to use the spell where it shouldn't have
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)