Thread: Grand Exchange system and engine *joined*[508]

Page 1 of 9 123 ... LastLast
Results 1 to 10 of 83
  1. #1 Grand Exchange system and engine *joined*[508] 
    Registered Member
    wizzyt21's Avatar
    Join Date
    Aug 2007
    Posts
    1,167
    Thanks given
    49
    Thanks received
    12
    Rep Power
    156
    First, create a new package in rs2 > world, which would be called ge and then extract these files into it:

    Download link here: http://**********/3NBXTT

    Usage:
    Import what you have to (palidino76.rs2.world.ge.*), then use GrandExchange class to get what you have to, here are example usages:

    Code:
    public class exampleusage extends GrandExchange {
    
        public void buyItem(Player p, int howMuch)
        {
            // ..this is an extended class so we don't use static methods..
            buy ( p , "ITEM NAME TO BUY" , howMuch ) ;
            // buy:
            // Player p = The player who's buying the item..
            // String itemName = The item name to buy (no underscores, just spaces and lowercase)
            // int amount = The amount of the item you want to buy (the more you buy, higher price)
        }
    
        public void sellItem(Player p)
        {
            // ..this is an extended class so we don't use static methods..
            sell ( p , ITEM ID TO SELL, new int[] { minimum price , maximum price } , amount ) ;
            // sell:
            // Player p = The player who's selling this item (he cannot buy his own item)
            // int itemId  = The item id the player is selling..
            // int[] prices = Start from minimum price to maxmimum price (medium price is set auto)
            // int amount = The amount of what you are selling (prices increase by medium price range)
       }
     
       public void printMarketItems(Player p)
       {
           // ..this is an extended class so we don't use static methods..
           marketItems ( p ) ;
           // marketItems:
           // Player p = The player to print the market items to (also prices from min to max)
       }
     
       public void costOfItem()
       {
            // ..this is an extended class so we don't use static methods..
            System.out.println ( cost ( "ITEM NAME TO CHECK COST" )  );
            // cost:
            // String itemName = The item name to check (must be lowercase)
       }
    }
    YOU JUST GOT KNOCKED THE F*CK UP.
     

  2. #2  
    Lighten
    Guest
    Nice you shouldn't of released tho. Rep++ even tho im not going to use i like to make my own stuff.
     

  3. #3  
    Rawr.


    Join Date
    Oct 2008
    Age
    28
    Posts
    2,166
    Thanks given
    10
    Thanks received
    51
    Rep Power
    1326
    Very nice thanks so much rep+



    Was good while it lasted

     

  4. #4  
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    Finally someone released.
    I suck at 508-s. i hoped someone maybe release one, and whoilaa.
    Thanks for this. rep+

    To guy who who told "shouldnt release"-
    Cose hes not greedy motherfucker like most of this community users
     

  5. #5  
    Registered Member `unholypkerz's Avatar
    Join Date
    Jan 2009
    Age
    29
    Posts
    66
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    Nice, cant use though lol..
    im a failure at coding 508's
    «I'м α ßєgiηηєя» ?
    GoттαSтαятSoмєωнєяє™
     

  6. #6  
    Brown
    Guest
    Grand Exchange fails, did you hear me Jagex?
    Good job on this
     

  7. #7  
    ( ͡° ͜ʖ ͡°)
    Edgeville's Avatar
    Join Date
    Nov 2007
    Posts
    2,453
    Thanks given
    80
    Thanks received
    428
    Rep Power
    2589
    This is teh sex, Great job. Thanks

    Attached image
     

  8. #8  
    anubis3
    Guest
    T h a n k y o u!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     

  9. #9  
    Registered Member Squad's Avatar
    Join Date
    Dec 2008
    Posts
    206
    Thanks given
    8
    Thanks received
    3
    Rep Power
    49
    omfg nicee
     

  10. #10  
    Registered Member
    Hotyute's Avatar
    Join Date
    Jan 2008
    Posts
    2,016
    Thanks given
    7
    Thanks received
    92
    Rep Power
    1482
    you mean ppl couldnt do this?


     

Page 1 of 9 123 ... LastLast

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
  •