Hardmuscle

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

3 Neutral

About Hardmuscle

  • Rank
    Settler

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Ah yes, thank you for the correction. After learning I could only obtain the TEMPLATEID (in wurmitems.db) for items currently existing in the world, I resorted to decompiling the ItemList.class (in the server.jar) to obtain the complete list (where there is no such reference). By the time I was done making my list, I actually forgot what they were called or referred to in the .db. I corrected my post, and again, thank you for pointing that out.
  2. I am glad you like it, and that it works in Firefox too.
  3. So, after a long search for information about the #give command, I came to a dead end (aside from 1 post where the command for the ebony wand [176] was shared by a GM). I then learned how to obtain the 'TEMPLATEID' for every item in the game (as opposed to the WURMID). There are 1086 'TEMPLATEIDs' for use with the #give command. To help me and the community get better acquainted with the #give command, I made a list on a web page, complete with 'copy to clipboard' buttons and 'sortable columns'. I debated for awhile how I would go about sharing this and I'm still not entirely certain if this is the best route, but I couldn't see myself posting 1086 commands in a raw text list, to this forum or to Steam. So, here it is: http://cheeseburger.coffeecup.com/give.html Source: view-source:http://cheeseburger.coffeecup.com/give.html I promise there is nothing shady about the page; it contains zero advertisements and zero monetary intentions. The page itself has zero host dependencies, which means; if you wish to store a copy for yourself, you can either right click the link and choose 'save link as' ; or you can copy the source code to a blank.html file and use it just as well. There are however two requirements for using the page; You must be using a Webkit enabled browser and you must allow JavaScript; else the page won't work properly. Edit: It's best viewed in Chrome, Firefox, Microsoft Edge, etc.. Anyways, I hope this helps someone. ~ Enjoy. Note: I removed 16 non-(or no longer)-existing commands from the page. Example: #give 1101 returns "This item id does not exist!"; despite being listed as "champagne" in the .class file, and some were removed from (or never existed in) the .class file to start with (eg; 235). So, if you notice some missing (skipped over) IDs in the list; that is the reason. I used each and every one of these commands in-game (it made me dizzy after awhile), both to confirm they work and to get the correct name of each item for the list, as the name of each item differs between the ItemList.class (ironBar), the wurmitems.db (lump), and the game (lump, iron). Whatever you do: Don't create (with the ebony wand) or #give yourself (in chat) inventory or body parts (leg, arm, head, torso, hand, foot, body, face, eye, legs), unless you know exactly what to do with them. I'm sure they have a use, else we wouldn't be able to obtain them in either fashion. Unless you know how to use them, or how to edit the appropriate .db, they can't be destroyed (with the ebony wand) or moved from your inventory.