Jump to content
  • 0

need healp about custom weapon client 2013-08-07


Diss

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

i need a little help about custom weapon here's my script

 

item_db

1434,Black_Halberd,Black_Halberd,5,150,,700,28,,3,3,0x00004082,98,2,2,1,4,1,4,{},{},{}
 
 
iteminfo.lub
[1434] = {
unidentifiedDisplayName = "Black_Halberd",
unidentifiedResourceName = "Black_Halberd",
unidentifiedDescriptionName = {
"Discription"
 
},
identifiedDisplayName = "Black_Halberd",
identifiedResourceName = "Black_Halberd",
identifiedDescriptionName = {
"Discription"
},
slotCount = 4,
ClassNum = 98
},
 
for the data folder im using program rASpriteNameGen114
 
texture
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection
Black_Halberd.bmp
 
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item
Black_Halberd.bmp
 
sprite for knight
±â»ç_¿©_1434.act
±â»ç_¿©_1434.spr
±â»ç_¿©_1434_°Ë±¤.act
±â»ç_¿©_1434_°Ë±¤.spr
 
±â»ç_³²_1434.act
±â»ç_³²_1434,spr
±â»ç_³²_1434_°Ë±¤.act
±â»ç_³²_1434_°Ë±¤.spr
 
weapontable.lub
 
Weapon_IDs 
WEAPONTYPE_Black_Halberd = 98
 
 
WeaponNameTable
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = "_Black_Halberd"
 
Expansion_Weapon_IDs
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = Weapon_IDs.WEAPONTYPE_SPEAR,
 
and here's my problem
 
screenDissRO000_zps2edc0332.jpg
i think i follow the guide on ra  wiki for new client for weapon
 
so anyone can help about this 

bump !!

Edited by Diss
Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

change those _1434  to _Black_Halberd

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

change those _1434  to _Black_Halberd

@sir Neo i try but its not work still the same spear shown .. any idea ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

hmm odd which client date ru using? let me try it out

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

im using client 2013-08-07aRagexe and diff to read data folder for my test server

 

hmm odd which client date ru using? let me try it out

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

bump !!
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  05/29/13
  • Last Seen:  

same problem

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  134
  • Reputation:   4
  • Joined:  06/14/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  08/27/14
  • Last Seen:  

managed to make it work properly, after 1 fully night to add 1 item........... 2013 clients must sucks hard

Edited by moraru
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  02/22/15
  • Last Seen:  

managed to make it work properly, after 1 fully night to add 1 item........... 2013 clients must sucks hard

You might want to share how you fix it. Thanks /heh

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  06/29/14
  • Last Seen:  

Classnum = in iteminfo.lub must pair in you weaponid in your itemdb

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/27/15
  • Last Seen:  

 

texture
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection
Black_Halberd.bmp
 
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item
Black_Halberd.bmp
 
sprite for knight
±â»ç_¿©_1434.act
±â»ç_¿©_1434.spr
±â»ç_¿©_1434_°Ë±¤.act
±â»ç_¿©_1434_°Ë±¤.spr
 
±â»ç_³²_1434.act
±â»ç_³²_1434,spr
±â»ç_³²_1434_°Ë±¤.act
±â»ç_³²_1434_°Ë±¤.spr
 
weapontable.lub
 
Weapon_IDs 
WEAPONTYPE_Black_Halberd = 98
 
 
WeaponNameTable
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = "_Black_Halberd"
 
Expansion_Weapon_IDs
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = Weapon_IDs.WEAPONTYPE_SPEAR,
 
"for the data folder im using program rASpriteNameGen114"

 

I got problems running rASNG (female and male sprite differences), Manualy add sprites on its designated folders

 

try to use SDE for database so you wont get confusions

 

Use in View = 98

 

ex.

item_db

1434,Black_Halberd,Black_Halberd,5,150,,700,28,,3,3,0x00004082,98,2,2,1,4,1,98,{},{},{}
 
Yellow = wrong?
Red = "View" column
Edited by trenzerai
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

 

 

texture
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection
Black_Halberd.bmp
 
RO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item
Black_Halberd.bmp
 
sprite for knight
±â»ç_¿©_1434.act
±â»ç_¿©_1434.spr
±â»ç_¿©_1434_°Ë±¤.act
±â»ç_¿©_1434_°Ë±¤.spr
 
±â»ç_³²_1434.act
±â»ç_³²_1434,spr
±â»ç_³²_1434_°Ë±¤.act
±â»ç_³²_1434_°Ë±¤.spr
 
weapontable.lub
 
Weapon_IDs 
WEAPONTYPE_Black_Halberd = 98
 
 
WeaponNameTable
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = "_Black_Halberd"
 
Expansion_Weapon_IDs
[Weapon_IDs.WEAPONTYPE_Black_Halberd] = Weapon_IDs.WEAPONTYPE_SPEAR,
 
"for the data folder im using program rASpriteNameGen114"

 

I got problems running rASNG (female and male sprite differences), Manualy add sprites on its designated folders

 

try to use SDE for database so you wont get confusions

 

Use in View = 98

 

ex.

item_db

1434,Black_Halberd,Black_Halberd,5,150,,700,28,,3,3,0x00004082,98,2,2,1,4,1,98,{},{},{}
 
Yellow = wrong?
Red = "View" column

 

 

Follow this guide: 
https://rathena.org/wiki/Custom_Items
https://rathena.org/wiki/Custom_weapons

Edited by Lelouch vi Britannia
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...