Any item/NPC/Monster Id list?

11/11/2010 21:51 Toxiccornholeo#1
Hey, was wondering if there were any ID list of things like

Button/Case ID's
NPC ID's
Monster ID's
Shop ID's
Map ID's
Item ID's
(or how to read the item list, what all the different numbers represent)?

I'm starting on an awesome clean server (Credits to -Impulse-) and need some ID's cuz I dont feel like tracking them down myself >.>

Any help would be awesome thanks guys@!
11/11/2010 23:07 Arcо#2
I released an entire list of npc id's.
ShopID's are in the shop.dat of the client.
Monster ID's are the first 3 numbers of the dds file.
mapids are released.
ItemIDs are in itemtype.dat, just decrypt it.
11/11/2010 23:25 FuriousFang#3
Most of that can be found in the ini folder of the client! =]
I'm working on a website that will help a lot of people out, so look for it I guess. I've been putting it off a lot since I'm busy with my project ><
11/12/2010 01:33 ToxicCorn#4
What about case ID's for buttons? o.0
11/12/2010 01:56 pro4never#5
What do you mean case ID's?...

There isn't simply a case number for most buttons. Most of them are all different packets which they send to the server.
11/12/2010 04:06 ToxicCorn#6
Well when I coded for a Runescape p server, if I were too click on something it would activate under a certain case: #### and you just write the code under it. I don't know if its like that here or not but I was just basically wondering how to tell a button do complete a task. I just dont know how to Identify the type/packet.
11/12/2010 04:07 Arcо#7
Quote:
Originally Posted by ToxicCorn View Post
What about case ID's for buttons? o.0
You mean packetID's.

Alot of em can be found in Korvacs wiki.
11/12/2010 04:11 ToxicCorn#8
Could u possibly give me a link if its not too much trouble?
11/12/2010 04:34 Arcо#9
Srsly.
Learn to read stickies before posting.
11/12/2010 06:59 Toxiccornholeo#10
My appologies