Thread: Full smithing

Results 1 to 5 of 5
  1. #1 Full smithing 
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    Ok, well I'm using Devolution source, and I'm in need of a full smithing code.

    Since I can't be annoyed working on a full code, I'm coming here for a request .

    At least main armour/weps would be fine . I could do edits, but my time is precious, so the best possible code you can find/make will be helpful. Rep++ also . Maybe some $$, depends my mood .
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
    Reply With Quote  
     

  2. #2  
    //

    Join Date
    Jun 2007
    Posts
    45
    Thanks given
    2
    Thanks received
    14
    Rep Power
    654
    You ask for perfection, but no-one can make a half decent source. Good luck finding.
    :-)
    Reply With Quote  
     

  3. #3  
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    True . Fixed it. Just looking for a simple base to work off of, with at least most items. Takes quite long not the code, but putting it all together .
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
    Reply With Quote  
     

  4. #4  
    //

    Join Date
    Jun 2007
    Posts
    45
    Thanks given
    2
    Thanks received
    14
    Rep Power
    654
    Well, from this community you'll get not a great "code". Your better off constructing it yourself. I'll help you get started (:

    Code:
    import java.util.HashMap;
    import java.util.Map;
    
    public class Smithing
    {
    
    	public Smithing()
    	{ }
    	
    	private static Map<Item, BarAmount> smithItem = new HashMap<Item, BarAmount>();
    	static {
    			smithItem.put("Iron_Sword", 1);
    	}
    	
    }
    Finish making all the items, then make sure it reads the functions. And then outputs them. (;
    :-)
    Reply With Quote  
     

  5. #5  
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    I know how to get started etc. I could make my own to, but I cba atm. Takes quite some time which I don't have if I can get one. Thx for help though . I'll give it a few days to see if anyone has one, if not I have no choice but to create my own.
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
    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
  •