Quote:
Originally Posted by .Arco
Hmm I don't think anyone has released that yet.
Makes me wanna work on it, if I do it I will release it.
|
hm. so lets say u r gonna do it? +k for ya ;)
@mAr1u$
credits to hanibal
In NPCDialog.cs go to Market High Upgrade or whatever you called it in your source and below
Code:
if (GC.MyChar.Level >= NewLevel)
add this
Code:
if (NewLevel != 0 && NewLevel <= 130 && PrevLevel < 135)
or simply go there
[Only registered and activated users can see links. Click Here To Register...]
#Edit
a lil question for .Arco reflect is not working in my Server and another Big Problem here any char can use PM Commands how to fix this ?