Retrieving mob id for @mobinfo atcommand

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
I'm looking at ACMD(mobinfo) and I want to be able to get the actual mob ID.

I'm using the 'db/mob_avail.txt' file to create more monsters of an ID. My problem is monster->vd.class is showing the sprite ID, instead of the actual ID.

Example, in mob_avail.txt I have the following entry. When using monster->vd.class, it returns 1109 for both entries (when using @mobinfo Deviruchi)

Code:
2620,1109
I want to get the actual ID as I wish to exclude certain entries from showing in the @mobinfo search.

Thank you.

 
Last edited by a moderator:
Back
Top