azharfal1812 Posted December 16, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/02/14 Last Seen: February 6, 2015 Share 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 Link to comment Share on other sites More sharing options...
zackdreaver Posted December 16, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 156 Reputation: 62 Joined: 11/24/14 Last Seen: March 1, 2019 Share 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 Link to comment Share on other sites More sharing options...
Dev Blaze Posted December 16, 2014 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share 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 Link to comment Share on other sites More sharing options...
azharfal1812 Posted December 17, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/02/14 Last Seen: February 6, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
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 azharfal1812Link to comment
Share on other sites
3 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.