Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to gather the name of a certain creature ID
#1
Is there how to get the name of certain creature ID?

THere is how to get the ID of certain name, and the ID of attacking/following, but do I get the name of certain ID?

--

I need to make a macro that gets the name of who passes on my screen, any ideas?
Reply
#2
bbot saving it and sending to attacker but about macro I guess isn't possible.
Depend what u wanna do there is 1 way like check creature by range and check if it is npc or mob of no so macro can start do something.
Reply
#3
I see... ty
Reply
#4
Everything u can do is on THIS page
There is no command that would return string value, meaning name of creature,
but u can check if the ID of creature has the name taht u put in list.
For example

Creature.NameIn(123456, Demon, Dragon Lord, Hellhound, etc....)
It will return value 1, if the ID is one of listed creatures. and 0 if not

I used this command to make my utito tempo macro on my EK, to use it only when fighting certain kind of monster
example:

Code:
target:=Creature.Attacking()
Self.Attacking()==1
Self.Mana>=640
Creature.NameIn(!target!, Hellhound)==1
Creature.Health(!target!)>=35
Self.Say(utito tempo)
exit()

________________________________________


Quote:I need to make a macro that gets the name of who passes on my screen, any ideas?
U can setup bot to make screenshot every time some1 passes by
(its in protector)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)