Jump to content
  • 0

Help in adding custom headgear


Question

Posted

I am currently following this guide: http://rathena.org/board/topic/83136-adding-custom-items-renewal/

 

I am now in editing idnum2itemresnametable.txt but all I see is texts in format like this:

501#»¡°£Æ÷¼Ç#
502#ÁÖÈ«Æ÷¼Ç#
503#³ë¶õÆ÷¼Ç#
504#ÇϾáÆ÷¼Ç#
505#ÆÄ¶õÆ÷¼Ç#
506#ÃÊ·ÏÆ÷¼Ç#
507#»¡°£Çãºê#
508#³ë¶õÇãºê#
509#ÇϾáÇãºê#
510#ÆÄ¶õÇãºê#
511#ÃÊ·ÏÇãºê#
512#»ç°ú#
513#¹Ù³ª³ª#
514#Æ÷µµ#
515#´ç±Ù#
516#°í±¸¸¶#
517#°í±â#
518#²Ü#
519#¿ìÀ¯#
520#È÷³ª·¹ÀÇÀÙ»ç±Í#
521#¾Ë·Î¿¡ÀÙ»ç±Í#
522#¸¶½ºÅ×¶óÀÇ¿­¸Å#
523#¼º¼ö#
525#¸¸´É¾à#
526#·Î¾âÁ¦¸®#
528#±«¹°ÀǸÔÀÌ#
529#»çÅÁ#
530#¸·´ë»çÅÁ#
531#»ç°úÁ꽺#
532#¹Ù³ª³ªÁ꽺#
533#Æ÷µµÁ꽺#
534#´ç±ÙÁ꽺#
535#È£¹Ú#
536#¾ÆÀ̽ºÅ©¸²#
537#±«¹°ÀǸÔÀÌ#
538#Àß±¸¿îÄíŰ#
539#Á¶°¢ÄÉÀÌÅ©#
540#±«¹°ÀǸÔÀÌ#
541#±«¹°ÀǸÔÀÌ#
542#¸íÀý°úÀÚ#
543#¸íÀý¹«Áö°³¶±#
544#ȸ#
545#·¹µå½½¸²Æ÷¼Ç#
546#¿»·Î¿ì½½¸²Æ÷¼Ç#
547#È­ÀÌÆ®½½¸²Æ÷¼Ç#
548#Ä¡Áî#
549#¹ã°í±¸¸¶#
550#»½Æ¢±â#
551#Ãʹä#
552#KETUPAT#

How to fix? :(

9 answers to this question

Recommended Posts

Posted

kRO_RagexeRE_2012_04_10a

Okay so you're not using iteminfo.lua yet

 

to add a line to the resnametable;

501#»¡°£Æ÷¼Ç#
502#ÁÖÈ«Æ÷¼Ç#

The number is the ID of the Item

for example

26000

Then we add the seperator

26000#

Now the name of the sprites/textures

26000#Valkyrie_Helm#

Now, all the files for that item should be labeled "Valkyrie_Helm"(in this example)

Posted

I am currently following this guide: http://rathena.org/board/topic/83136-adding-custom-items-renewal/

 

I am now in editing idnum2itemresnametable.txt but all I see is texts in format like this:

501#»¡°£Æ÷¼Ç#
502#ÁÖÈ«Æ÷¼Ç#
503#³ë¶õÆ÷¼Ç#
504#ÇϾáÆ÷¼Ç#
505#ÆÄ¶õÆ÷¼Ç#
506#ÃÊ·ÏÆ÷¼Ç#
507#»¡°£Çãºê#
508#³ë¶õÇãºê#
509#ÇϾáÇãºê#
510#ÆÄ¶õÇãºê#
511#ÃÊ·ÏÇãºê#
512#»ç°ú#
513#¹Ù³ª³ª#
514#Æ÷µµ#
515#´ç±Ù#
516#°í±¸¸¶#
517#°í±â#
518#²Ü#
519#¿ìÀ¯#
520#È÷³ª·¹ÀÇÀÙ»ç±Í#
521#¾Ë·Î¿¡ÀÙ»ç±Í#
522#¸¶½ºÅ×¶óÀÇ¿­¸Å#
523#¼º¼ö#
525#¸¸´É¾à#
526#·Î¾âÁ¦¸®#
528#±«¹°ÀǸÔÀÌ#
529#»çÅÁ#
530#¸·´ë»çÅÁ#
531#»ç°úÁ꽺#
532#¹Ù³ª³ªÁ꽺#
533#Æ÷µµÁ꽺#
534#´ç±ÙÁ꽺#
535#È£¹Ú#
536#¾ÆÀ̽ºÅ©¸²#
537#±«¹°ÀǸÔÀÌ#
538#Àß±¸¿îÄíŰ#
539#Á¶°¢ÄÉÀÌÅ©#
540#±«¹°ÀǸÔÀÌ#
541#±«¹°ÀǸÔÀÌ#
542#¸íÀý°úÀÚ#
543#¸íÀý¹«Áö°³¶±#
544#ȸ#
545#·¹µå½½¸²Æ÷¼Ç#
546#¿»·Î¿ì½½¸²Æ÷¼Ç#
547#È­ÀÌÆ®½½¸²Æ÷¼Ç#
548#Ä¡Áî#
549#¹ã°í±¸¸¶#
550#»½Æ¢±â#
551#Ãʹä#
552#KETUPAT#

How to fix? :(

You dont need to fix it, That's how things are done for official files.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...