Search found 2 matches

by GuteK
Wed Jun 06, 2007 2:43 pm
Forum: Source Code Requests
Topic: [REQ] summon gives EK
Replies: 15
Views: 4431

He asked for help so I gave him the code. I don't care what you think.
by GuteK
Sat Jun 02, 2007 4:11 pm
Forum: Source Code Requests
Topic: [REQ] summon gives EK
Replies: 15
Views: 4431

Search: if (cAttackerType == DEF_OWNERTYPE_PLAYER) {   switch (m_pNpcList[iNpcH]->m_sType) { Add: case 31:   m_pClientList[sAttackerH]->m_iEnemyKillCount += 10;   if (m_pClientList[sAttackerH]->m_iEnemyKillCount < -10000) m_pClientList[sAttackerH]->m_iEnemyKillCount = 0;   if (m_pClientList[sAttack...