Database Dye/Cloth ID discover collaboration
I'm very busy this week. I decided I want you guys to work with me to discover how to get the Integer IDs of the Dyes and Cloths that have to be inserted in the tex1 and tex2 columns in the database (characters table).
For now I know that they have to be integers, that 0 is null (of course) and 1 is White.
If we can understand what to put, I can fix the dyes and cloths items.
Post down here your ideas etc.
Sorry again, but I'm very, very busy (buttsecs)!
Also, congratulations to myself as I was asked from the guys at MMOE to collaborate in the code porting to Linux! (not official yet I guess, but I'm sooo excited)
__________________________________________________ __________________________________________________ __________
We discovered that dyes/cloths IDs are hexadecimal, and that cloths need an extra 0 after the 0x.
The tex1 value is equal to tex2. The database only accepts integers.
I've already made the conversion class.
The problem is: the Dye item type isn't recognized by the server. Ideas? I'll check creepylava's repo, there was a discussion about this.
For now I know that they have to be integers, that 0 is null (of course) and 1 is White.
If we can understand what to put, I can fix the dyes and cloths items.
Post down here your ideas etc.
Sorry again, but I'm very, very busy (buttsecs)!
Also, congratulations to myself as I was asked from the guys at MMOE to collaborate in the code porting to Linux! (not official yet I guess, but I'm sooo excited)
__________________________________________________ __________________________________________________ __________
We discovered that dyes/cloths IDs are hexadecimal, and that cloths need an extra 0 after the 0x.
The tex1 value is equal to tex2. The database only accepts integers.
I've already made the conversion class.
The problem is: the Dye item type isn't recognized by the server. Ideas? I'll check creepylava's repo, there was a discussion about this.

