what are the recommended Diffs for Ragexe 20130807?

using iteminfo.lua and item_db2.conf is more faster than ever.
default_smile.png


 
Last edited by a moderator:
using iteminfo.lua and item_db2.conf is more faster than ever.
default_smile.png
does it mean that no need to add script on

resname,desc,display .txt?

only iteminfo and item b2?

hmmm imm adding custom items in item db conf....

does it may have conflicts in the future?

 
^, yeah. do not add anything in item_db.conf unless you know how to fix conflict in the future.

you can easily add custom items in item_db2.conf and edit existing items in item_db.conf by using Inherit.

 
^, yeah. do not add anything in item_db.conf unless you know how to fix conflict in the future.

you can easily add custom items in item_db2.conf and edit existing items in item_db.conf by using Inherit.
hmm okay... 

wow new word to me.. haha sorry im newbie...

Inherit??

 
^, yeah. do not add anything in item_db.conf unless you know how to fix conflict in the future.

you can easily add custom items in item_db2.conf and edit existing items in item_db.conf by using Inherit.
igot error in my console when i transfer my custom items from item_db.conf to item_db2.conf..

On my console:

Error: db/item_db2.conf:588 - syntax error

Error: can't read db/item_db2.conf

 
This is the last part of my db2.conf

Code:
*///  Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{	Id: 2338	AegisName: "Wedding_Dress"	Name: "Wedding Dress"	Type: 5	Buy: 43000	Weight: 500	Job: 0xFFFFFFFE	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{	Id: 7170	AegisName: "Tuxedo"	Name: "Tuxedo"	Type: 5	Buy: 43000	Weight: 10	Job: 0xFFFFFFFE	Gender: 1	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*///	Custom Items such as wings, etc// ==========================================/*{	Id: 25009	AegisName: "Blue_Animated_Angel_Wings"	Name: "Blue Animated Angel Wings" //Black_Deviling_Wings	Type: 5	Slots: 4	Job: 0xFFFFFFFF	Upper: 63	Gender: 2	Loc: 1	EquipLv: 10	View: 1082},*//*{	Id: 25010	AegisName: "Black_Deviling_Wings"	Name: "Black Deviling Wings"	Type: 5	Slots: 4	Job: 0xFFFFFFFF	Upper: 63	Gender: 2	Loc: 1	EquipLv: 10	View: 1083},/*)
 
remove the    /*  and  */    

Code:
*///  Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{	Id: 2338	AegisName: "Wedding_Dress"	Name: "Wedding Dress"	Type: 5	Buy: 43000	Weight: 500	Job: 0xFFFFFFFE	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{	Id: 7170	AegisName: "Tuxedo"	Name: "Tuxedo"	Type: 5	Buy: 43000	Weight: 10	Job: 0xFFFFFFFE	Gender: 1	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*///	Custom Items such as wings, etc// =========================================={	Id: 25009	AegisName: "Blue_Animated_Angel_Wings"	Name: "Blue Animated Angel Wings" //Black_Deviling_Wings	Type: 5	Slots: 4	Job: 0xFFFFFFFF	Upper: 63	Gender: 2	Loc: 1	EquipLv: 10	View: 1082},{	Id: 25010	AegisName: "Black_Deviling_Wings"	Name: "Black Deviling Wings"	Type: 5	Slots: 4	Job: 0xFFFFFFFF	Upper: 63	Gender: 2	Loc: 1	EquipLv: 10	View: 1083},)
 
remove the    /*  and  */    

*/// Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{ Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*/// Custom Items such as wings, etc// =========================================={ Id: 25009 AegisName: "Blue_Animated_Angel_Wings" Name: "Blue Animated Angel Wings" //Black_Deviling_Wings Type: 5 Slots: 4 Job: 0xFFFFFFFF Upper: 63 Gender: 2 Loc: 1 EquipLv: 10 View: 1082},{ Id: 25010 AegisName: "Black_Deviling_Wings" Name: "Black Deviling Wings" Type: 5 Slots: 4 Job: 0xFFFFFFFF Upper: 63 Gender: 2 Loc: 1 EquipLv: 10 View: 1083},)
After deleting the

 /*  and  */  from item_db2.conf



does it conflict with item_db.conf?

cause it exists in the item_db2.conf already..

Form item_db.conf:

{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 3 Buy: 43000 Weight: 10},
In item_db2.conf:

Code:
{	Id: 7170	AegisName: "Tuxedo"	Name: "Tuxedo"	Type: 5	Buy: 43000	Weight: 10	Job: 0xFFFFFFFE	Gender: 1	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},
 
Last edited by a moderator:
the one in the Item_db2.conf is not active , you can see it  its between the  */   /*

now check your 

db/re/item_buyingstore.txt   and check line 948

 
do not uncomment/enable 

// Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{ Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*/
actually if you only follow the instructions here http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/ you can never go wrong..

read attentively by lines and by details..
default_ani_meow.gif


@edit

and please post your question/issue about this in http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/ because I think this is out of the topic.

 
Last edited by a moderator:
the one in the Item_db2.conf is not active , you can see it  its between the  */   /*

now check your 

db/re/item_buyingstore.txt   and check line 948
Well then,, deleting the tuxedo eliminates the errors since im not concern about the tuxedo in db2.

Thanks again

do not uncomment/enable 

// Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{ Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*/
actually if you only follow the instructions here http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/ you can never go wrong..

read attentively by lines and by details..
default_ani_meow.gif


@edit

and please post your question/issue about this in http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/ because I think this is out of the topic.
Okay, reading now the topic
default_happy.png
default_rolleyes.gif
 
default_p_idea.gif
 

 
Back
Top