Page 1 of 3

WHAT...THE...???

Posted: Tue Dec 14, 2010 8:22 am
by momo61
L2J Revision 4432
L2JDP Revision 7675


I REALLY wonder why when doing a full & fresh install of L2J, important tables as armors, weapons, etcitems are not included into the MySQL database.

Also, where the hell are the datapack/stats/ armors, weapons and etcitem files ??? :s

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 8:32 am
by _DS_
data/stats

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 8:37 am
by momo61
_DS_ wrote:data/stats
yea... there's nothing there of the things i mentioned above... why is that?

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 8:47 am
by momo61
no... dont tell me ... you put all the weapons, armors, etc items in the same folder called "items" ???

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 8:48 am
by denser
look careful to changelog of svn...you will see all this stuff.

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 8:52 am
by momo61
denser wrote:look careful to changelog of svn...you will see all this stuff.
I see this:

Code: Select all

•weapon.sql -> skills on crit update•weapon.sql -> skills again•weapon.sql -> correct skill assignment.•weapon.sql -> hit modify update•weapon.sql -> price update•weapon.sql -> crystal_type and crystal_count update•weapons.sql -> duration update.•weapons.sql -> material update.-note, weight checked, all items have correct values.•Reverting [5623] for now. I need consultation with core dev's. ;)•weapon.sql -> bodypart correction•weapon.sql -> redump
And how are we supposed to modify stuff in weapons? armors ? etcitems?

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:02 am
by denser
what svn do you use? i dont see such text nowhere lol

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:05 am
by seires
momo61 wrote:
denser wrote:look careful to changelog of svn...you will see all this stuff.
I see this:

Code: Select all

•weapon.sql -> skills on crit update•weapon.sql -> skills again•weapon.sql -> correct skill assignment.•weapon.sql -> hit modify update•weapon.sql -> price update•weapon.sql -> crystal_type and crystal_count update•weapons.sql -> duration update.•weapons.sql -> material update.-note, weight checked, all items have correct values.•Reverting [5623] for now. I need consultation with core dev's. ;)•weapon.sql -> bodypart correction•weapon.sql -> redump
And how are we supposed to modify stuff in weapons? armors ? etcitems?
Um, edit the xml's?

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:07 am
by momo61
This is how it looks ... it's terrible ...

Image

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:12 am
by seires
Opening them with Wordpad helps.

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:25 am
by momo61
seires wrote:Opening them with Wordpad helps.
WELL will you look at that :) that worked just fine. Thanks a lot seires :)

wouldnt it be great if we had a split up of etcitems, weapons and armors xmls ??

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 9:38 am
by momo61
Question:

How come "isUndead" was removed from the NPC and Custom_npc tables? Where are these defined now :s?
Removing isUndead from database.
Field is not needed we should use Race skill to check if npc is undead.
?

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 10:33 am
by MELERIX
you are blind... read changeset again...
Removing isUndead from database.
Field is not needed we should use Race skill to check if npc is undead.

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 12:52 pm
by ZaKaX
momo61 wrote:This is how it looks ... it's terrible ...

Image
:lol:

Epic. Try again with Notepad++ :D

Re: WHAT...THE...???

Posted: Tue Dec 14, 2010 3:09 pm
by shinomidefuego
in some way was more easy to edit something in the sql. thanks for all the work is amazing the change!!!