Issue information

Issue ID
#6190
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 9, 2012 2:25
Last Post
Hercules Elf Bot
Jul 9, 2012 15:47
Confirmation
Yes (0)
No (1)

Hercules Elf Bot - Jul 9, 2012 2:25

Originally posted by [b]xRaisen[/b]
Hi,

After updating, I wonder why my custom skills broken, it displays error from my[b] db/re/skill_cast_db.txt[/b] and [b]db/re/skill_require_db.txt[/b] as if its not set correctly. Is this a bug? or do i need to re-configure it? if so, where am i going to look at?

Here are the errors

[CODE]
[Error]: sv_readdb: Could not process contents of line 135 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 136 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 137 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 138 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 139 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 140 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 141 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 142 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 143 of "db/re/skill_requi
re_db.txt".
[Error]: sv_readdb: Could not process contents of line 144 of "db/re/skill_requi
re_db.txt".
[Status]: Done reading '792' entries in 'db/re/skill_require_db.txt'.
[Error]: sv_readdb: Could not process contents of line 22 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 24 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 26 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 28 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 30 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 32 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 34 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 36 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 38 of "db/re/skill_cast_d
b.txt".
[Error]: sv_readdb: Could not process contents of line 40 of "db/re/skill_cast_d
b.txt".
[/CODE]

Thanks..

Regards

This post has been edited by xRaisen on Jul 9, 2012 5:07

Hercules Elf Bot - Jul 9, 2012 5:19

Originally posted by [b]RaGERO[/b]
If you have updated it, you should re-compile it since there are src changes. If you already did this after updating, then I got no idea why is it happening.

Hercules Elf Bot - Jul 9, 2012 6:10

Originally posted by [b]xRaisen[/b]
Thanks for the idea. okay i'll figure this one out later. I think there is a minor conflict of mercenary/homun skills IDs

Hercules Elf Bot - Jul 9, 2012 6:34

Originally posted by [b]Rytech[/b]
What ID's are your skills assigned to?

Hercules Elf Bot - Jul 9, 2012 8:45

Originally posted by [b]xRaisen[/b]
Its ID [b]777 [/b]to [b]786[/b].

Hercules Elf Bot - Jul 9, 2012 9:19

Originally posted by [b]Phantasm[/b]
I had the same problem, I tried to create a new skill, when I reboot the server I also get errors like that.

My ID is 3200.
Sorry my bad english.

Hercules Elf Bot - Jul 9, 2012 12:18

Originally posted by [b]Ind[/b]
the fault lies at 16381 http://trac.rathena.org/changeset/16381/rathena#file10 which improves the way the server stores homun/guild/mercenary/elemental skill ids (was required or homun-s skills wouldn't be possible to be added), your skill ids have to be changed, i'm afraid (or you can revert the skill ranges changes in your local working copy.)

Hercules Elf Bot - Jul 9, 2012 12:30

Originally posted by [b]xRaisen[/b]
Alright lnd. Thanks for the clarification. Done reverting now as we speak and it shows no error except but expected errors from the homun skills as the commit notice shennetsind stated.

Hercules Elf Bot - Jul 9, 2012 15:47

Originally posted by [b]Rytech[/b]
Putting custom skills within the 700 to 999 range is the biggest mistake anyone can make when making custom skills. I recommend using the ID's in the range between 1025 to 1999 since their's plenty of free ID's there. Try starting at 1101 and you should be good.