Jump to content

Skill_cast_db on Pre-Re

closed

croxinuz
2013-11-20 02:57:48

[Error]: sv_readdb: Too many columns in line 1645 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1647 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1649 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1651 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1653 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1655 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1657 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1659 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1661 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1663 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1665 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1667 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1669 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1671 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1673 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1675 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1677 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1679 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1681 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).
[Error]: sv_readdb: Too many columns in line 1683 of "db/pre-re/skill_cast_db.txt" (found 8, maximum is 7).



i have found this error on Revision 17693. :)

Playtester
2013-11-20 08:41:32
Problem are the skills in the "Rebellion" category. They should only have 7 columns. I assume they were just copied from renewal? Do we need them in pre-renewal at all? There seems to be more lines in that file that should only go into renewal.

I'd just remove those:[quote]//===== Rebellion ==========================
//-- RL_GLITTERING_GREED
//2551,0,0,0,0,0,0,-1
//-- RL_RICHS_COIN
2552,0,1000,0,600000,0,0,-1
//-- RL_MASS_SPIRAL
2553,0,1000,0,0,30000,1000,-1
//-- RL_BANISHING_BUSTER
2554,0,1000,0,0,0,1500,-1
//-- RL_B_TRAP
2555,0,0,0,10000:11000:12000:13000:14000,0,2000,-1
//-- RL_FLICKER
2556,0,500,0,0,0,2000,-1
//-- RL_S_STORM
2557,0,1000,0,0,0,1500,-1
//-- RL_E_CHAIN
2558,0,500,0,30000:45000:60000:75000:90000:105000:120000:135000:150000:165000,0,5000,-1
//-- RL_QD_SHOT
2559,0,1000,0,1500,0,5000,-1
//-- RL_C_MARKER
2560,0,0,0,30000,0,1000,-1
//-- RL_FIREDANCE
2561,0,1500,0,0,0,5000,-1
//-- RL_H_MINE
2562,0,1500,0,30000,15000,2000,-1
//-- RL_P_ALTER
2563,0,1000,0,60000,0,5000,-1
//-- RL_FALLEN_ANGEL
2564,0,1500,0,0,0,4500:4000:3500:2500:2000,-1
//-- RL_R_TRIP
2565,0,1500,0,0,0,3000,-1
//-- RL_D_TAIL
2566,0,1500,0,0,0,5000,-1
//-- RL_FIRE_RAIN
2567,0,1500,0,100,0,5000,-1
//-- RL_HEAT_BARREL
2568,0,1000,0,60000,10000,10000,-1
//-- RL_AM_BLAST
2569,0,1500,0,0,12000:14000:16000:18000:20000,3000,-1
//-- RL_SLUGSHOT
2570,0,1000,0,0,10000,1500,-1
//-- RL_HAMMER_OF_GOD
2571,0,1000,0,0,3000:3000:4000:4000:5000,3000,-1
//-- RL_R_TRIP_PLUSATK
//2572,0,0,0,0,0,0,-1
//-- RL_B_FLICKER_ATK
//2573,0,0,0,0,0,0,-1
//-- RL_GLITTERING_GREED_ATK
//2574,0,0,0,0,0,0,-1
//==========================================[/quote]

Or you could just remove the last part one each line:[quote]//===== Rebellion ==========================
//-- RL_GLITTERING_GREED
//2551,0,0,0,0,0,0
//-- RL_RICHS_COIN
2552,0,1000,0,600000,0,0
//-- RL_MASS_SPIRAL
2553,0,1000,0,0,30000,1000
//-- RL_BANISHING_BUSTER
2554,0,1000,0,0,0,1500
//-- RL_B_TRAP
2555,0,0,0,10000:11000:12000:13000:14000,0,2000
//-- RL_FLICKER
2556,0,500,0,0,0,2000
//-- RL_S_STORM
2557,0,1000,0,0,0,1500
//-- RL_E_CHAIN
2558,0,500,0,30000:45000:60000:75000:90000:105000:120000:135000:150000:165000,0,5000
//-- RL_QD_SHOT
2559,0,1000,0,1500,0,5000
//-- RL_C_MARKER
2560,0,0,0,30000,0,1000
//-- RL_FIREDANCE
2561,0,1500,0,0,0,5000
//-- RL_H_MINE
2562,0,1500,0,30000,15000,2000
//-- RL_P_ALTER
2563,0,1000,0,60000,0,5000
//-- RL_FALLEN_ANGEL
2564,0,1500,0,0,0,4500:4000:3500:2500:2000
//-- RL_R_TRIP
2565,0,1500,0,0,0,3000
//-- RL_D_TAIL
2566,0,1500,0,0,0,5000
//-- RL_FIRE_RAIN
2567,0,1500,0,100,0,5000
//-- RL_HEAT_BARREL
2568,0,1000,0,60000,10000,10000
//-- RL_AM_BLAST
2569,0,1500,0,0,12000:14000:16000:18000:20000,3000
//-- RL_SLUGSHOT
2570,0,1000,0,0,10000,1500
//-- RL_HAMMER_OF_GOD
2571,0,1000,0,0,3000:3000:4000:4000:5000,3000
//-- RL_R_TRIP_PLUSATK
//2572,0,0,0,0,0,0
//-- RL_B_FLICKER_ATK
//2573,0,0,0,0,0,0
//-- RL_GLITTERING_GREED_ATK
//2574,0,0,0,0,0,0
//==========================================[/quote]

Cydh
2013-11-20 13:15:54
[member=Playtester] why don't u do the commit? /bzz

Fixed here 58bae52

croxinuz
2013-11-20 16:07:36
sorry if i'm wrong sir >.<
i just report the error...
Thank you.

Playtester
2013-11-21 11:51:35
[quote name="Cydh" post="23348" timestamp="1384953354"]
[member=Playtester] why don't u do the commit? /bzzFixed here 58bae52[/quote]
I don't use Git. =p

@croxinuz
You weren't wrong, was a bug in rAthena. Thanks for the report. :-)
×
×
  • Create New...