View Single Post
Old 04-09-2008, 02:09 PM   #9 (permalink)
Johabius
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

Yeah, I'm going to definitely check all the loot before implementing these guys. As for always being red, check the mobiles for something along the lines of always murderer = true
I haven't really taken a good look at this yet either.

I found the part that you need to change

In the vendors section, if you don't want them red change the true in these lines:
Code:
public override bool AlwaysMurderer { get { return true; } }
to false and you should be good to go.
__________________
In some cases stupid makes you win-Radwen

Last edited by Johabius; 04-09-2008 at 02:19 PM.
Johabius is offline   Reply With Quote