Jump to content
  • 0

Sprite New Custom Weapon Not Show


JoshXp

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  124
  • Reputation:   0
  • Joined:  01/21/13
  • Last Seen:  

Hello rAthena Users.

i want to make some Custom Weapons on my Server,

but, i still didn't understand from Wiki / Another Guide.

So this is my question :
1. On This Link https://rathena.org/board/topic/79413-info-on-item-id-ranges-for-weapons/ he's explain Item ID Ranges for Weapon,

So What is ID Ranges for Weapon ?? it is on accname.lub / accessoryid.lub ?

i'm using 2013 client so it should only editing on System\Iteminfo.lua right ?

2. On System\Iteminfo.lua what's mean " clasnumb = " is Type of Weapon Right ?

So This is my config :
 

On data\idnum2itemesctable
40283#
^FF0000[Gevus Custom Item]^000000
Envyblade
ATK :^777777 1000^000000
Equipped on :^777777 Weapon^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#
On data\idnum2itemdisplaynametable
40283#Envyblades#
On data\idnum2resnametable
40283#Envyblade#
On data\idnum2itemslotcounttable
40283#4#
On Item DB :
40283,Envyblade,Envyblades,4,1,0,100,100,,1,4,0x00000002,15,2,2,4,1,1,2,{},{},{}
On Systeem\Iteminfo.lua
[40283] = {
		unidentifiedDisplayName = "",
		unidentifiedResourceName  = "",
		unidentifiedDescriptionName = {
		},
		identifiedDisplayName = "Enbyblades",
		identifiedResourceName = "Envyblade",
		identifiedDescriptionName = {
			"^FF0000[Gevus Custom Item]^000000",
			"Defense :^777777 10^000000",
			"Equipped on :^777777 Lower^000000",
			"Weight :^777777 10^000000",
			"Applicable Job :^777777 Every Job^000000",
		},
		slotCount = 4,
		ClassNum = 2
	},
On \data\sprite\악세사리\
남_Envyblade.act
남_Envyblade.spr
여_Envyblade.spr
여_Envyblade.act

On \data\sprite\인간족\검사
검사_남_40283.act
검사_남_40283.spr
검사_남_40283_검광.act
검사_남_40283_검광.spr
검사_여_40283.act
검사_여_40283.spr
검사_여_40283_검광.act
검사_여_40283_검광.spr

i don't know what's wrong.

 

Please Help me

and once again ;

i already generate from https://rathena.org/board/files/file/2494-ra-sprite-name-gen/

But, i make one mistake it is a i left empty " Dir ", but the application still generate,

so where it will generate ? i want to delete them :(

Link to comment
Share on other sites

2 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:  

https://rathena.org/wiki/Custom_Items#Weapon_Sprite_Solution_.28For_New_Clients.29

 

the classNum is the viewid you specify in WeaponTable.lub

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  124
  • Reputation:   0
  • Joined:  01/21/13
  • Last Seen:  

https://rathena.org/wiki/Custom_Items#Weapon_Sprite_Solution_.28For_New_Clients.29

 

the classNum is the viewid you specify in WeaponTable.lub

 

Yes i already follow it,

but when i'm want to loggin the exe says " Error WeaponTable.lub " and another things....

 

=========================================EDIT===================================

 

I already add it on my Server,

but, when the player attacking it's show some weird like this :

f3238d476244489.jpg

Anyone can help me ?? :(

i also already trying follow on wiki, but the result still same.

i using 2013 Client :)

Please help me... i really want this Custom Weapon on my Server :(

Edited by JoshXp
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...