Jump to content
  • 0
Sign in to follow this  
mybitch

Change_Slot/Name Item

Question

Read carefully

 

I'm using a very very very old SVN. Didn't update the latest revision because of some conflicts in pre-renewal. With it, this item posted below

 

 

12786,Change_Slot_Card,Character Position Change Coupon,2,,,,,,,,0xFFFFFFFF,7,2,,,,,,{ set SlotChange, SlotChange + 1; },{},{}12790,Change_Name_Card,Name Change Coupon,2,,,,,,,,0xFFFFFFFF,7,2,,,,,,{ set CharRename, CharRename + 1; },{},{}

 

I have this update https://github.com/HerculesWS/Hercules/commit/889a866e92a6c50f8a085e9c99001a9373830f44 already but after using the item it just updates my global_reg_value doesn't update the value in char sql .. the "rename" and "slotchange"

 

How to fix it? Thanks!

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I don't know if it was after that commit, but check you have these entries in db/const.txt (the 2 latter ones are the ones you want to see there):

killerrid 121 1killedrid 122 1SlotChange 123 1CharRename 124 1
 

I believe they are mostly responsible of making those changes be saved on the char table instead of the global_reg_value one.

 

If they aren't on that table, try putting them yourself. If they're already there I don't know what's missing then.

Share this post


Link to post
Share on other sites
  • 0

 

I don't know if it was after that commit, but check you have these entries in db/const.txt (the 2 latter ones are the ones you want to see there):

killerrid 121 1killedrid 122 1SlotChange 123 1CharRename 124 1
 

I believe they are mostly responsible of making those changes be saved on the char table instead of the global_reg_value one.

 

If they aren't on that table, try putting them yourself. If they're already there I don't know what's missing then.

 

Found it and needs to add the sp_ inputs in src code. Didn't try to recompile it yet. Later though!

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.