Thread: Wow, I fail Hardcore

Results 1 to 5 of 5
  1. #1 Wow, I fail Hardcore 
    Mr. Rave
    Guest
    Wow guys i fail hardcore shit..
    I just did this now it doesn't work..

    Ok this is the problem.
    I added those gay Dragon Claws, and i added the Item requirements,
    but when i tried to be a pure and don't have 99 defence or something,
    and i try to wield the Dragon claws, it says i need to have 60 defence..
    I have a Delta Based server, i wen to Wearing.java

    and this is what i put under
    Code:
    			} else if (ItemName.startsWith("Berserker_helm")) {
    				return 45;
    I put this.
    Code:
    			} else if (ItemName.startsWith("Dragon Claws")) {
    				return 1;
    Please help i just barely did this, on another source, and i deleted it, now i don't remember..
    Wow i FAIL

    Will rep+
    Reply With Quote  
     

  2. #2  
    Mops the streets
    Streetwave's Avatar
    Join Date
    Mar 2009
    Age
    29
    Posts
    3,445
    Thanks given
    481
    Thanks received
    1,114
    Rep Power
    5000
    compile it maybe?

    Spoiler for Love:







    Reply With Quote  
     

  3. #3  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Search around for
    change to:
    (ItemName.equalsIgnoreCase("Dragon Claws")) {
    not helping any more than that couse i don't like dragon claws.
    :indeed:
    Reply With Quote  
     

  4. #4  
    Mr. Rave
    Guest
    Quote Originally Posted by p4r3 st0n3d View Post
    compile it maybe?
    Wow your dumb?

    I'm not that dumb..

    (ItemName.equalsIgnoreCase("Dragon Claws")) {
    Thanks i got it
    I know it's not just that, i mean i completed it

    rep+
    Reply With Quote  
     

  5. #5  
    Ex RSPS-cleaner

    SWAT's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    5,484
    Thanks given
    403
    Thanks received
    599
    Rep Power
    3609
    Look above it will say "dragon"

    add it before that

    if it starts with dragon, it returns and doesnt finish the method
    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
  •