Jump to content
  • 0

Help me how to make neuralizer can reset stats point and skill point?


azharfal1812

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  12/02/14
  • Last Seen:  

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 azharfal1812
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  156
  • Reputation:   62
  • Joined:  11/24/14
  • Last Seen:  

check here :

\npc\other\CashShop_Functions.txt

scroll down to "Neuralizer", then add this line below "resetskill;"

 

resetstatus;

 

then save.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

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 by D3vBlaze
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  12/02/14
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...