dumping the ids are client sided.
Just write a command that can read the cache and print out all the info you need.
|
|
Hello,
I would like to know how i can find the
NPC: IDS + Emotes (Attack,Defence)
Items ID
for the osrs data.
Thanks for ready.
Add more to it.
Code:public static void dumpData() { try { FileWriter fw = new FileWriter("NPCDump.cfg"); String themodels; for (int j = 0; j < 14377; j++) { EntityDef npc = EntityDef.forID(j); themodels = Arrays.toString(npc.anIntArray94); fw.write(j + " " + npc.name + " Stand: " + npc.standAnim + " Walk: " + npc.walkAnim + " Model: " + themodels + "\r\n"); } fw.close(); } catch (IOException ioe) {ioe.printStackTrace();} }
Thanks for helping gonna try it out
| « Lobby | money pouch » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |