HomeUseful information for Helbreath beginnersStatistics overviewSearchMemberlistGalleryRulesRegisterLog in

Post new topic   Reply to topic
 

 drop ropa con stats altos.

Go down 
2 posters
AuthorMessage
benja98


benja98

Silver
Earned after your first post and comment.

Likes : 0

drop ropa con stats altos. Empty
#1PostSubject: drop ropa con stats altos.   drop ropa con stats altos. 999106/11/2021, 6:04 am

Hola comunidad. Logre hacer que tiren mas ropa los npc , pero no tira con buenos stats. Cuales son las lineas que tengo que modificar para que tire ropa con stats altos? Saludos cheers
Back to top Go down
LifeX


LifeX

Diamond 1
Over 144 posts and comments.
High Engagement
Great Mentor
Great Contributions
10th Anniversary
Earned after being a member for 10 years.

Likes : 26

drop ropa con stats altos. Empty
#2PostSubject: Re: drop ropa con stats altos.   drop ropa con stats altos. 999106/22/2021, 9:26 am

Check here -> NpcDeadItemGenerator under 


Code:
if( (pItem->m_sItemEffectType == DEF_ITEMEFFECTTYPE_ATTACK)

You will need to learn and understand how to make the iDice drop which stats more often. Good Luck.

Example:

HGServer

Code:
iResult = iDice(1,10000);
if ((iResult >= 1) && (iResult <= 299))
{
   dwType = 6;  // 6 is Light
   cColor = 2;  // 2 is colour inside Client
}

Client

Code:
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB(70, 70, 80), &m_wWR[2], &m_wWG[2], &m_wWB[2]); // light-blue // Light

Good Luck
Back to top Go down
 
drop ropa con stats altos.
Back to top 
Page 1 of 1
 Similar topics
-
» Aumentar drop de ropa MR , DR , MA , PA , ETC.
» Aumentar drop rate
» Items stats calculator
» GUIAS CIRUJANO.(NO respondan dudas por privado)
» Cambiar el lvl max y los stats maximos

Permissions in this forum:You can reply to topics in this forum
Join Helbreath :: General :: Help Zone✅-
Post new topic   Reply to topicJump to: