Thread: How do i add weapons

Results 1 to 3 of 3
  1. #1 How do i add weapons 
    Registered Member Rancid's Avatar
    Join Date
    Oct 2008
    Posts
    43
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    to be wieldable. I want to be able to wield rune claws on my 508 but they wont how do i get them to?
    Reply With Quote  
     

  2. #2  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Add it in your equipment.java
    Reply With Quote  
     

  3. #3  
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    29
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    Open equipment.java and add this in the weapon name in the array.

    Code:
    private String[] weapons = {
            "scimitar", "longsword", "sword", "longbow", "shortbow", "dagger",
            "mace", "halberd", "spear", "Abyssal whip", "axe", "flail", "crossbow",
            "Torags hammers", "dagger(p)", "dagger(+)", "dagger(s)", "spear(p)",
            "spear(+)", "spear(s)", "spear(kp)", "maul", "dart", "dart(p)",
            "javelin", "javelin(p)", "knife", "knife(p)", "Longbow", "Shortbow",
            "Crossbow", "Toktz-xil", "Toktz-mej", "Tzhaar-ket", "staff", "Staff",
            "godsword", "c'bow", "Crystal bow", "Dark bow", "hammer", "claws"};
    That is mine, look at it and add the weapon name. , First word first letter capitalized second word lower case. Example: Crystal bow.

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •