OK heres my new question ..

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

User avatar
Choakster
the antichrist
Posts: 124
Joined: Sat Aug 23, 2003 1:16 pm

OK heres my new question ..

Post by Choakster » Tue Aug 26, 2003 4:41 pm

Is it possible to see what is on a spawn in a zone for instance if i want to see if a Valorium Guardian has any hero parts on him or perhaps if he has a spectral parchement on him and if so how would i set it up ....

dawnoffatex
a lesser mummy
a lesser mummy
Posts: 41
Joined: Sun Aug 10, 2003 8:24 pm

Post by dawnoffatex » Tue Aug 26, 2003 4:49 pm

prettty sure the only thing you can see is what they are holding, as these are the only things that are broadcasted client side. Correct me if im wrong~

Consilium
Contributing Member
Contributing Member
Posts: 100
Joined: Wed Oct 02, 2002 10:42 pm

Post by Consilium » Tue Aug 26, 2003 5:02 pm

This is what im told also. But what is broadcast is the model of the weapon of what they are holding so then from the spawn you can deduce what that model is.

Also with certain mobs if they are or are not holding a specific weapon you can figure out the other items for example if the Servitor of Luclin in Grieg's isn't holding a dagger model then likely he will drop his better loot the masks and he often drops them in twos. A friend pointed this out to me.
-SH
+Student
digitalsavior.com

Zeus
a hill giant
a hill giant
Posts: 180
Joined: Wed Feb 19, 2003 10:03 am
Contact:

Post by Zeus » Tue Aug 26, 2003 10:07 pm

You can make an educated guess out of past experience, but that doesn't means the client gets that info. You infer what it's dropping by logic that's all and you can do that with a lot of mobs that only have 2 loots and one of them is a weapon

Consilium
Contributing Member
Contributing Member
Posts: 100
Joined: Wed Oct 02, 2002 10:42 pm

what I said

Post by Consilium » Tue Aug 26, 2003 10:40 pm

Aye thats what I stated... perhaps it wasnt clear let me make it clear:

You can see what model weapon or item they are holding if it would normally be visible but some high end models look the same as some low end models so it never really tells you what they have just that its a FS sword model...for example.

A whip model could be any number of things.

You just have to use a spoilor site or prior knowledge to then take this info and use it to predict the items dropped.

But no it wont tell you exactly what they are dropping or oeven exactly what they are holding.
-SH
+Student
digitalsavior.com

Shin Noir
a ghoul
a ghoul
Posts: 90
Joined: Tue Aug 05, 2003 8:18 pm

Post by Shin Noir » Wed Aug 27, 2003 3:04 pm

You can see visible junk on a NPC.. Here's an example /echo you could do while a mob is selected.


/echo $spawn($target(id),held,primary)


This will echo whatever the targetted spawn (npc), has held on his right hand. If you know their NPC ID beforehand you can just enter it in like so

/echo $spawn(2321,held,secondary)

to get the same type of results.

The Readme.html covers this area pretty well, and gives you a list of all flags MQ can detect from packets.