[code] Hero Ek & Contribution Change

Submit your code requests, and if you are good at coding come help others with their requests.
Post Reply
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

Hello i want to change the Heros EKs and Contributions from HGServer side and i found two things where i can change the EKs & Contributions but i dunno which one is it here they are:

First i found this searching for Hero and i got into this:

Code: Select all

	// Hero Helm
	case 403: //Aresden HeroHelm(M)
	case 404: //Aresden HeroHelm(W)
	case 405: //Elvine HeroHelm(M)
	case 406: //Elvine HeroHelm(W)
  if(m_pClientList[iClientH]->m_iEnemyKillCount < 150) return; 
  m_pClientList[iClientH]->m_iEnemyKillCount -= 150; 
  if(m_pClientList[iClientH]->m_iContribution < 20) return; 
  m_pClientList[iClientH]->m_iContribution -= 20; 
  break;
Second i search for HeroItemChecker and i got into this:

Code: Select all

	// eHeroHelm
	case 403: // aHeroHelm(M)
	case 404: // aHeroHelm(W)
  if (sEnemyKill != 0) sEnemyKill = 150; 
  if (cContribution != 0) cContribution = 20; 
  if (cSide != 0) cSide = 1; 
  break;
	case 405: // aHeroHelm(M)
	case 406: // aHeroHelm(W)
  if (sEnemyKill != 0) sEnemyKill = 150; 
  if (cContribution != 0) cContribution = 20; 
  if (cSide != 0) cSide = 2; 
  break;
Which one is the right one to change the EKs and Contributions
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

Both must be change but you need to do it in client too.
if you change server and not client you still get client items.
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

Tafka12 wrote: Both must be change but you need to do it in client too.
if you change server and not client you still get client items.
Yeah thanks but i knowed about Client two :rolleyes:
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
Post Reply