Thread: z525 simple farming

Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1 z525 simple farming 
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    43
    Thanks given
    9
    Thanks received
    37
    Rep Power
    80
    for whoever may need it here you go lol:

    itemonobject.java
    /* Farming */
    if (itemId == 5295 && objectId == 8151) {
    if (player.skillLvl[19] > 39) {
    Engine.playerItems.deleteItem(player, itemId, Engine.playerItems.getItemSlot(player, itemId), 1); Engine.playerItems.addItem(player, 207, Misc.random(7));
    player.requestAnim(2273, 0);
    player.appendExperience(1000, 19);
    player.getActionSender().sendMessage(player, "You Plant some Ranarr weed.");
    } if (player.skillLvl[19] < 39) {
    player.getActionSender().sendMessage(player, "You Need a Level of 40 to plant a Ranarr seed.");
    return;
    }
    }
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     


  2. #2  
    Registered Member
    Feldip Hills's Avatar
    Join Date
    Aug 2018
    Posts
    173
    Thanks given
    27
    Thanks received
    57
    Discord
    View profile
    Rep Power
    126
    what happens when you logout
    Reply With Quote  
     

  3. #3  
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    43
    Thanks given
    9
    Thanks received
    37
    Rep Power
    80
    Quote Originally Posted by Feldip Hills View Post
    what happens when you logout
    what do you mean?

    A little more code so begginers can get the idea
    /* Farming */
    //ranarr
    if (itemId == 5295 && objectId == 8151) {
    if (player.skillLvl[19] > 39) {
    Engine.playerItems.deleteItem(player, itemId, Engine.playerItems.getItemSlot(player, itemId), 1); Engine.playerItems.addItem(player, 207, Misc.random(7));
    player.requestAnim(2273, 0);
    player.appendExperience(1000, 19);
    player.getActionSender().sendMessage(player, "You Plant some Ranarr weed.");
    } if (player.skillLvl[19] < 39) {
    player.getActionSender().sendMessage(player, "You Need a Level of 40 to plant a Ranarr seed.");
    return;
    }
    }
    //guam
    if (itemId == 5291 && objectId == 8151) {
    if (player.skillLvl[19] > 0) {
    Engine.playerItems.deleteItem(player, itemId, Engine.playerItems.getItemSlot(player, itemId), 1); Engine.playerItems.addItem(player, 199, Misc.random(7));
    player.requestAnim(2273, 0);
    player.appendExperience(100, 19);
    player.getActionSender().sendMessage(player, "You Plant some Guam.");
    } if (player.skillLvl[19] < 0) {
    player.getActionSender().sendMessage(player, "You Need a Level of 1 to plant a Guam seed.");
    return;
    }
    }
    //marrentil
    if (itemId == 5292 && objectId == 8151) {
    if (player.skillLvl[19] > 12) {
    Engine.playerItems.deleteItem(player, itemId, Engine.playerItems.getItemSlot(player, itemId), 1); Engine.playerItems.addItem(player, 201, Misc.random(7));
    player.requestAnim(2273, 0);
    player.appendExperience(235, 19);
    player.getActionSender().sendMessage(player, "You Plant some Marrentil.");
    } if (player.skillLvl[19] < 12) {
    player.getActionSender().sendMessage(player, "You Need a Level of 13 to plant a Marrentil seed.");
    return;
    }
    }
    //tarromin
    if (itemId == 5293 && objectId == 8151) {
    if (player.skillLvl[19] > 20) {
    Engine.playerItems.deleteItem(player, itemId, Engine.playerItems.getItemSlot(player, itemId), 1); Engine.playerItems.addItem(player, 203, Misc.random(7));
    player.requestAnim(2273, 0);
    player.appendExperience(315, 19);
    player.getActionSender().sendMessage(player, "You Plant some Tarromin.");
    } if (player.skillLvl[19] < 20) {
    player.getActionSender().sendMessage(player, "You Need a Level of 21 to plant a Tarromin seed.");
    return;
    }
    }
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     


  4. #4  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Quote Originally Posted by X Decisive View Post
    what do you mean?

    A little more code so begginers can get the idea
    Can you show the part for Guam? rep++ and thx
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    43
    Thanks given
    9
    Thanks received
    37
    Rep Power
    80
    Quote Originally Posted by hc747 View Post
    Can you show the part for Guam? rep++ and thx
    like a picture or break down the code?

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     

  7. #6  
    touched like seafood
    Women's Avatar
    Join Date
    Mar 2010
    Posts
    1,830
    Thanks given
    651
    Thanks received
    1,001
    Discord
    View profile
    Rep Power
    3071
    nice job i was trying to make this farming for the longest time thanks couldnt figure it out glad u released it will use thanks again I like how u used code blocks too makes it really easy to read also can u help me with herblore code add my discord if yes thanks


    When you ape the cops it ain't anarchy
    Reply With Quote  
     


  8. #7  
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    43
    Thanks given
    9
    Thanks received
    37
    Rep Power
    80
    Quote Originally Posted by Women View Post
    nice job i was trying to make this farming for the longest time couldnt figure it out glad u released it will use thanks again I like how u used code blocks too makes it really easy to read also can u help me with herblore code,
    hey thanks bro! add me on discord: Capn CRAWNCH#9443
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     

  9. #8  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Age
    23
    Posts
    2,865
    Thanks given
    62
    Thanks received
    1,529
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by X Decisive View Post
    hey thanks bro! add me on discord: Capn CRAWNCH#9443
    I like how you added the // comments so you know which code block does what. Rep++ keep up the good work.

    Spoiler for signature:
    When your vision is crystal clear, they say it's razor-sharp
    A focused mind is said to be like a knife, but the scalpel is wisdom
    All one can do is accept that life is a double-edged sword
    Stay on the edge

    -



    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    652
    Thanks received
    640
    Rep Power
    358
    Can you release decanting next? I'm stuck with this error:

    Code:
    The code of method decanting() is exceeding the 65535 bytes limit
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  12. Thankful users:


  13. #10  
    Ⱨ₳Ɽ₳₥ ₳₴ ₣Ʉ₵₭

    A Furry's Avatar
    Join Date
    Sep 2014
    Age
    23
    Posts
    2,779
    Thanks given
    2,123
    Thanks received
    1,968
    Discord
    View profile
    Rep Power
    5000
    This will change the rsps scene forever





    Reply With Quote  
     

  14. Thankful user:


Page 1 of 3 123 LastLast

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. Simple Farming Base
    By OgMoney911 in forum Help
    Replies: 1
    Last Post: 08-15-2014, 10:09 PM
  2. 718 - Simple Farm Raking
    By CheaterXman in forum Snippets
    Replies: 24
    Last Post: 01-17-2014, 06:41 AM
  3. Matrix 718 Simple Farming (herb seeds only)
    By Cαleb in forum Snippets
    Replies: 16
    Last Post: 03-12-2013, 10:34 AM
  4. [PI/DSPk] Simple Farming Fix?
    By Radiation in forum Help
    Replies: 17
    Last Post: 05-20-2011, 10:50 PM
  5. simple farming
    By Briskapop in forum Tutorials
    Replies: 4
    Last Post: 11-22-2007, 04:28 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •