Search found 1 match

by Urzah
Thu Dec 12, 2013 12:02 pm
Forum: Server Setup & Guides
Topic: All mobs drop gil
Replies: 4
Views: 4269

All mobs drop gil

Hello I've been trying to make all mobs drop gil, i noticed that to do so, you probably have to edit ai/ai_mob_dummy.cpp By default, i Have this: //check for gil (beastmen drop gil, some NMs drop gil) if(m_PMob->CanDropGil()) { charutils::DistributeGil(PChar, m_PMob); // TODO: REALISATION MUST BE IN...