How is the signature on items Encrypted?
How is the signature on items Encrypted?
If I modify an item on inventory, adding a signature, it will not appear exactly as I added it in sql.
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac
Client running on Windows 7 64-bit iMac
Re: How is the signature on items Encrypted?
Found the getSignature and setSignature functions in svn/ trunk/ src/ map/ items/ item.h... time to read up. If anyone know the answer and want to help a guy avoid some stress, I'll appreciate the reply. <3
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac
Client running on Windows 7 64-bit iMac
Re: How is the signature on items Encrypted?
Well, I did find out that the signature is being encrypted through a PackBits Length Encoding... however, I have no idea how to find the value that is stored in the database when my char signs an item... guess I'll have to try to syn something...
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac
Client running on Windows 7 64-bit iMac
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: How is the signature on items Encrypted?
It would probably save you a lot of stress to hijack the existing functions into a new lua binding and call it from a script or GM command than try to do the query by hand.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: How is the signature on items Encrypted?
At least last night, those crystals seem to be crashing game-serverazafaraht wrote:Well, I did find out that the signature is being encrypted through a PackBits Length Encoding... however, I have no idea how to find the value that is stored in the database when my char signs an item... guess I'll have to try to syn something...
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
Re: How is the signature on items Encrypted?
I ran the server from debug in Vis Studio, and kept getting out of range errors. Apparently the for loop that reads the player's name is going 1 too far. Fix that and new errors come along to crash you.
Re: How is the signature on items Encrypted?
Thanks everyone for your time. Ended up just giving myself the HQ crystals and checking the output... Will try next bluekirby0's suggestion.
Server running on Ubuntu 12.04 Server 64-bit on VirtualBox
Client running on Windows 7 64-bit iMac
Client running on Windows 7 64-bit iMac
Re: How is the signature on items Encrypted?
So signing works now? what item are you making? not too long ago I was trying to do the "classic cheesey" thing and make a truelove chocolate signed with my characters name.. couldn't get it to work :<
Guess I'll test it again. are there any requirements i have to meet like a certain crafting skill level? or can I just do it with an HQ crystal?
Edit: tested again, it appears the problem is that the true/love chocolates don't have the INSCRIBABLE flag set.
Guess I'll test it again. are there any requirements i have to meet like a certain crafting skill level? or can I just do it with an HQ crystal?
Edit: tested again, it appears the problem is that the true/love chocolates don't have the INSCRIBABLE flag set.
Last edited by BeLe on Wed Jan 16, 2013 8:44 am, edited 1 time in total.
Re: How is the signature on items Encrypted?
"The High Quality Crystal will add your name at the bottom of the little display window of the item you make." ©
http://wiki.ffxiclopedia.org/wiki/High_Quality_Crystals
http://wiki.ffxiclopedia.org/wiki/High_Quality_Crystals