Jump to content
  • 0
Sign in to follow this  
khenma

what are the recommended Diffs for Ragexe 20130807?

Question

13 answers to this question

Recommended Posts

  • 0

just use the diff patcher in my package and click on Load Last Patches

 

okay thanks...

hmmm another question.. 

 

is there any faster way to add custom items than manually doing it one by one.?

Share this post


Link to post
Share on other sites
  • 0

using iteminfo.lua and item_db2.conf is more faster than ever. :)

 

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?

Share this post


Link to post
Share on other sites
  • 0

^, 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.

Share this post


Link to post
Share on other sites
  • 0

^, 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??

Share this post


Link to post
Share on other sites
  • 0

^, 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

 

 

 

*///  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},/*)

Share this post


Link to post
Share on other sites
  • 0

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},)

Share this post


Link to post
Share on other sites
  • 0

 

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

 

CANT_zps88c07f7e.jpg

 

 

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:

 

{	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; ">},
Edited by khenma

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.. :meow:

 

@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.

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

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.. :meow:

 

@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 ^_^:rolleyes:  :p_idea: 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.