Jump to content
  • 0

Changecart2 Icon ISSUE


DEsMOn

Question


  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

Hello Experts

Can any 1 guide me to fix this Change Cart2 Icon issue

Please give details explanation if possible about how to change or fix.

image.png.7a90d7c972f6a0bf7caddb450ae77613.png

 

Edited by DEsMOn
New Image
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, DEsMOn said:

Hello Experts

Can any 1 guide me to fix this Change Cart2 Icon issue

Please give details explanation if possible about how to change or fix.

image.png.7a90d7c972f6a0bf7caddb450ae77613.png

 

Its regarding the skilldescript.lub, skillinfolist.lub and skilltreeview.lub in skillinfoz from your GRF so pre-renewal most probably doesnt have this.

You need to add the info manually. You can get it from here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz

Search for MC_CARTDECORATE

skilldescript.lub

 

[SKID.MC_CARTDECORATE] = {

"Change Cart 2",

"^CC3399Requirement: Finish Quest^000000",

"Type: ^339900Supportive^000000",

"Description: ^777777You can choose a variety of",

"cute designs carts.^000000"

},
 

skillinfolist.lub

	[SKID.MC_CARTDECORATE] = {
		"MC_CARTDECORATE",
		SkillName = "Change Cart 2",
		MaxLv = 1,
		SpAmount = { 40 },
		bSeperateLv = false,
		AttackRange = { 1 }
	},

skilltreeview.lub

	[JOBID.JT_MERCHANT] = {
		[1] = SKID.MC_INCCARRY,
		[3] = SKID.MC_MAMMONITE,
		[4] = SKID.MC_IDENTIFY,
		[5] = SKID.MC_LOUD,
		[8] = SKID.MC_DISCOUNT,
		[9] = SKID.MC_PUSHCART,
		[12] = SKID.MC_CHANGECART,
		[13] = SKID.MC_CARTDECORATE,
		[15] = SKID.MC_OVERCHARGE,
		[16] = SKID.MC_VENDING,
		[19] = SKID.MC_CARTREVOLUTION
	},

 

Edited by Chaos92
additional info
  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

On 4/24/2022 at 4:25 PM, Chaos92 said:

Its regarding the skilldescript.lub, skillinfolist.lub and skilltreeview.lub in skillinfoz from your GRF so pre-renewal most probably doesnt have this.

You need to add the info manually. You can get it from here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz

Search for MC_CARTDECORATE

skilldescript.lub

skillinfolist.lub

skilltreeview.lub

 

Thank you for the reply sir, Will check and update soon...

Update :- Still same.. nothing happend

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

Just now, DEsMOn said:

 

your client read lub files or not ? and what clientdate ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

8 minutes ago, Chaos92 said:

your client read lub files or not ? and what clientdate ?

reads lua file. 20180621

Edited by DEsMOn
typo
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.

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