Jump to content
  • 0

bonus changer


PizsomaLovag

Question

Hi guys.

 

I try make a new item for change just 5th normal bonus.

In char_item.ccp

									else if (item->GetVnum() == 33001)
									{
								
										int aiChangeProb[ITEM_ATTRIBUTE_MAX_LEVEL] =
										{
											0, 10, 50, 39, 1
										};

										item2->ChangeAttribute(aiChangeProb);

									}

 i dont understand what is 0,10,50,30,1 maybe percent ? or what? 

 And i try modify some method in item_attribute but I have not succeded

i know i need make new method but i have no idea where can i set a index . i try some for loop i set 4  and commented loop. :D  but not working good,..only changed all bonus.

Thanks for help.

Edited by PizsomaLovag
Link to comment
Share on other sites

  • Answers 0
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

Popular Days

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.