Full Version : Help with basecreature.cs mod
xmlspawner >>XMLSpawner - How do I? >>Help with basecreature.cs mod


<< Prev | Next >>

mojo- 03-30-2010
The install instructions for xmlspawner 2 ask that you change:

Titles.AwardKarma( ds.m_Mobile, totalKarma, true );

to

Titles.AwardKarma( ds.m_Mobile, totalKarma, true );
// modification to support XmlQuest Killtasks
XmlQuest.RegisterKill( this, ds.m_Mobile);

However and I'm assuming it has something to do with Mondain Legacy, but not sure.. anyways what I have in my basecreature.cs is:

Titles.AwardKarma(titles[i], karma[i], true);

what would i change here to get quests with KILL and KILLNAMED to work?

Nevermind , the problem i was having was due to a custom BaseCreature.cs that came with Callandor2k's Mondain Legacy SVN.

Now using and older version.... problem solved.