View Single Post
  #4  
Old 04-02-2011, 04:46 PM
naez naez is offline
Banned


Join Date: Mar 2011
Location: s0cal
Posts: 629
Send a message via ICQ to naez Send a message via AIM to naez Send a message via MSN to naez Send a message via Yahoo to naez
Default

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_SLASHpChar->getSkill(2H_SLASH)+69);