Thread: Command for Buying specific items z508

Results 1 to 4 of 4
  1. #1 Command for Buying specific items z508 
    Previously: Scary Kidz
    AceKingSuited's Avatar
    Join Date
    May 2010
    Posts
    492
    Thanks given
    101
    Thanks received
    66
    Discord
    View profile
    Rep Power
    57
    Comes in handy when you want to control the economy a bit, Obviously you should disable the spawns for the items before you do this....

    For z508.



    if (cmd[0].equals("zbrewsupps")) {
    int playerGold = Engine.playerItems.invItemCount(p, 995);
    String[] spawnDisabled = {"null", "Coins", "(h", "/10", "100", "75", "50", "25"};
    if (playerGold < 700000) {
    p.getActionSender().sendMessage(p, "You need <col=991100>700k coins</col> to spawn: <col=991100>A Herblore Supplies Set.</col>.");
    p.getActionSender().addSoundEffect(p, 4039, 1, 0, 0);
    } else {
    p.getActionSender().sendMessage(p, "You have just spent <col=336600>700k coins</col> on: <col=336600>A Herblore Supplies Set.</col>.");
    Engine.playerItems.addItem(p, 270, 100);
    Engine.playerItems.addItem(p, 228, 100);
    Engine.playerItems.addItem(p, 248, 100);
    p.getActionSender().addSoundEffect(p, 4044, 1, 0, 0);
    Engine.playerItems.deleteItem(p, 995, Engine.playerItems.getItemSlot(p, 995), 700000);
    }
    }
    Edit it, do whatever. Someone asked me for it so I posted for them.

    75% credits to zachhh for making z508
    24.9999% to Chuck Norris
    .0001% credits to Me
    I'm back to teach java to some friends in the best way

    Updated 525 Hyperion Base V4 -> Will be slowly converting this to 592 and releasing

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2009
    Posts
    171
    Thanks given
    44
    Thanks received
    1
    Rep Power
    1
    Very nice, rep
    Reply With Quote  
     

  3. #3  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    How does this control the economy?


    Reply With Quote  
     

  4. #4  
    Donator

    Shonx's Avatar
    Join Date
    Nov 2009
    Age
    25
    Posts
    351
    Thanks given
    9
    Thanks received
    7
    Rep Power
    142
    Thank you very much,
    [Only registered and activated users can see links. ]
    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
  •