Quote:
Originally Posted by Dr.Abdelfattah
u need to search for a guides and i will gives u a small explain about lucky powder
you may need to find out lucky powder (lv 11 powder for example) at refobjcommon and add a new one as lvl 12 with the same success data (params) of lvl 11 powder
you will also find guides how to add it to any NPC u need and so on .
|
Nothing special but I found some ppl need it, and this is my first release
1- Extract first those 4 files from your media.pk2 (refpackageitem.txt , refpricepolicyofitem.txt , refscrapofpackageitem.txt , refshopgoods.txt)
2- in your DB, you need to edit :
dbo.RefPackgeItem
PHP Code:
1 15 yourDBID PACKAGE_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 0 EXPAND_TERM_ALL SN_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 SN_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12_TT_DESC itemetcarchemy_reinforce_prob_up_a.ddj -1 XXX -1 xxx -1 xxx -1 xxx
dbo.RefPricePolicyOfItem
PHP Code:
1 15 PACKAGE_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 1 0 77438 -1 xxx -1 xxx -1 xxx -1 xxx
dbo.RefScrapOfPackageItem
PHP Code:
1 15 PACKAGE_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 xxx -1 xxx -1 xxx -1 xxx yourDBID
dbo.RefShopGoods (Which NPC you want the Lucky Powder D12 to be added), in this example I chose NPC Grocery Alex
PHP Code:
1 15 STORE_SD_ACCESSORY_EU_TAB3 PACKAGE_ITEM_ETC_ARCHEMY_REINFORCE_PROB_UP_A_12 19 -1 xxx -1 xxx -1 xxx -1 xxx
- After you add this rows to your DB, do the same to the files you extracted from your media.
This Correct?? Or No?