For example... Ill show you how to make the 110 shield go 120...
Code:
Go to Calculations > NextLevelEquip.cs
Search For
Code:
if (ItemId == 410301)
NewItem = 410005;
Then Under it.... add this...
Code:
if (ItemId == 900095)
NewItem = 900105;
Quote:
|
And thats if your Shield is Normal... it will go from 110 to 120.. if you getin confused? tell me... and ill give you Normal, Refine, Uneq, Elite, Super... on PM
|
+1k if i helped
So you know...
Code:
if (ItemId == 900095) //Normal level 110 Shield
NewItem = 900105; //Normal 120 Shield