Quote:
Originally Posted by dreamerdd
ok thhanks for script earlier for the hotkey thing.works great.
Still looking at this skills things . k i got all my skill for my healer-i know what they are when i compare then in game -
but still having problems when i go to use hex.
I see the letters on the right of the numbers .
what i see in in letters using -unfiltered indrop down box
.ng....H...c Ma ch..... there are other letters but what do i go from here not much to use.
chilling at ̣̀̃̀957 355 looking at witch blade o.O
|
The list on the right is ascii view. Since some of those VN chars are not ascii they will not be visible. If you go into the hex view (the one on the left), those "blank" characters take up 2 bytes. ie: 3F 1A = some VN letter.
All you really need to concern yourself is where the text begins, and where it ends. click at the start of the text in the ascii view, type in the skill name and if their is any remaining VN characters you just fill them in with 00's in the hex view.
I hope I didn't confuse you, it's actually really simple -.-