Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fix Add Skills Lvl 125 to VSRO

AssassinS Silkroad
Joined
Sep 30, 2011
Messages
424
Reaction score
92
Dear RZ Brothers
Finally i Found the Right Fix for My Problem " Sr_GameServer Over Lap"
When i add Skills 125 i get this Error and i see a lot of people have same problem

So when i Get fix i Share it in same time

You will Use This Topic

[Release] Add 125 Skill Level (Online - 100% Ready Files) Credit to denise456

Fix For Problem : Credit ti ME :D
Get the Right Basic_ChainCode For Basic Skill
as Example
if you want add that's 2 new Skills
Code:
1	34540	412	SKILL_CH_SWORD_CHAIN_H_1S_02	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	2	2	[COLOR="#FF0000"]34560[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	29882	0	0	0	2	3	0	9475	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1594	1948	94	25196	30000	15	13	708	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
1	34541	412	SKILL_CH_SWORD_CHAIN_H_1S_03	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	3	2	[COLOR="#FF0000"]34561[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	32713	0	0	0	2	3	0	9998	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1684	2058	94	25196	30000	15	13	748	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

All can see the Red Number

first you get Basic Code by this Query
Code:
SELECT * FROM _RefSkill WHERE Basic_Code='SKILL_CH_SWORD_CHAIN_H_1S_[COLOR="#0000FF"]01[/COLOR]'

if you understand i type 01 because i want add 02 Skill i mean get the First Skill "Basic" to add the new one and about last skill
Code:
1	34541	412	SKILL_CH_SWORD_CHAIN_H_1S_03	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	3	2	[COLOR="#FF0000"]34561[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	32713	0	0	0	2	3	0	9998	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1684	2058	94	25196	30000	15	13	748	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
you will get the ID from _RefSkill for the Second Skill and Replace with Red Number

That's All i hope all Understand me
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
really nice thread

Now you won't need me again ;D [sorry i was too busy these days xS ]
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
48
Reaction score
1
ok ok, i've tried that to fix 125 skill cap warrior new daredevil skill which should hit 3 times.

As in these files by denise, basic chain of first hit is 0 second 35050 3rd 0.

I made first 35049 2nd 35050 3rd 35051 , so it hits 2 times but damage appear 3 times. and when u lead the mouse on the skill to check it u r getting crash.

Then i made first 35049 2nd 35050 and 3rd 0. same poop ( it hits 2 times dmg appears 3 times ) but that mouse leading on the skill crash is fixed.

What should i set to hit it 3 times and show damage 3 times. Only one shown hit is missing
 
Newbie Spellweaver
Joined
Jan 9, 2013
Messages
69
Reaction score
5
Thx...But i need to do ir for all new skills? Or only skills haz Basic code? and for EURO? like skills with _C_01 _C2_01??

Regards
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
15
Reaction score
0
ok ok, i've tried that to fix 125 skill cap warrior new daredevil skill which should hit 3 times.

As in these files by denise, basic chain of first hit is 0 second 35050 3rd 0.

I made first 35049 2nd 35050 3rd 35051 , so it hits 2 times but damage appear 3 times. and when u lead the mouse on the skill to check it u r getting crash.

Then i made first 35049 2nd 35050 and 3rd 0. same poop ( it hits 2 times dmg appears 3 times ) but that mouse leading on the skill crash is fixed.

What should i set to hit it 3 times and show damage 3 times. Only one shown hit is missing

Change ANI_SKILL_80 to ANI_SKILL_81 in skilleffect.txt
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
15
Reaction score
0
Dear RZ Brothers
Finally i Found the Right Fix for My Problem " Sr_GameServer Over Lap"
When i add Skills 125 i get this Error and i see a lot of people have same problem

So when i Get fix i Share it in same time

You will Use This Topic

[Release] Add 125 Skill Level (Online - 100% Ready Files) Credit to denise456

Fix For Problem : Credit ti ME :D
Get the Right Basic_ChainCode For Basic Skill
as Example
if you want add that's 2 new Skills
Code:
1	34540	412	SKILL_CH_SWORD_CHAIN_H_1S_02	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	2	2	[COLOR="#FF0000"]34560[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	29882	0	0	0	2	3	0	9475	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1594	1948	94	25196	30000	15	13	708	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
1	34541	412	SKILL_CH_SWORD_CHAIN_H_1S_03	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	3	2	[COLOR="#FF0000"]34561[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	32713	0	0	0	2	3	0	9998	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1684	2058	94	25196	30000	15	13	748	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

All can see the Red Number

first you get Basic Code by this Query
Code:
SELECT * FROM _RefSkill WHERE Basic_Code='SKILL_CH_SWORD_CHAIN_H_1S_[COLOR="#0000FF"]01[/COLOR]'

if you understand i type 01 because i want add 02 Skill i mean get the First Skill "Basic" to add the new one and about last skill
Code:
1	34541	412	SKILL_CH_SWORD_CHAIN_H_1S_03	?:??? ?? ??	SKILL_CH_SWORD_CHAIN_H	0	3	2	[COLOR="#FF0000"]34561[/COLOR]	0	0	445	490	8000	0	0	0	0	1	0	0	1	1	0	0	0	0	0	1	1	0	0	0	257	0	120	0	0	0	410	411	0	22	9	0	32713	0	0	0	2	3	0	9998	0	0	0	0	0	1	7	skill\china\sword_chain_h.ddj	SN_SKILL_CH_SWORD_CHAIN_H	xxx	SN_SKILL_CH_SWORD_CHAIN_H_TT_DESC	SN_SKILL_CH_SWORD_CHAIN_H_STUDY	0	0	0	6386804	5	94	1684	2058	94	25196	30000	15	13	748	20	1734702198	1296122196	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
you will get the ID from _RefSkill for the Second Skill and Replace with Red Number

That's All i hope all Understand me

Skill warrior CRY_C does not work when added chain code

Example:

If ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 is 2
And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 is 3
And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 is 4

Supposed SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 has no chain code
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 Has Chain Code 2
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 Has Chain Code 3

But When i Do That i Get Overlap in Gameserver!

Any Solution?
 

YSR

Initiate Mage
Joined
Jun 10, 2013
Messages
4
Reaction score
0
I fixed the overlab prob and the new skills apears but I cant add them
 
Newbie Spellweaver
Joined
Jun 1, 2013
Messages
44
Reaction score
1
Skill warrior CRY_C does not work when added chain code

Example:

If ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 is 2
And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 is 3
And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 is 4

Supposed SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 has no chain code
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 Has Chain Code 2
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 Has Chain Code 3

But When i Do That i Get Overlap in Gameserver!

Any Solution?

Hey MyOwnJ3lood

see you 're asking about adding chain code for a skill with three moves right?

suppose:

ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 is 2

And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 is 3
And ID Of SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 is 4
Then
SKILL_EU_WARRIOR_TWOHANDA_CRY_C_01 Has Chain Code 3
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C2_01 Has Chain Code 4
And SKILL_EU_WARRIOR_TWOHANDA_CRY_C3_01 Has Chain Code 0

try this and you won't get an overlap :) , but i'm not sure if the skill is gonna work fully cuz i wasn't able to try...
Guys i got client crash when i make the mouse get near some skill icons ....and param errors with some warlock skills
Any solutions??
 
Last edited:
Initiate Mage
Joined
Sep 22, 2013
Messages
1
Reaction score
0
This is my first post here, sorry if something is not clear

to solve the problem with the Basic_ChainCode I had done a procedure and then to import in the media, I only used _DBtoMedia_1.7.exe which helps to generate the new lines.
thanks for finding the error guys, now if someone can improve the procedure it would be perfect.
I am not an expert in coding sql language so if there is something wrong in the script, just do it the right way and share it again, it worked perfect for me, to solve all the chaincode errors in a single execute, making the procedure go through the list of Basic_Group that you consider to have the bug. It only affects the skills that have chaincodes, I know that the sro community is more than dead but as long as someone helps this script you can use it and modify it at your convenience.

the script comments are in Spanish if you don't understand Spanish use a translator.

Viva Costa Rica!!!!
 

Attachments

You must be registered for see attachments list
Back
Top