Search found 3 matches

by Pericolo
Thu Apr 27, 2017 7:34 am
Forum: General Help (098)
Topic: Journal customization - How To
Replies: 4
Views: 8360

Re: Journal customization - How To

Yep sorry guys, you are right! The problem was that I was writing the "name" field of the 0xAE packet with GetUnicodeString, but it is not treated as a unicode string by the client. All you have to do is use this: packet.SetString(18, name, 1); Where name is the var where I've previously s...
by Pericolo
Sun Apr 23, 2017 2:25 am
Forum: General Help (098)
Topic: Journal customization - How To
Replies: 4
Views: 8360

Re: Journal customization - How To

My bad guys, I was reading and writing "Name" field as a unicode string (also with wrong offset), but it is not. Now it is working!
by Pericolo
Sat Apr 22, 2017 1:01 am
Forum: General Help (098)
Topic: Journal customization - How To
Replies: 4
Views: 8360

Journal customization - How To

Hi there guys, I want to apologize for my english that could be not that good, and also if it is the wrong section to write. I'm working on a highly customized shard based on pol 098, and I would like to make some changes on the journal behavior. In this shard the character name attribute is actuall...