[Release] NPCMOD Easy NPC Item Price PaymentDevice Editor

04/15/2014 19:44 [NoReason]#1
Hello Elitepveprs

Today i'll Release my Simple Program Named : NPCMOD

Features :

Edit NPC Item Price By ITEM Name Like ( ITEM_CH_SWORD_01_A )

you can change PaymentDevice Too All Payment Devices Included in The Program

Program Ver : 1.0

New Update Coming Soon :

MediaLines will be Inserted in txt file

Picture :
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Download From Attachments

password : [NoReason]

Virus Scan :

[Only registered and activated users can see links. Click Here To Register...]

Notice : Useless Comments Are Not Allowed

if you Have Good

suggestions Post it Here

Please Move it To Right Section!
04/15/2014 21:28 AceSpace#2
Sorry to tell you but this is kinda useless xD Changing item price is easy as fuck.
Code:
update _RefPricePolicyOfItem set PaymentDevice = 2, Cost = 500 where RefPackageItemCodeName = 'PACKAGE_%'
Just change the payment device and cost and replace % with the item codename which could be found in refobjcommon.

I have gone a little bit off topic. anyway this is the wrong section.
04/15/2014 21:53 [NoReason]#3
Quote:
Originally Posted by ˛˛Rock˛˛ View Post
Sorry to tell you but this is kinda useless xD Changing item price is easy as fuck.
Code:
update _RefPricePolicyOfItem set PaymentDevice = 2, Cost = 500 where RefPackageItemCodeName = 'PACKAGE_%'
Just change the payment device and cost and replace % with the item codename which could be found in refobjcommon.

I have gone a little bit off topic. anyway this is the wrong section.
do you know some peoples everyone calling them "NewBies" ?

This tool for newbies -.-

i said useless comments are not allowed are you blinded?

Quote:
Originally Posted by clericakar View Post
#approved
thanks :D
04/16/2014 01:24 PortalDark#4
even for newbies, the tool is too simple to be even useful
also, using a windows command rather than winforms would be better
#closed