debug mode: selecting enemies?

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

debug mode: selecting enemies?

#1 Post by lukep »

Is there an easy way to select an enemy for the debug console?
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

Graziel
Wyrmic
Posts: 234
Joined: Wed Sep 15, 2010 10:32 am

Re: debug mode: selecting enemies?

#2 Post by Graziel »

probably easiest way is to get it UID from tooltip ie 4089 and then in console

Code: Select all

mob = __uids[4089]
You are likely to be eaten by a grue

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: debug mode: selecting enemies?

#3 Post by lukep »

Thanks, works perfectly.
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

Post Reply