Thread: learn me this please

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1 learn me this please 
    Registered Member risgaard's Avatar
    Join Date
    Jul 2013
    Posts
    648
    Thanks given
    12
    Thanks received
    16
    Rep Power
    13
    ever hear about. you can feede a guy with a fish for a day, or learn him to fish 4life,

    well i want to learn this instead of get fed.

    how will i make a line/code as remove all of a certain item in my inv/ and add like coins,amount or points for ea of the removed item,

    please help me out this one time and i wont have to keep ask people for help thx alot
    my grammar. aint pefect. but atleast you understand me

    did i help you ?
    i am not asking for rep but you can atleast say thanks
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Nov 2011
    Age
    31
    Posts
    92
    Thanks given
    32
    Thanks received
    16
    Rep Power
    53
    What base, revision, ...?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jan 2011
    Posts
    1,940
    Thanks given
    1,217
    Thanks received
    547
    Rep Power
    607
    Not sure what you're asking... How would you like the item to be removed and what's the purpose of it?
    Reply With Quote  
     

  4. #4  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    you can feede a guy with a fish for a day, or learn him to fish 4life
    lol

    c.getItems().addItem

    c.getItems().deleteItem

    ?
    Reply With Quote  
     

  5. #5  
    Registered Member risgaard's Avatar
    Join Date
    Jul 2013
    Posts
    648
    Thanks given
    12
    Thanks received
    16
    Rep Power
    13
    Quote Originally Posted by Harlan View Post
    lol

    c.getItems().addItem

    c.getItems().deleteItem

    ?
    harlan thats just for a single item... ?

    lucci: now i give you a quick example let's say i wanna make a minigame where you collect orbs, and use em on a item then i want it to remove all the orbs and add coins.amount for every 1 of removed orbs
    my grammar. aint pefect. but atleast you understand me

    did i help you ?
    i am not asking for rep but you can atleast say thanks
    Reply With Quote  
     

  6. #6  
    Registered Member risgaard's Avatar
    Join Date
    Jul 2013
    Posts
    648
    Thanks given
    12
    Thanks received
    16
    Rep Power
    13
    Quote Originally Posted by XtZZ View Post
    What base, revision, ...?
    317/pi and i know pi is shit before saying anything but i am just using this to learn from and try clean it up and at that time i am pro coder lol,
    my grammar. aint pefect. but atleast you understand me

    did i help you ?
    i am not asking for rep but you can atleast say thanks
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Jan 2011
    Posts
    1,940
    Thanks given
    1,217
    Thanks received
    547
    Rep Power
    607
    Quote Originally Posted by risgaard View Post
    harlan thats just for a single item... ?

    lucci: now i give you a quick example let's say i wanna make a minigame where you collect orbs, and use em on a item then i want it to remove all the orbs and add coins.amount for every 1 of removed orbs
    c.getItems().addItem(995, 10000);

    c.getItems().deleteItem(4151, 10);

    ?
    Reply With Quote  
     

  8. #8  
    Registered Member risgaard's Avatar
    Join Date
    Jul 2013
    Posts
    648
    Thanks given
    12
    Thanks received
    16
    Rep Power
    13
    Quote Originally Posted by Lucid View Post
    c.getItems().addItem(995, 10000);

    c.getItems().deleteItem(4151, 10);

    ?
    lmfao i dont want it to delete 10 items and only add 1x reward i want it to remove every single item of the id let's say 4151,(whip) and add 3000000k ea, then i dont want it to remove 10 and for 1x reward and i dont wanna make like

    c.getItems().deleteItem(4151, 10);

    so i have to click 28 times if i got a full inv i want it to do the math and count how many and add reward for ea, of the removed item in high/small amounts
    my grammar. aint pefect. but atleast you understand me

    did i help you ?
    i am not asking for rep but you can atleast say thanks
    Reply With Quote  
     

  9. #9  
    Donator

    Join Date
    Nov 2011
    Age
    31
    Posts
    92
    Thanks given
    32
    Thanks received
    16
    Rep Power
    53
    use a loop
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    Mar 2011
    Posts
    2,350
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    Trail: Learning the Java Language (The Java™ Tutorials)

    should really go over this before anything.
    Reply With Quote  
     

  11. 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. Can someone with rsbot get me this PLEASE.
    By Orel in forum Requests
    Replies: 8
    Last Post: 11-18-2012, 07:10 PM
  2. Could someone explain me this please?
    By Jake1 in forum Help
    Replies: 2
    Last Post: 01-20-2011, 12:22 AM
  3. Help me comprehend this please.
    By test2457 in forum Help
    Replies: 5
    Last Post: 07-01-2010, 09:58 AM
  4. Help me Fix This Please?
    By Pvp-Evolution in forum Help
    Replies: 5
    Last Post: 09-27-2009, 03:35 AM
  5. Help me with this please
    By Ventrix in forum Help
    Replies: 1
    Last Post: 01-23-2009, 09:51 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
  •