i want to make my skill books 0 for free.. but when i do that, people can abuse because when they buy book its 0 als but when they sell it to npc it has price... how can i make 0 als the selling price of the books?? please help me.
Printable View
i want to make my skill books 0 for free.. but when i do that, people can abuse because when they buy book its 0 als but when they sell it to npc it has price... how can i make 0 als the selling price of the books?? please help me.
skill.scp
see a red
Code:[SkillOrder] SkillIdx Rank RankPoint SkillLv MaxSkillLv ExcSkillIdx ReqSkillIdx ReqSkillLv PriceTrain PriceUnTrain TrainType StyleMastery
Look in item.scp the table PriceSell.
should be this.
:thumbup:
As GODSKIN said, on server side, the buying price is on the collumn PriceTrain in the file skill.scp.
And the selling price is on item.scp on the collumn PriceSell.
However, do not forget to edit the client side too.Code:[Item] Type PriceSell Width Height Opt2/STRLmt1 DEXLmt1/Opt2Val INTLmt1/Opt3 Opt3Val/STRLmt2 DEXLmt2/Opt4 INTLmt2/Opt4Val AttckRate/Opt1 DefenRate/Opt1Val/PhyAttMax Defense/LEVLmt/MagAttVal ValueLv MaxCore dSTR1 dDEX1 dINT1 dSTR2 dDEX2 dINT2 LimitLv LimitClass LimitReputation Grade EnchantCodeLnk Property PeriodType PeriodUse FixType Price2 UniqueGrade MaxReputation
There are the 2 files you need to edit:
For buying price: cabal.enc.
Go directly to skill_order and edit train_price
For selling price: item.enc.
As shown in the picture:
http://prntscr.com/38gh1q
or you can use the templates: http://forum.ragezone.com/f459/sweet...cripts-980381/
Credits to Disconnect1.
templates ftw ;)
But that way is not that difficult, all you need is to know the price in inverted hex, I call it xeh xD
I remember they got deleted because the original poster asked for it :(
thank you guys it really helped.