azharfal1812 Posted December 16, 2014 Posted December 16, 2014 (edited) Please help me, i want make neuralizer can reset skill point and stats point too when use it. And if someone know how to make item become non-dropable and non tradeable. Thx for help. Edited December 16, 2014 by azharfal1812 Quote
zackdreaver Posted December 16, 2014 Posted December 16, 2014 check here : \npc\other\CashShop_Functions.txt scroll down to "Neuralizer", then add this line below "resetskill;" resetstatus; then save. Quote
Dev Blaze Posted December 16, 2014 Posted December 16, 2014 (edited) Please help me, i want make neuralizer can reset skill point and stats point too when use it. And if someone know how to make item become non-dropable and non tradeable. Thx for help. This line "And if someone know how to make item become non-dropable and non tradeable."?? are you using pre-re db or re db??? use item_trade.txt // Item Trade Restrictions Database // Defines special trade rules for individual items. // // Structure of Database: // Item ID, TradeMask,Group Level Override // // Legend for 'TradeMask' field (bitmask): // 1 - item can't be dropped // 2 - item can't be traded (nor vended) // 4 - wedded partner can override restriction 2 // 8 - item can't be sold to npcs // 16 - item can't be placed in the cart // 32 - item can't be placed in the storage // 64 - item can't be placed in the guild storage // 128 - item can't be attached to mail // 256 - item can't be auctioned // // Example: // 1161,67,50 // Balmung cannot be dropped, traded, or placed in Guild Storage (1+2+64). // Only groups of group-level 50 and up can override this setting. Edited December 16, 2014 by D3vBlaze Quote
azharfal1812 Posted December 17, 2014 Author Posted December 17, 2014 check here : \npc\other\CashShop_Functions.txt scroll down to "Neuralizer", then add this line below "resetskill;" resetstatus; then save. Please help me, i want make neuralizer can reset skill point and stats point too when use it. And if someone know how to make item become non-dropable and non tradeable. Thx for help. This line "And if someone know how to make item become non-dropable and non tradeable."?? are you using pre-re db or re db??? use item_trade.txt // Item Trade Restrictions Database // Defines special trade rules for individual items. // // Structure of Database: // Item ID, TradeMask,Group Level Override // // Legend for 'TradeMask' field (bitmask): // 1 - item can't be dropped // 2 - item can't be traded (nor vended) // 4 - wedded partner can override restriction 2 // 8 - item can't be sold to npcs // 16 - item can't be placed in the cart // 32 - item can't be placed in the storage // 64 - item can't be placed in the guild storage // 128 - item can't be attached to mail // 256 - item can't be auctioned // // Example: // 1161,67,50 // Balmung cannot be dropped, traded, or placed in Guild Storage (1+2+64). // Only groups of group-level 50 and up can override this setting. Thx for help to you two, thank you so much. Quote
Question
azharfal1812
Please help me, i want make neuralizer can reset skill point and stats point too when use it.
And if someone know how to make item become non-dropable and non tradeable.
Thx for help.
Edited by azharfal18123 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.