Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by Acerd

  1. If you're looking for informational and tips etc how to get better you can check out WarOwl and 3kliksphilip.

     

    The more entertaining ones are more streamers rather than youtubers. Such as Anomaly.

     

    Tbh just go onto Twitch and check out the CS:GO section for some good streams.

    Thanks , though I can't really watch streams due to my shitty net :boge: though I'll check out those two youtubers.

  2. Yess!!! perfect! my man, thanks so much. Its going!

     

    Hey, do you mind if I PM you a few questions and etc about my script. Its one I havent seen anywhere and if it runs good I wanna see what I should do with it. (never tried to release to SDN before)

     

    sure

    • Like 1
  3. It shouldn't click the NPC as long as its in a dialogue.

    youre checking if its not in dialogue and its in dialogue at the same time though :E

    try this:

    			if (AREA.contains(myPosition())) {
    				if (getDialogues().inDialogue()) {
    					if (dialogues.isPendingContinuation() && !getInventory().contains("THEITEM")) {
    						if (dialogues.clickContinue()) {
    							sleep(400);
    						}
    					} else if (dialogues.isPendingOption()) {
    						if (dialogues.selectOption(3)) {
    							sleep(400);
    						}
    					}
    				} else {
    					npcs.closest("THEDUDE").interact("Talk-to");
    					new ConditionalSleep(5000) {
    						@Override
    						public boolean condition() throws InterruptedException {
    							return getDialogues().inDialogue();
    						}
    					}.sleep();
    				}
    			}
    
    • Like 1
  4. trying to make a muling script and for some reason it cant find the player with a name like "Bla Bla" (with spaces) but it will find the player with a name like "BlaBla" (without spaces) , anyone know how to fix this?

     

     

  5. You could probably buy a PSU with less wattage and save some money there, probably a 500w one. Also, you don't really need the after-market cpu cooler since you cant overclock the 4460 either, so you can save a bit of money there too. Same with the audio card too, on-board sound is good enough imo, I had that exact sound card your ordering and I never noticed a difference when I used it. Also why are you ordering a wired network adapter? Does your motherboard not have an ethernet port?

    i dont even fucking know if it does my brother just went on the site and picked what looked good and cheap and told me to ask you guys lol

    • Like 1

  6.  

    CPU: *Intel Core i5-4460 3.2GHz Quad-Core Processor  ($169.99 @ SuperBiiz) 


    Memory: Crucial 8GB (1 x 8GB) DDR3-1600 Memory  ($24.99 @ SuperBiiz) 


    Video Card: EVGA GeForce GTX 750 Ti 2GB Superclocked Video Card  ($99.99 @ Newegg) 

    Case: Azza SIRIUS ATX Mid Tower Case  ($25.98 @ Newegg) 


    Optical Drive: Asus DRW-24B1ST/BLK/B/AS DVD/CD Writer  ($18.89 @ OutletPC) 

    Sound Card: Asus Xonar DG 24-bit 96 KHz Sound Card  ($19.99 @ NCIX US) 

    Wired Network Adapter: TP-Link TG-3468 10/100/1000 Mbps PCI-Express x1 Network Adapter  ($11.58 @ Amazon) 

    Wireless Network Adapter: TP-Link TL-WN881ND 802.11b/g/n PCI-Express x1 Wi-Fi Adapter  ($18.79 @ OutletPC) 


    Total: $548.54

    Prices include shipping, taxes, and discounts when available

    *Lowest price parts chosen from parametric criteria

    Generated by PCPartPicker 2016-05-09 07:43 EDT-0400

     

    budget is $500-600 , shoot ideas

×
×
  • Create New...