Exp Booster
#1

hello, copy a seed of experience and will not put. It gives the experience and not removed by killing a monster. Someone would know why?

 

Sorry for my english

#2
Maybe you have a fallen channel?

#3
No, all perfect

#4
they do not work because its ID should work together with the GameServer

#5

maximus is right.

Its an Hardcoded item in the GameServer so you wont be able to copy it nor to change the ID.

#6
Well Ok thx

#7
GoodLuck with HxD !!!

#8
What was the ID of the Item u want to copy? i think it was something with 88x but im not sure^^

#9

What was the ID of the Item u want to copy? i think it was something with 88x but im not sure^^

882/6094

#10

if( add_exp > 0 && m_pOwner->m_assist.m_avAddition.hcPetExpBoost == true )

{

m_pOwner->m_assist.CureByItemIndex(7344);

add_exp = 4 * add_exp;

}

if( m_pOwner->m_assist.m_avAddition.hcCashPetExpUp_2358 == true )

add_exp = 2 * add_exp;

else if( m_pOwner->m_assist.m_avAddition.hcCashPetExpUp_2359 == true )

add_exp = 3 * add_exp;

 

here is the code from function



Forum Jump:


Users browsing this thread: 1 Guest(s)