Thread: Rewritten Drop System [PI] - i got 14 Errors.

Results 1 to 10 of 10
  1. #1 Rewritten Drop System [PI] - i got 14 Errors. 
    Registered Member Thinkdifferent's Avatar
    Join Date
    Dec 2012
    Posts
    310
    Thanks given
    95
    Thanks received
    27
    Rep Power
    63
    I am Adding this Drop system
    http://www.rune-server.org/runescape...ntages-pi.html
    I did what i have to do and followed the Tutorial, compiled and got this 14 Errors
    what is the compiler saying ?
    how can i fix this Errors?
    by the way i didnt have the realdrop.java and it was not released in the Tutorial
    I think that this Errors are caused of that.
    _
    here's the Compiler
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2012
    Posts
    50
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Maybe you should try using Eclipse IDE; if you'd like add me on skype (taylan.selvi) and I'll get this done for you.
    Reply With Quote  
     

  3. #3  
    Registered Member Thinkdifferent's Avatar
    Join Date
    Dec 2012
    Posts
    310
    Thanks given
    95
    Thanks received
    27
    Rep Power
    63
    Quote Originally Posted by Influence View Post
    Maybe you should try using Eclipse IDE; if you'd like add me on skype (taylan.selvi) and I'll get this done for you.
    the 14 Errors is not fixed but
    thanks for tying to help me, and via teamviewer too.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2012
    Posts
    50
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by code 4 me View Post
    thanks for tying to help me, and via teamviewer too.
    You're welcome, if you ever need help again, give me a buzz.
    Reply With Quote  
     

  5. #5  
    Registered Member Thinkdifferent's Avatar
    Join Date
    Dec 2012
    Posts
    310
    Thanks given
    95
    Thanks received
    27
    Rep Power
    63
    Bump , need Help !
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Oct 2012
    Posts
    50
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by code 4 me View Post
    Bump , need Help !
    Please don't bump the thread, you have just started the thread.
    Reply With Quote  
     

  7. #7  
    Registered Member Thinkdifferent's Avatar
    Join Date
    Dec 2012
    Posts
    310
    Thanks given
    95
    Thanks received
    27
    Rep Power
    63
    Bump
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jul 2012
    Age
    29
    Posts
    85
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    import

    import server.model.npcs.NPCDrops;
    Reply With Quote  
     

  9. #9  
    Registered Member Ronbo's Avatar
    Join Date
    Feb 2013
    Age
    12
    Posts
    167
    Thanks given
    0
    Thanks received
    47
    Rep Power
    17
    RealDrop.java
    Code:
    package server.model.npcs;
    
    /*Author Ronbo*/
    
    public class RealDrop {
    	
    	public int item;
    	public int amount;
    	
    	public RealDrop(int item, int amount) {
    		this.item = item;
    		this.amount = amount;
    	}
    }
    Forgot to add it in the tutorial, I thought that I'd done it a different way.

    Could've been done better but it works.
    Did I help answer your question? Signs of appreciation are always, well, appreciated!!!


    Reply With Quote  
     

  10. #10  
    I'm secretly a carrot named 3arl.

    Mainframe's Avatar
    Join Date
    Jun 2012
    Age
    26
    Posts
    1,422
    Thanks given
    542
    Thanks received
    214
    Rep Power
    147
    You rewrote the drop system yet you cannot figure out the errors you're getting? kepitcal:
    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

Similar Threads

  1. Rewritten Drop System [PI]
    By Ronbo in forum Show-off
    Replies: 15
    Last Post: 03-18-2013, 04:38 AM
  2. [PI]100 ERRORS 14 rank system[PI]
    By Gold phat in forum Help
    Replies: 4
    Last Post: 01-04-2013, 09:30 AM
  3. Pi new drop system error
    By Bernard in forum Help
    Replies: 0
    Last Post: 01-09-2012, 11:04 PM
  4. [PI] Drop System [PI]
    By EpIcKoLoL in forum Help
    Replies: 4
    Last Post: 06-12-2011, 11:04 AM
  5. [PI] Drop System [PI]
    By EpIcKoLoL in forum Help
    Replies: 2
    Last Post: 06-04-2011, 06:44 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •