Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #006190

  • 0 - None Assigned

  • Working as Intended

Issue Confirmations

  • Yes (0)No (1)
Photo

Changeset 16382 broke my custom skills

Posted by Hercules Bot on 09 July 2012 - 02:25 AM

Originally posted by xRaisen
Hi,

After updating, I wonder why my custom skills broken, it displays error from my db/re/skill_cast_db.txt and db/re/skill_require_db.txt 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

[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".

Thanks..

Regards

Originally posted by RaGERO
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.

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

Originally posted by Rytech
What ID's are your skills assigned to?

Originally posted by xRaisen
Its ID 777 to 786.

Originally posted by Phantasm
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.

Originally posted by Ind
the fault lies at 16381 http://trac.rathena..../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.)

Originally posted by xRaisen
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.

Originally posted by Rytech
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.