Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Item use on monster X times?
#1
Hello i need scrypt to use item XYZ on 4 diffrence monsters with this same name then continue waypoints. Is that real? Or its too hard macro? If u know, please help me Wink
Reply
#2
Those monsters whole time stay in same place ?
Reply
#3
Nope, they running on small spot.
Edit: I need to check ID this monster to macro, but how to check this?
Reply
#4
u must to specify your request better.
Reply
#5
I want to do that script:
Wpt1
Wpt2
Wpt3
Wpt4
Etc...
Wpt10- From this waypoint character enter to place where is monsters what i need to use on them item. 4 Times on 4 monsters with this same name.
Wpt15- Leave spot because i got 4/4, if not just make again waypoint from 10.
Etc...

(Monsters dont stay, they running away from me)
Reply
#6
the item changing ID after 4 uses?

ItemID=XXXX
id:=Creature.ByName(creature name)
Creatures.ByName(creature name)>=1 [catch]
{catch}
Cavebot.Stop()
Creature.Follow(!id!)
Creature.ShootOn(!id!, !ItemID!)
Cavebot.Start()

in Repenters task hellgate I created that macro.
but I deleted that script cuz it's useless now so I can't remember more about that.
Automatic or manually I can't say also witch one worked good.
So u must to test them by urself

ItemID=XXXX
id:=Creature.ByName(creature name)
Creatures.ByName(creature name)>=1 [catch]
{catch}
Creature.Follow(!id!)
Creature.ShootOn(!id!, !ItemID!)

to create fully worked repenters task script I wasted around 100h in scripting ( 4 weeks )
when I done it they incrased rewards LOL Big Grin

if u wanna do that script I got some base about that
mushroom , fire , watering missions done.
in magic I got 1 versions where u must to trap 4 colors in 1 place
Reply
#7
Haha, i want this to OTS. But i remember this hellgate, i was bought premium scroll only for hellgate account. I done scripts and on the next day they change it...
Anyway i will try this macro soon, thanks again Wink
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)