Jump to content

[Guide] Adding Custom Item [Renewal]


eJay

Recommended Posts


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

Video Coming Soon

 

 

 

 

1st Step:
go to:

 

Quote

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection

add your sprite for Example:
Blood_Helm.jpg Blood_Helm
 

Quote

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item

Blood_Helm-1.jpgBlood_Helm

2nd Step:
go to data
Open

idnum2itemdesctable

 

Quote

17000#
Str + 10
Class :^777777 Headgear^000000
Defense :^777777 0^000000
Equipped on :^777777 Lower^000000
Required Level :^777777 ??^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#

 

idnum2itemdisplaynametable

 

 

Quote

17000#Blood Helm# //<---------------- In game name

 

idnum2itemresnametable

 

 

Quote

17000#Blood_Helm#

 

3rd Step:
Go to

 

 

Quote

data/sprite/¾ÆÀÌÅÛ

This file (¾ÆÀÌÅÛ) is for Drop item which is act. and spr.

Quote

Blood_Helm.act and Blood_Helm.spr

 

4th Step:
Go to

 

 

Quote

data\sprite\¾Ç¼¼»ç¸®\¿©

Put the following files, This sign "¿©" is for Female Character.

Quote

¿©_Blood_Helm.act and ¿©_Blood_Helm.spr

 

5th Step:
Go to

 

 

Quote

data\sprite\¾Ç¼¼»ç¸®\³²

Put the following files, This sign "¿©" is for Male Character.

Quote

³²_Blood_Helm.act and ³²_Blood_Helm.spr

 

6th Step:
go to data\lua files\datainfo
Open accessoryid.lua as Notepad

 

Quote

<TAB>ACCESSORY_BLOOD_HELM = 1001,

 

Open accname.lua as notepad

 

Quote

<TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM",

 

 

 

7th Step:

also config it to server, go to db/item_db2.txt at the last line of notepad or Wordpad
for example

Quote

17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{}

<----You'll see "1001" at the last part,, that will be your View ID that you put on accessoryid.lua


 Hope this will help you, don't forget to hit green button, Have a good day  :D

Edited by eJay
  • Upvote 4
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

bat ganun kapag maglalagay ng marami di na gumagana ung client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  395
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

bat ganun kapag maglalagay ng marami di na gumagana ung client.

double check the accessoryid.lua and accname.lua bka my typo ka kasi d sya mag wworkout kpag my typo ka double check the = , . ] [ mostly dyan nagkaka typo eh

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  10/09/12
  • Last Seen:  

cant find the idnum2itemdesctable file in the data folder. patulong nman.. wala tlga. D:

Edited by powerboxx
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

new data folder ba yan? ikaw gumawa? or gawa na? data folder ng ibang server? =)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  10/09/12
  • Last Seen:  

5,20,,100,,1,,1,0xFFFFFFFE,7,2,256,,10,1,1000,{},{},{} <===what does 5, 20, 100, 1 do here? and 7 , 2 , 10? ( item scripting)

Edited by powerboxx
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

bkit ganun my error ako sinunod ko nmn ng tama ung step mo . . . unknown apple lumalabas then eto lumalabas pag start ko client

a1lro0.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

anung client ang gamit mo? qng 2012 it should be lub files not lua files and use latest luadec compiler.

bkit ganun my error ako sinunod ko nmn ng tama ung step mo . . . unknown apple lumalabas then eto lumalabas pag start ko client

a1lro0.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

yep im using 2012 client po . . . san ko makukuha ung luadec compiler po???

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

pano sa weapon? ayaw mag pakita ng sprite ng weapon instead normal or default sprite ang nag papakita? usiing 2012-04-10aRagexeRe

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  243
  • Reputation:   1
  • Joined:  08/29/12
  • Last Seen:  

sir ung custom item po ba is may limit kasi 150 n ung aken 125 lng una na reread ng server tapos ung 126 na item na may picture nasusuot sya pero walang lumalabas na sprite at itchura.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  01/14/13
  • Last Seen:  

1st Step:

go to:

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection

add your sprite for Example:

Blood_Helm.jpg Blood_Helm

>

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item

Blood_Helm-1.jpgBlood_Helm

2nd Step:

go to data

Open

idnum2itemdesctable

17000#

Str + 10

Class :^777777 Headgear^000000

Defense :^777777 0^000000

Equipped on :^777777 Lower^000000

Required Level :^777777 ??^000000

Weight :^777777 10^000000

Applicable Job :^777777 Every Job^000000

#

idnum2itemdisplaynametable

17000#Blood Helm# //<---------------- In game name

idnum2itemresnametable

17000#Blood_Helm#

3rd Step:

Pumunta sa

data/sprite/¾ÆÀÌÅÛ

dito mo ilagay ang Drop Item file

Ang file para sa drop ay dalawa

Blood_Helm and Blood_Helm.spr

4th Step:

Pumunta sa

data\sprite\¾Ç¼¼»ç¸®\¿©

at ilagay ang mga sumusunod na file Ang sign na to "¿©" ay pang Female Character.

¿©_Blood_Helm and ¿©_Blood_Helm.spr

5th Step:

Pumunta sa

data\sprite\¾Ç¼¼»ç¸®\³²

at ilagay ang mga sumusunod na file Ang sign na to "³²" ay pang Male Character.

³²_Blood_Helm and ³²_Blood_Helm.spr

6th Step:

go to data\lua files\datainfo

Open accessoryid.lua as Notepad

ACCESSORY_BLOOD_HELM = 1001,

Open accname.lua as notepad

[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM",

and also config mo sa server go to db/item_db2.txt at the last line ng notepad

for example

17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{}

<----Makikita mo sa huling # na 1001 yan ang View ID na nilagay mo sa accessoryid.lua

Sana nkatulong po ako.. :)

 

After po nito, ano gagawin para mapatch ung custom item? Can you make another step by step procedure until the item successful done? (Video is Better) Thanks po.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

anung client ang gamit mo? qng 2012 it should be lub files not lua files and use latest luadec compiler.

 

bkit ganun my error ako sinunod ko nmn ng tama ung step mo . . . unknown apple lumalabas then eto lumalabas pag start ko client

a1lro0.jpg

Use proper tab in accname.lua and make sure your lub files is same to your client date

-- I'm using 2012-04-10

bat ganun kapag maglalagay ng marami di na gumagana ung client.

Use proper tab

<TAB>ACCESSORY_BLOOD_HELM = 1001,

same din sa accname.lua

5,20,,100,,1,,1,0xFFFFFFFE,7,2,256,,10,1,1000,{},{},{} <===what does 5, 20, 100, 1 do here? and 7 , 2 , 10? ( item scripting)

You can find this script to svn server/db/item_db2.txt

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/25/13
  • Last Seen:  

First of all, I am not here to bump this Guide.

Back to eAthena the previous and former forum, a Member posted this kind of Guide before, ofcourse guides comes to the main source should be the one to own a credit. . unless if you're the one who really did that, then forget this message.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

First of all, I am not here to bump this Guide.

Back to eAthena the previous and former forum, a Member posted this kind of Guide before, ofcourse guides comes to the main source should be the one to own a credit. . unless if you're the one who really did that, then forget this message.

Are you trying to say that there is another way to do this??

obviously every guide on how to put custom items are pretty much the same,

and how do you know that this guy you talking about is the first one who first "created" this guide?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/25/13
  • Last Seen:  

I didn't say:

 

-There is another way to do this.

-The member is boy? uhhmmm, I didn't say that the member is a boy

 

Read some guides, there is always a link-back or a credit name who really the first one created the guide.

See my message?: if you're the one who really did that, then forget this message.

 

 

Even a simple "idea, guides, theory, experiments, recipes" you are the one who created that using your mind, even a single/peace of stone but if you really want to protect that, you will.

Edited by Common Sense
Link to comment
Share on other sites

  • 5 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  01/12/13
  • Last Seen:  

Error dn po ako tulad ng kay Kaiz .. 

 

tapos kpag ingame .. hnd nalabas ung sprite sa UPPER & LOWER tapos kpag ALT+Q nag error po ako 

 

 

Pa help po .. thanks .

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

First of all, I am not here to bump this Guide.

Back to eAthena the previous and former forum, a Member posted this kind of Guide before, ofcourse guides comes to the main source should be the one to own a credit. . unless if you're the one who really did that, then forget this message.

Are you trying to say that there is another way to do this??

obviously every guide on how to put custom items are pretty much the same,

and how do you know that this guy you talking about is the first one who first "created" this guide?

 

Hi, i just want you to know that this guide is simple and all of rathena member can make this guide easily basically on their own knowledge, but please be inform that this guide is my own knowledge on how to put custom item however i just learned it to eAthena and i just only want to shared it.

  • Upvote 1
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/25/13
  • Last Seen:  

Excuse got problem here.. I did exactly like what u post... Everything work fine until the item arrive at my inventory.. Or bag.. The problem is.. When i use the equip... It doesn't show up.. But no where show an error... It just won't show up hen u use it... Can u help?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

Excuse got problem here.. I did exactly like what u post... Everything work fine until the item arrive at my inventory.. Or bag.. The problem is.. When i use the equip... It doesn't show up.. But no where show an error... It just won't show up hen u use it... Can u help?

 

There is a plenty of stuff that will cause error, try to look them at item_db.txt did you put View ID of the item there ?

Edited by Kim
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  47
  • Reputation:   0
  • Joined:  01/16/12
  • Last Seen:  

is there any guide on adding a custom items... a  "NEWBIE FRIENDLY GUIDE!!" ... i followed the guide above but its not working on me... it only gives me "Unknown Item" .. but theres no error ... and i can also put in my equips without any errors ..



hmmmm ... anyway who's the original poster of this?... LOL post-1570-0-58921300-1379448551_thumb.jpgpost-1570-0-13664200-1379448554_thumb.jpgpost-1570-0-70735600-1379448556_thumb.jpgpost-1570-0-79215800-1379448558_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

Let me see your idnum2resnametable and accessoryid and accname also your item db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  09/14/13
  • Last Seen:  

d makita ng game ang custom item na add nakin sa game... followed the guide except (insteam of item2etctect) iteminfo.lua and compile it to .lub (bagong client nkin kasi) at na edit ko naman rin ang accname and accid and na add naman nakn yung spr at item_db

 

item not found kapag e search nkin gamit ang @ii command... pero yung mga item na nandyan sa game nga inedit nkn working sa game :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

nalagay mo ba mga custom items mo sa item_db2.txt? or item_db.txt?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

Can u post the picture of accname and accessory also idnum2itemresname and item_db.

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
Reply to this topic...

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