EDIT: Figured out my original help request but have a new one.
So I'm adding 130+ items to my server and I do not want them to be able to use the npc that upgrades to do past the original gear because these items are class specific they may not get the boots/ring/neckie etc for their class, is there anyway of making it so that npc (the one that ups high level gear with dbs) only do to 130?
Thanks
Edit#2
would adding this work
if (NewLevel != 0 && NewLevel <= 137 && PrevLevel < 130)
or something like that.
Edit#3
To answer my own question, yes it would.






