[Help] About Artisan NPC

08/23/2009 19:08 ZkiNeF#1
I have a few items 130, including one believed me. How do I upload to the Artisan any item to another level?

Likewise, shields from 110 to 120?
08/23/2009 19:16 1supertao#2
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
08/23/2009 20:05 parkiet6#3
lol
08/23/2009 20:13 xellios#4
4,294,967,294 in 4,294,967,294 Posts <<< this is obvious not a bug more an exploit ?..
08/23/2009 20:17 1supertao#5
Nah,, its a bug.. i think... cause everything upgrades accept for Ninja armor and veil.. but also some other items.. in the 120.. mines all fixed.. i can release all the ninja armor's level upgrade .. if u want...
08/23/2009 20:28 rubenz#6
ehh ask arco i have it somewhere but yet you just got to add a few things and not item ids im pretty sure its in equipmaxlevel .. check that place out change the maxlevel to 130
08/23/2009 20:37 1supertao#7
u can do the ID thing to.
08/23/2009 21:43 xellios#8
Actually im talking about his thanked post shitz
08/24/2009 03:20 ZkiNeF#9
@1supertao:
Thkx really help me.
08/24/2009 03:42 1supertao#10
Np.. bro