Jump to content
  • 0

Info on Item ID ranges for Weapons


Question

Posted (edited)

Since i havent seen a topic with this info (atleast not in full), thought i will share what i found so far.

 

 

One handed Swords = 1100-1149, 13400-13499
Two handed Swords = 1150-1199, 21000-21999
 
Knives, Daggers etc = 1200-1249, 13000-13099
Katars = 1250-1299
 
One handed Axes = 1300-1349
Two handed Axes = 1350-1399
 
One handed Spears = 1400-1449
Two Handed Spears = 1450-1471, 1474-1499
 
Maces = 1500-1549, 16000-16999
Books = 1550-1599
Knuckles = 1800-1899
 
One Handed Staves/Rods = 1600-1699
Two Handed Staves/Rods = 1472,1473,2000-2099
 
Bows = 1700-1749, 18100-18499
Guitars = 1900-1949
Whips = 1950-1999
 
Handguns = 13100-13149
Other guns = 13150-13199
 
Ninja weapons = 13300-13399
 

 

All the other ids are currently being ignored.

 

Disclaimers:

 

1) Applicable to 2012-04-10a and older client which don't use the iteminfo.lua file for getting information.

2) I have not tested the entire range of values. They are inferences i got from the client exe file.

 

If you are interested in making the item id flexible try my modified client

=>http://rathena.org/board/topic/79646-release-2012-04-10a-with-no-weapon-item-id-restriction/?view=findpost&p=184288

Edited by MStream
  • Upvote 3

5 answers to this question

Recommended Posts

Posted (edited)

Since i havent seen a topic with this info (atleast not in full), thought i will share what i found so far.

 

 

One handed Swords = 1100-1149, 13400-13499
Two handed Swords = 1150-1199, 21000-21999
 
Knives, Daggers etc = 1200-1249, 13000-13099
Katars = 1250-1299
 
One handed Axes = 1300-1349
Two handed Axes = 1350-1399
 
One handed Spears = 1400-1449
Two Handed Spears = 1450-1471, 1474-1499
 
Maces = 1500-1549, 16000-16999
Books = 1550-1599
Knuckles = 1800-1899
 
One Handed Staves/Rods = 1600-1699
Two Handed Staves/Rods = 1472,1473,2000-2099
 
Bows = 1700-1749, 18100-18499
Guitars = 1900-1949
Whips = 1950-1999
 
Handguns = 13100-13149
Other guns = 13150-13199
 
Ninja weapons = 13300-13399
 

 

All the other ids are currently being ignored.

 

Disclaimers:

 

1) Applicable to 2012-04-10a and older client which don't use the iteminfo.lua file for getting information.

2) I have not tested the entire range of values. They are inferences i got from the client exe file.

 

If you are interested in making the item id flexible try my modified client

=>http://rathena.org/board/topic/79646-release-2012-04-10a-with-no-weapon-item-id-restriction/?view=findpost&p=184288

 

how about for custom items ?

 

i have 20120410aRagexe

 

cause i'm going to create a custom :

 

Coins

Headgears

Armors

and Accesories

 

so i want to know the item id ranges for them

Edited by rmon008
Posted

Since i havent seen a topic with this info (atleast not in full), thought i will share what i found so far.

 

One handed Swords = 1100-1149, 13400-13499
Two handed Swords = 1150-1199, 21000-21999
 
Knives, Daggers etc = 1200-1249, 13000-13099
Katars = 1250-1299
 
One handed Axes = 1300-1349
Two handed Axes = 1350-1399
 
One handed Spears = 1400-1449
Two Handed Spears = 1450-1471, 1474-1499
 
Maces = 1500-1549, 16000-16999
Books = 1550-1599
Knuckles = 1800-1899
 
One Handed Staves/Rods = 1600-1699
Two Handed Staves/Rods = 1472,1473,2000-2099
 
Bows = 1700-1749, 18100-18499
Guitars = 1900-1949
Whips = 1950-1999
 
Handguns = 13100-13149
Other guns = 13150-13199
 
Ninja weapons = 13300-13399
 
 

All the other ids are currently being ignored.

 

Disclaimers:

 

1) Applicable to 2012-04-10a and older client which don't use the iteminfo.lua file for getting information.

2) I have not tested the entire range of values. They are inferences i got from the client exe file.

 

If you are interested in making the item id flexible try my modified client

=>http://rathena.org/board/topic/79646-release-2012-04-10a-with-no-weapon-item-id-restriction/?view=findpost&p=184288

 

how about for custom items ?

 

i have 20120410aRagexe

 

cause i'm going to create a custom :

 

Coins

Headgears

Armors

and Accesories

 

so i want to know the item id ranges for them

The id ranges for weapons (and probably shields as well) on which the client can correctly display the specific sprites are hardcoded in the client. So unless you have a modified client to support other ids/ranges, you need to use the ids in the listed ranges for displaying the weapons properly.

The item types you're asking about don't have any special requirements for their functionality, so nearly every id for them is alright.

  • Upvote 1
Posted (edited)

headgears have a max limit on the view id which we increase with the "Increase Headgear View ID" patch. For other items I have not seen any limitations other than maybe 32k (2^15-1) on the item id

Edited by NeoMind
  • Upvote 1
Posted

headgears have a max limit on the view id which we increase with the "Increase Headgear View ID" patch. For other items I have not seen any limitations other than maybe 32k (2^15-1) on the item id

 

i remember i diff a view id of 30k on my ragexe for is that means that my max  id will be 30k for all the custom that i'm going to create ?

 

also in my idnum2....txt the last item is 25k something

 

so if im going to create custom items is possible to start with 30k going down

ex.

30000#item1#

29999#item2#

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