Jump to content
  • 0

Client side Custom Headgear problem


garias

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/23/12
  • Last Seen:  

Hello, i have setup my server, with last rAthena server with sql, server working very stable and added some customs items but trying to work on the custom headgear im havving display problems.

 

i followed this guide: https://rathena.org/wiki/Custom_Items#View_IDs.2C_Having_A_Custom_Headgear_Without_Xray

 

using client: 2015-11-04aRagexe

 

item in sqldb

REPLACE INTO `item_db_re` VALUES (50325,'Baal_H','Baal Hat',5,0,0,20,NULL,20,NULL,1,0xFFFFFFFF,15,2,256,NULL,NULL,1,1553,'bonus bAllStats,10;',NULL,NULL);

edited: accname.lub, accessoryid.lub and iteminfo.lua with demo info, item displays good, into client but not when i equipped it see attached images.

 

post-4127-0-59801100-1476127886_thumb.png

 

post-4127-0-54883100-1476127967_thumb.png

 

post-4127-0-86057100-1476128023_thumb.png

Edited by garias
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

It doesn't seem like it's in English. You might have imported the lub file incorrectly.

 

Also make sure the directory is data\luafiles514\lua files\datainfo

 

Some folder are arranged as data\lua files\datainfo which doesn't work for that client version.

Edited by Isaiah
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

The first and third image is confusing. Which one of the screenshot shows the real problem?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/23/12
  • Last Seen:  

sorry for that, the first image it when the item is droped, second, on the item storage menu, and the third is when i wear it, it dont shows up, the third images is the problem.

 

 

The first and third image is confusing. Which one of the screenshot shows the real problem?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

Can you paste a few lines from the accessoryid and accname lub files?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/23/12
  • Last Seen:  

here it is:

 

accessoryid.lub

ACCESSORY_RoCelebrationHat = 1541,
	ACCESSORY_FREE_HUG = 1542,
	ACCESSORY_BR_GUILDMAN = 1543,
	ACCESSORY_BR_PARTY = 1544,
	ACCESSORY_BR_PARTYMAN = 1545,
	ACCESSORY_BR_BEGGING = 1546,
	ACCESSORY_Truemoney_TH = 1547,
	ACCESSORY_Vampire_Familiar = 1548,
	ACCESSORY_Stall_Of_Bat = 1549,
	ACCESSORY_Bloody_Stop_Bandage = 1550,
	ACCESSORY_Ghostring_Tall_Hat = 1551,
	ACCESSORY_Guardian_Processor = 1552,
	ACCESSORY_BAAL_H = 1553

accname.lub

	[ACCESSORY_IDs.ACCESSORY_RoCelebrationHat] = "_Ro기념모자",
	[ACCESSORY_IDs.ACCESSORY_FREE_HUG] = "_프리허그모자",
	[ACCESSORY_IDs.ACCESSORY_BR_GUILDMAN] = "_브라질길원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTY] = "_브라질파티모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTYMAN] = "_브라질파티원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_BEGGING] = "_브라질구걸모자",
	[ACCESSORY_IDs.ACCESSORY_Truemoney_TH] = "_트루머니간판_TH",
	[ACCESSORY_IDs.ACCESSORY_Vampire_Familiar] = "_뱀파이어의사역마",
	[ACCESSORY_IDs.ACCESSORY_Stall_Of_Bat] = "_박쥐스톨",
	[ACCESSORY_IDs.ACCESSORY_Bloody_Stop_Bandage] = "_피묻은사안봉인붕대",
	[ACCESSORY_IDs.ACCESSORY_Ghostring_Tall_Hat] = "_고스트링톨햇",
	[ACCESSORY_IDs.ACCESSORY_Guardian_Processor] = "_가디언프로세서",
	[ACCESSORY_IDs.ACCESSORY_BAAL_H] = "baal_h"
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

 

here it is:

 

accessoryid.lub

ACCESSORY_RoCelebrationHat = 1541,
	ACCESSORY_FREE_HUG = 1542,
	ACCESSORY_BR_GUILDMAN = 1543,
	ACCESSORY_BR_PARTY = 1544,
	ACCESSORY_BR_PARTYMAN = 1545,
	ACCESSORY_BR_BEGGING = 1546,
	ACCESSORY_Truemoney_TH = 1547,
	ACCESSORY_Vampire_Familiar = 1548,
	ACCESSORY_Stall_Of_Bat = 1549,
	ACCESSORY_Bloody_Stop_Bandage = 1550,
	ACCESSORY_Ghostring_Tall_Hat = 1551,
	ACCESSORY_Guardian_Processor = 1552,
	ACCESSORY_BAAL_H = 1553

accname.lub

	[ACCESSORY_IDs.ACCESSORY_RoCelebrationHat] = "_Ro기념모자",
	[ACCESSORY_IDs.ACCESSORY_FREE_HUG] = "_프리허그모자",
	[ACCESSORY_IDs.ACCESSORY_BR_GUILDMAN] = "_브라질길원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTY] = "_브라질파티모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTYMAN] = "_브라질파티원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_BEGGING] = "_브라질구걸모자",
	[ACCESSORY_IDs.ACCESSORY_Truemoney_TH] = "_트루머니간판_TH",
	[ACCESSORY_IDs.ACCESSORY_Vampire_Familiar] = "_뱀파이어의사역마",
	[ACCESSORY_IDs.ACCESSORY_Stall_Of_Bat] = "_박쥐스톨",
	[ACCESSORY_IDs.ACCESSORY_Bloody_Stop_Bandage] = "_피묻은사안봉인붕대",
	[ACCESSORY_IDs.ACCESSORY_Ghostring_Tall_Hat] = "_고스트링톨햇",
	[ACCESSORY_IDs.ACCESSORY_Guardian_Processor] = "_가디언프로세서",
	[ACCESSORY_IDs.ACCESSORY_BAAL_H] = "baal_h"

 

Sorry for the late response. Are you using a grf or a data folder for your lub files?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/23/12
  • Last Seen:  

 

 

here it is:

 

accessoryid.lub

ACCESSORY_RoCelebrationHat = 1541,
	ACCESSORY_FREE_HUG = 1542,
	ACCESSORY_BR_GUILDMAN = 1543,
	ACCESSORY_BR_PARTY = 1544,
	ACCESSORY_BR_PARTYMAN = 1545,
	ACCESSORY_BR_BEGGING = 1546,
	ACCESSORY_Truemoney_TH = 1547,
	ACCESSORY_Vampire_Familiar = 1548,
	ACCESSORY_Stall_Of_Bat = 1549,
	ACCESSORY_Bloody_Stop_Bandage = 1550,
	ACCESSORY_Ghostring_Tall_Hat = 1551,
	ACCESSORY_Guardian_Processor = 1552,
	ACCESSORY_BAAL_H = 1553

accname.lub

	[ACCESSORY_IDs.ACCESSORY_RoCelebrationHat] = "_Ro기념모자",
	[ACCESSORY_IDs.ACCESSORY_FREE_HUG] = "_프리허그모자",
	[ACCESSORY_IDs.ACCESSORY_BR_GUILDMAN] = "_브라질길원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTY] = "_브라질파티모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_PARTYMAN] = "_브라질파티원모집모자",
	[ACCESSORY_IDs.ACCESSORY_BR_BEGGING] = "_브라질구걸모자",
	[ACCESSORY_IDs.ACCESSORY_Truemoney_TH] = "_트루머니간판_TH",
	[ACCESSORY_IDs.ACCESSORY_Vampire_Familiar] = "_뱀파이어의사역마",
	[ACCESSORY_IDs.ACCESSORY_Stall_Of_Bat] = "_박쥐스톨",
	[ACCESSORY_IDs.ACCESSORY_Bloody_Stop_Bandage] = "_피묻은사안봉인붕대",
	[ACCESSORY_IDs.ACCESSORY_Ghostring_Tall_Hat] = "_고스트링톨햇",
	[ACCESSORY_IDs.ACCESSORY_Guardian_Processor] = "_가디언프로세서",
	[ACCESSORY_IDs.ACCESSORY_BAAL_H] = "baal_h"

 

Sorry for the late response. Are you using a grf or a data folder for your lub files?

 

 

i extracted the main grf from the client, apply english translation, and repack the grf, i make the ganges i just edit the file in data folder and then copy it to the grf with the grf editor with blue icon..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/23/12
  • Last Seen:  

umm you right, i always modified the data\lua files\datainfo and not the other one

 

also for the lang seems like when i copied my items folder copied some file form the old client i used on 2013.. 

 

 

what i will do is to delete all and rebuild my client using the kro client and put the english files and try to use the data\luafiles514\lua files\datainfo

 

i think thats my problem, thanks for the info.!!

 

i will test and post results now, and mark as solved


on this route kRO_20160913\data\luafiles514\datainfo   i got this 2 files: jobname_f.lub, petinfo.lub

 

but on thid route: C:\Work\ro project\kRO_20160913\data\luafiles514\lua files\datainfo\ i got all the lub files like in the wrong one.. 

 

do i need to modify that, or copy the files to  kRO_20160913\data\luafiles514\datainfo ?

 

what do i need to do there ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

The second file path seems correct but they should contain the same amount of lub/lua files. If you want to be thorough you can download the latest one by @zackdreaver LINK

 

Make sure you choose the right one, either pre-re or Renewal data folder because they have slight differences.

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