Jump to content

Recommended Posts

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

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.