A little problem, any expert?

02/20/2014 06:24 -xHunter#1
I'm starting to work on a clean database 11D, so I can learn coding while creating a good database that I can enjoy. so I started off trying to learn by inserting the 600% gm speed into my database. However I'm almost finished with it 80%. I'm just facing a little problem, everytime I login I crash, I got everything else fixed and good.

I'm using this guide to guide me through it, though I'm stuck cuz I crash.

I'm using this client right now, doing the edits on it. [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

If you don't want to open the link and see it, here I'll put the skilleffect codes. I'm sure 100% I'm crashing because of it.
Code:
1	태풍의 단약	SKILL_SPEEDGM_01	0	FALSE	0	DEFAULT	none	none	none	none	none	none	none	none	0	0,0,0,0	ONE	mirage_texture_lightning.ddj	none	none	none	none	none	none	0	1
Code:
태풍의 단약	SKILL_SPEEDGM_01	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	lightning_gyeonggong_keep_b.efp	none	0,0,0	none	0,0,0	none	0	none	none	none
Please no harsh comment's, this might be easy for you if you have past Coding experiences.
02/20/2014 10:15 Dracula Untold#2
i think no one can tell u 100% where is the problem !
02/20/2014 13:38 Snow*#3
Then don't add the Skilleffect code and see if the client will start. In case you don't know, the client wont crash from the skilleffect (atleast that's what I know). So add the skilldata%enc.txt and see if the client start if so you have no problem and don't forget the itemdata%.txt
02/20/2014 16:21 -xHunter#4
Quote:
Originally Posted by SnowStorm1 View Post
Then don't add the Skilleffect code and see if the client will start. In case you don't know, the client wont crash from the skilleffect (atleast that's what I know). So add the skilldata%enc.txt and see if the client start if so you have no problem and don't forget the itemdata%.txt
I've done everything you said, but I still crashed. Any other solution or does anyone else that has edited this speed into his/her server know's a solution for it?
02/20/2014 16:51 Qynchou#5
When does it crash?
Whats in the dump file?
02/20/2014 17:16 -xHunter#6
Everything is fine outside, but when I press play on my char and the loading is finished I crash.

Here's a link for the dump file.
[Only registered and activated users can see links. Click Here To Register...]
02/20/2014 18:17 Anonymous-6723#7
If it's crashing on character loading it's the skills, probably wrong crypter or something that corrupts the encrypted skilldata files :)
02/20/2014 19:12 Qynchou#8
Quote:
Originally Posted by Zed* View Post
If it's crashing on character loading it's the skills, probably wrong crypter or something that corrupts the encrypted skilldata files :)
If it were corrupted data files his client wouldnt load.

Most likely broken skilleffect lines.

Remove the lines from skilleffect, make a new char, use the skill and see if you crash.

edit: judging by the dump id say its actually skilldata files, nevermind what I said before
02/20/2014 19:41 -xHunter#9
Quote:
Originally Posted by Qynchou View Post
If it were corrupted data files his client wouldnt load.

Most likely broken skilleffect lines.

Remove the lines from skilleffect, make a new char, use the skill and see if you crash.

edit: judging by the dump id say its actually skilldata files, nevermind what I said before
Ah Thanks guys for the fast response. I don't have any idea how to edit the skilldata enc, and I'm not going to ask you for it. That would be begging. Thank you guys :D
02/21/2014 03:46 Snow*#10
Those damn chines letters are boring... Remove them by hex editor > save > add your line > add the chines line with hex editor again.

That's how I edit it. But you don't have to do that in BR files.
02/21/2014 04:27 myownj3lood#11
Do u use database for Vsro 193? cuz u can't add any new skill in that client u will have epic fail !
if you are using Vsro 188 then u need to remove the skill from any skilldata_xxxxxenc and create a new one call it as skilldata_40000enc.txt
then open skilldataenc.txt and add SkillData_40000ENC.txt to it
then put ur skill code in it and Dec using this Decrypt : [Only registered and activated users can see links. Click Here To Register...]
and import the files u edited it to media
if it didn't work then the skill isn't working , u can take (Super Speed Up) scroll skill from ur database and change it's param to 600 and also change it's codes and the icon, it's ID 31201 and i am sure it will work.
02/21/2014 05:19 -xHunter#12
Quote:
Originally Posted by myownj3lood View Post
Do u use database for Vsro 193? cuz u can't add any new skill in that client u will have epic fail !
if you are using Vsro 188 then u need to remove the skill from any skilldata_xxxxxenc and create a new one call it as skilldata_40000enc.txt
then open skilldataenc.txt and add SkillData_40000ENC.txt to it
then put ur skill code in it and Dec using this Decrypt : [Only registered and activated users can see links. Click Here To Register...]
and import the files u edited it to media
if it didn't work then the skill isn't working , u can take (Super Speed Up) scroll skill from ur database and change it's param to 600 and also change it's codes and the icon, it's ID 31201 and i am sure it will work.
No I'm not using Vsro 193 ^^ I'm using Vsro 188. :D
A little Tutorial would be nice explaining how I can edit the skilldataenc. Sorry if I'm asking too much. :D

Quote:
Originally Posted by SnowStorm1 View Post
Those damn chines letters are boring... Remove them by hex editor > save > add your line > add the chines line with hex editor again.
That's how I edit it. But you don't have to do that in BR files.
Ye I hate em aswell. I don't know which line I'm supposed to remove haha :D
Well I'm kind of enjoying editing Vsro 188 DB.
02/22/2014 09:42 Anonymous-6723#13
Hint: use the *.bat file :) all you have to do is to put enc textdata in the same folder as the files you extracted already.
02/23/2014 02:55 -xHunter#14
Quote:
Originally Posted by Zed* View Post
Hint: use the *.bat file :) all you have to do is to put enc textdata in the same folder as the files you extracted already.
Thank's Zed, U helped me quite a lot. I understand how it works now and how to use it & I have fixed my problem. Thank you mate :D
02/23/2014 14:42 Anonymous-6723#15
Quote:
Originally Posted by -xHunter View Post
Thank's Zed, U helped me quite a lot. I understand how it works now and how to use it & I have fixed my problem. Thank you mate :D
Glad I helped :)