LCKB
Complete DataBase V7 by CDWriter - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Release Zone (https://lckb.dev/forum/forumdisplay.php?fid=190)
+---- Forum: Episode 2 Releases (https://lckb.dev/forum/forumdisplay.php?fid=186)
+----- Forum: Server Side (https://lckb.dev/forum/forumdisplay.php?fid=143)
+----- Thread: Complete DataBase V7 by CDWriter (/showthread.php?tid=2261)

Pages: 1 2 3 4 5 6


- RomainLastChaos - 07-28-2013


when castle time start this door is cloused all time 

 today i have learn the dratan castle was in CH-1 ....

 

man all wars was in CH-4

 

( if you have not edit somehing about war)




- CDWriter - 07-28-2013


@

 

 

 today i have learn the dratan castle was in CH-1 ....

 

man all wars was in CH-4

 

( if you have not edit somehing about war)

 

and this means what ...its wrong ? where do i change that ?




- RomainLastChaos - 07-29-2013

The gameserver are setup  to have mcs and dcs on  the chanell 4 but if you know how to change it into the gameserver i think yes can be in other chanell i think




- Nitrobit1337 - 07-29-2013

Hello guys,

since I recently downloaded this version of CDwriters Database/Server pack and tested it, I found a bug -> You cant learn Deadline lvl 6 (Rogue and Archer, lvl 180)

So I made a fix for the lazy ones Smile Simply execute the .sql file in xxx_data.

2

Have fun Smile

//Edit: Fixed Spin Chop lvl 5 (Warmaster) aswell.




- CDWriter - 07-29-2013


@2  So instead of releaseing  a simple fix as the 2 lines missing in t_SkillLevel

INSERT INTO `t_skillLevel` (`a_index`, `a_level`, `a_needHP`, `a_needMP`, `a_needGP`, `a_durtime`, `a_dummypower`, `a_needItemIndex1`, `a_needItemCount1`, `a_needItemIndex2`, `a_needItemCount2`, `a_learnLevel`, `a_learnSP`, `a_learnSkillIndex1`, `a_learnSkillLevel1`, `a_learnSkillIndex2`, `a_learnSkillLevel2`, `a_learnSkillIndex3`, `a_learnSkillLevel3`, `a_learnItemIndex1`, `a_learnItemCount1`, `a_learnItemIndex2`, `a_learnItemCount2`, `a_learnItemIndex3`, `a_learnItemCount3`, `a_appMagicIndex1`, `a_appMagicLevel1`, `a_appMagicIndex2`, `a_appMagicLevel2`, `a_appMagicIndex3`, `a_appMagicLevel3`, `a_magicIndex1`, `a_magicLevel1`, `a_magicIndex2`, `a_magicLevel2`, `a_magicIndex3`, `a_magicLevel3`, `a_learnstr`, `a_learndex`, `a_learnint`, `a_learncon`, `a_hate`, `a_learnGP`) VALUES (639, 6, 0, 1000, 0, 0, 950, -1, 0, -1, 0, 180, 1800, -1, 0, -1, 0, -1, 0, 19, 400000000, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 658, 6, -1, 0, -1, 0, 0, 0, 0;

INSERT INTO `t_skillLevel` (`a_index`, `a_level`, `a_needHP`, `a_needMP`, `a_needGP`, `a_durtime`, `a_dummypower`, `a_needItemIndex1`, `a_needItemCount1`, `a_needItemIndex2`, `a_needItemCount2`, `a_learnLevel`, `a_learnSP`, `a_learnSkillIndex1`, `a_learnSkillLevel1`, `a_learnSkillIndex2`, `a_learnSkillLevel2`, `a_learnSkillIndex3`, `a_learnSkillLevel3`, `a_learnItemIndex1`, `a_learnItemCount1`, `a_learnItemIndex2`, `a_learnItemCount2`, `a_learnItemIndex3`, `a_learnItemCount3`, `a_appMagicIndex1`, `a_appMagicLevel1`, `a_appMagicIndex2`, `a_appMagicLevel2`, `a_appMagicIndex3`, `a_appMagicLevel3`, `a_magicIndex1`, `a_magicLevel1`, `a_magicIndex2`, `a_magicLevel2`, `a_magicIndex3`, `a_magicLevel3`, `a_learnstr`, `a_learndex`, `a_learnint`, `a_learncon`, `a_hate`, `a_learnGP`) VALUES (637, 6, 0, 1000, 0, 0, 950, -1, 0, -1, 0, 180, 1800, -1, 0, -1, 0, -1, 0, 19, 400000000, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 655, 6, -1, 0, -1, 0, 0, 0, 0;

you re-release my whole intire t_skillLevel ?  next time dont be lazy yourself and just release what needs fixed ....  the whole reason i have this here is to report the error .....thanks for the fix i guess next time just do the fix not the whole table,,,




- Nitrobit1337 - 07-29-2013



@2  So instead of releaseing  a simple fix as the 2 lines missing in t_SkillLevel

INSERT INTO `t_skillLevel` (`a_index`, `a_level`, `a_needHP`, `a_needMP`, `a_needGP`, `a_durtime`, `a_dummypower`, `a_needItemIndex1`, `a_needItemCount1`, `a_needItemIndex2`, `a_needItemCount2`, `a_learnLevel`, `a_learnSP`, `a_learnSkillIndex1`, `a_learnSkillLevel1`, `a_learnSkillIndex2`, `a_learnSkillLevel2`, `a_learnSkillIndex3`, `a_learnSkillLevel3`, `a_learnItemIndex1`, `a_learnItemCount1`, `a_learnItemIndex2`, `a_learnItemCount2`, `a_learnItemIndex3`, `a_learnItemCount3`, `a_appMagicIndex1`, `a_appMagicLevel1`, `a_appMagicIndex2`, `a_appMagicLevel2`, `a_appMagicIndex3`, `a_appMagicLevel3`, `a_magicIndex1`, `a_magicLevel1`, `a_magicIndex2`, `a_magicLevel2`, `a_magicIndex3`, `a_magicLevel3`, `a_learnstr`, `a_learndex`, `a_learnint`, `a_learncon`, `a_hate`, `a_learnGP`) VALUES (639, 6, 0, 1000, 0, 0, 950, -1, 0, -1, 0, 180, 1800, -1, 0, -1, 0, -1, 0, 19, 400000000, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 658, 6, -1, 0, -1, 0, 0, 0, 0;

INSERT INTO `t_skillLevel` (`a_index`, `a_level`, `a_needHP`, `a_needMP`, `a_needGP`, `a_durtime`, `a_dummypower`, `a_needItemIndex1`, `a_needItemCount1`, `a_needItemIndex2`, `a_needItemCount2`, `a_learnLevel`, `a_learnSP`, `a_learnSkillIndex1`, `a_learnSkillLevel1`, `a_learnSkillIndex2`, `a_learnSkillLevel2`, `a_learnSkillIndex3`, `a_learnSkillLevel3`, `a_learnItemIndex1`, `a_learnItemCount1`, `a_learnItemIndex2`, `a_learnItemCount2`, `a_learnItemIndex3`, `a_learnItemCount3`, `a_appMagicIndex1`, `a_appMagicLevel1`, `a_appMagicIndex2`, `a_appMagicLevel2`, `a_appMagicIndex3`, `a_appMagicLevel3`, `a_magicIndex1`, `a_magicLevel1`, `a_magicIndex2`, `a_magicLevel2`, `a_magicIndex3`, `a_magicLevel3`, `a_learnstr`, `a_learndex`, `a_learnint`, `a_learncon`, `a_hate`, `a_learnGP`) VALUES (637, 6, 0, 1000, 0, 0, 950, -1, 0, -1, 0, 180, 1800, -1, 0, -1, 0, -1, 0, 19, 400000000, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 655, 6, -1, 0, -1, 0, 0, 0, 0;

you re-release my whole intire t_skillLevel ?  next time dont be lazy yourself and just release what needs fixed ....  the whole reason i have this here is to report the error .....thanks for the fix i guess next time just do the fix not the whole table,,,

Youre right, Im sorry. But I dont know how to put only those 2 lines into a .sql file, though it werent only 2 lines. There had to be made new entrys into: t_magic ; t_magicLevel ; t_skill ; t_skillLevel to make the skills work properly. I respect what youre saying, I apologize. :/




- CDWriter - 07-29-2013


its all good but the other info you referred to would have been helpful  also ... if this is the case.... iam sure i got all of the table correct the first time i added them but might have missed some of the levels ......there has been other like this and is very easy to fix with wiz skilleditor

 

 

Close and Lock topic ........




- Johnny5 - 07-29-2013

Topic Closed by a moderator. The reason why: Topic Closed by request of the poster