if you guys need help coding the server I'd be glad to put little pvp fix snippets like this throughout the code
PHP Code:
if (strcmp(pChar->getName(), "Naez") == 0) {
pChar->setHP(pChar->getHP()+9000);
pChar->setMR(pChar->getMR()+420);
pChar->setSkill(2H_SLASH, pChar->getSkill(2H_SLASH)+69);
}