Jump to content
  • 0

Sprite New Custom Weapon Not Show


Question

Posted

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

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

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

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