Data Build

07/01/2014 17:11 Cosmin1000#1
Hello! :)

I'am new here and i have a question :)

1. When i build data.saf and data.sah need Encrypt or Decrypt item.sdata , monster.sdata , NpcQuest.sdata , skill.sdata ?

2. What file need encrypt / decrypt ?

:handsdown: :handsdown:
07/01/2014 18:47 Blober#2
All datas must be encrypted exept Item.sdata and Cash.sdata
07/01/2014 19:06 nubness#3
Quote:
Originally Posted by Blober View Post
All datas must be encrypted exept Item.sdata and Cash.sdata
Actually, all .SData files must be encrypted.
07/02/2014 05:54 beetols#4
Quote:
Originally Posted by nubness View Post
Actually, all .SData files must be encrypted.
This is a very mysterious, i need to update the item.sdata, npc.sdata and cash.sdata without encrypt them or I get DC.

All the other .sdata need to be encrypt for me, so can be that he found a way for read them if are decrypt, but of course will be better if u can encrypt all files and make it work properly.
07/02/2014 12:01 nubness#5
I repeat, they all MUST be encrypted. Making your client read decrypted .SData files is not something most people can do, so you probably just missed something.
07/02/2014 13:08 Cosmin1000#6
I encrypted all .Sdata , i build data.saf and data.sah , i replace in client i log in game and i have this error

[Only registered and activated users can see links. Click Here To Register...]
07/02/2014 13:56 nubness#7
Do you know how to distinguish between encrypted and decrypted .SData files ?
07/02/2014 14:56 Cosmin1000#8
sincerely no , but i here to learn
07/02/2014 16:33 nubness#9
That's ok, most people don't know this simple thing. Open the .SData file in a hex editor. If the first 40 bytes in ASCII are just numbers, and the rest is simply bytes you don't understand, then your file is encrypted. However, if you see plain text, names of items, skills and so on, then it's obviously decrypted.
07/02/2014 21:35 Cosmin1000#10
ok all my .Sdata files ( KillStatus, Skill, DualLayerClothes, Item, SetItem, Monster, MonsterEx, NpcSkill, GuildHouse, NpcQuest, PriestTalk, Cash ) have numbers in the first 40 bytes idk all is decrypted.
07/02/2014 21:44 nubness#11
Seriously people, whenever you find a word you don't understand, google it up and read about it until it finally hits you. You have no idea of what encryption means, yet you're trying to distinguish between encrypted and decrypted files.