Jump to content
  • 0

Question regarding Pre-re and re items


WorldSeed

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  02/19/16
  • Last Seen:  

how to put items from renewal to pre-renewal?? example the archangel wing costume.

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Copy paste? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  02/19/16
  • Last Seen:  

it works but some of them are unknown item? + apple signature.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Well it depends on your client side if its available..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   34
  • Joined:  12/13/11
  • Last Seen:  

yeah if you're getting apples. you need to your client side. view id's and such.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

i think you need to add it in idnum2displaynametable.tx and idnum2resnametable.txt to duplicate...and also dont forget about iteminfo.lua in system folder

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  02/19/16
  • Last Seen:  

the client that i have is a 2013-02-22? do i need to upgrade it? if yes how to?..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  199
  • Reputation:   113
  • Joined:  12/24/11
  • Last Seen:  

You need to update your client date or your data files

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

no...you just need to edit client side

 

here is the step...lets say your new item id number is 30000

 

1. edit data/idnum2resnametable.txt

30000#타락천사의날개#

2. edit data/idnum2itemdisplaynametable.txt

30000#Fallen_Angel_Wing#

3. edit data/idnum2itemdesctable.txt

30000#
Large, black wings of a fallen dark angel.
All Stats + 1.
Base stats (without modifiers) is equal to 20 or higher,
-Str -> Attack + 1
-Int -> Magic Attack + 1
-Vit -> Tolerance to Neutral Property + 1%
-Agi -> Increase ASPD (After Attack delay -1%)
-Dex -> Ranged Attack +1%
-Luk -> Inflict 1% more critical attack.
Class : ^777777Garment^000000
Defense : ^77777718^000000
Weight : ^77777720^000000
Required Level : ^7777771^000000
Applicable Job : ^777777Every Job^000000
#

4 . edit System/iteminfo.lua

	[30000] = {
		unidentifiedDisplayName = "Fallen Angel Wing",
		unidentifiedResourceName = "후드",
		unidentifiedDescriptionName = {
			"Unidentified item, can be identified with [Magnifier].",
		},
		identifiedDisplayName = "Fallen Angel Wing",
		identifiedResourceName = "타락천사의날개",
		identifiedDescriptionName = {
			"Large, black wings of a fallen dark angel.",
			"All Stats + 1.",
			"Base stats (without modifiers) is equal to 20 or higher,",
			"-Str -> Attack + 1",
			"-Int -> Magic Attack + 1",
			"-Vit -> Tolerance to Neutral Property + 1%",
			"-Agi -> Increase ASPD (After Attack delay -1%)",
			"-Dex -> Ranged Attack +1%",
			"-Luk -> Inflict 1% more critical attack.",
			"Type : ^777777Garment^000000",
			"Defense : ^77777718^000000",
			"Weight : ^77777720^000000",
			"Required Level : ^7777771^000000",
			"Applicable Job : ^777777Every Job^000000",
		},
		slotCount = 1,
		ClassNum = 3
	},

4. edit db/pre-ren/item_db.txt

30000,Fallen_Angel_Wing,Fallen Angel Wing,4,0,,200,,18,,1,0xFFFFFFFF,63,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}

5. use command @reloaditemdb

 

done~  /ok

Edited by Mushimaru
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   34
  • Joined:  12/13/11
  • Last Seen:  

no...you just need to edit client side

 

here is the step...lets say your new item id number is 30000

 

1. edit data/idnum2resnametable.txt

30000#타락천사의날개#

2. edit data/idnum2itemdisplaynametable.txt

30000#Fallen_Angel_Wing#

3. edit data/idnum2itemdesctable.txt

30000#
Large, black wings of a fallen dark angel.
All Stats + 1.
Base stats (without modifiers) is equal to 20 or higher,
-Str -> Attack + 1
-Int -> Magic Attack + 1
-Vit -> Tolerance to Neutral Property + 1%
-Agi -> Increase ASPD (After Attack delay -1%)
-Dex -> Ranged Attack +1%
-Luk -> Inflict 1% more critical attack.
Class : ^777777Garment^000000
Defense : ^77777718^000000
Weight : ^77777720^000000
Required Level : ^7777771^000000
Applicable Job : ^777777Every Job^000000
#

4 . edit System/iteminfo.lua

	[30000] = {
		unidentifiedDisplayName = "Fallen Angel Wing",
		unidentifiedResourceName = "후드",
		unidentifiedDescriptionName = {
			"Unidentified item, can be identified with [Magnifier].",
		},
		identifiedDisplayName = "Fallen Angel Wing",
		identifiedResourceName = "타락천사의날개",
		identifiedDescriptionName = {
			"Large, black wings of a fallen dark angel.",
			"All Stats + 1.",
			"Base stats (without modifiers) is equal to 20 or higher,",
			"-Str -> Attack + 1",
			"-Int -> Magic Attack + 1",
			"-Vit -> Tolerance to Neutral Property + 1%",
			"-Agi -> Increase ASPD (After Attack delay -1%)",
			"-Dex -> Ranged Attack +1%",
			"-Luk -> Inflict 1% more critical attack.",
			"Type : ^777777Garment^000000",
			"Defense : ^77777718^000000",
			"Weight : ^77777720^000000",
			"Required Level : ^7777771^000000",
			"Applicable Job : ^777777Every Job^000000",
		},
		slotCount = 1,
		ClassNum = 3
	},

4. edit db/pre-ren/item_db.txt

30000,Fallen_Angel_Wing,Fallen Angel Wing,4,0,,200,,18,,1,0xFFFFFFFF,63,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}

5. use command @reloaditemdb

 

done~  /ok

 

 

wrong!, he's using 2013, that way is for 2012 and before he needs to make these edits via system/iteminfo.lua/iteminfo.lub and only with lua files there are no txt files involved aside from server side.

Edited by lilcooldude69
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

 

no...you just need to edit client side

 

here is the step...lets say your new item id number is 30000

 

1. edit data/idnum2resnametable.txt

30000#타락천사의날개#

2. edit data/idnum2itemdisplaynametable.txt

30000#Fallen_Angel_Wing#

3. edit data/idnum2itemdesctable.txt

30000#
Large, black wings of a fallen dark angel.
All Stats + 1.
Base stats (without modifiers) is equal to 20 or higher,
-Str -> Attack + 1
-Int -> Magic Attack + 1
-Vit -> Tolerance to Neutral Property + 1%
-Agi -> Increase ASPD (After Attack delay -1%)
-Dex -> Ranged Attack +1%
-Luk -> Inflict 1% more critical attack.
Class : ^777777Garment^000000
Defense : ^77777718^000000
Weight : ^77777720^000000
Required Level : ^7777771^000000
Applicable Job : ^777777Every Job^000000
#

4 . edit System/iteminfo.lua

	[30000] = {
		unidentifiedDisplayName = "Fallen Angel Wing",
		unidentifiedResourceName = "후드",
		unidentifiedDescriptionName = {
			"Unidentified item, can be identified with [Magnifier].",
		},
		identifiedDisplayName = "Fallen Angel Wing",
		identifiedResourceName = "타락천사의날개",
		identifiedDescriptionName = {
			"Large, black wings of a fallen dark angel.",
			"All Stats + 1.",
			"Base stats (without modifiers) is equal to 20 or higher,",
			"-Str -> Attack + 1",
			"-Int -> Magic Attack + 1",
			"-Vit -> Tolerance to Neutral Property + 1%",
			"-Agi -> Increase ASPD (After Attack delay -1%)",
			"-Dex -> Ranged Attack +1%",
			"-Luk -> Inflict 1% more critical attack.",
			"Type : ^777777Garment^000000",
			"Defense : ^77777718^000000",
			"Weight : ^77777720^000000",
			"Required Level : ^7777771^000000",
			"Applicable Job : ^777777Every Job^000000",
		},
		slotCount = 1,
		ClassNum = 3
	},

4. edit db/pre-ren/item_db.txt

30000,Fallen_Angel_Wing,Fallen Angel Wing,4,0,,200,,18,,1,0xFFFFFFFF,63,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}

5. use command @reloaditemdb

 

done~  /ok

 

 

wrong!, he's using 2013, that way is for 2012 and before he needs to make these edits via system/iteminfo.lua/iteminfo.lub and only with lua files there are no txt files involved aside from server side.

 

 

really??...im using this step to duplicate my item db and its seem worked...im using 2015 by the way.... /hum

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   34
  • Joined:  12/13/11
  • Last Seen:  

using the text files really has no use. because clients after 2012 don't look at those. they look at the system folder. and the datainfo. inside grf.

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...