Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Posts posted by Extreme Scripts

  1. Implementing what @Precise :wub: said:

    public long getElapsed(long startTime){
          return System.currentTimeMillis() - startTime;
    }
    
    if(getElapsed(startTime) >= 30000){
    //code to execute
    startTime = System.currentTimeMillis() // resetting the start timer
    }
    
    • Like 2
  2. I don't really see how this will make a difference because its up to the scripter to make the paint "Aesthetically pleasing" and to make it "Informative". If they don't show information then request it, if they don't implement it and its vital, there are several other scripts of the same category.

     

    I must say I really like your project and the UI design however, but imo, first thing you learn about User centered design principles is that you should minimise the amount of dialogues presented to the user and follow minimalistic design which this seemingly would create too many e.g. MasterRace Omega has 7 AIO skills that can be task scheduled, does that mean 7 new dialogues...

     

    Just a thought but great job on the project mate wub.png

  3. Conflict of interest? You don't know what that means, do you? tongue.png

     

    Khaleesi is from the Island Dragonstone, it's located Close to Blackwater Bay and the castle Thereon. She belongs in the house Targaryen.

     

    WOOT, Druidkillah finally got pushed, thank you. Why don't I see Alek anywhere in that log though? Can you please push Khal Motherlode miner too? Thanks smile.png

     

    Mate Druidkilla been pushed days ago till now... Also why would you need to see @Alek there, does he not already do enough by managing and updating the bot for you?

    • Like 3
  4.  

    a73143cf4b.png

     

     

    This is the script pushing log on GIT, I don't think its a case of I don;t push updates for days, I think its a case of the scripters you purchased from are lying to you about the updates being pushed. 

     

    Updates happen 2-5 times a day depending on how much time we have but most certainly 2 times at the lowest. Script uploads happen 3/4 times a week. Yes it is exam season and atm I am very busy, even then as you can clearly see there is more than enough updating being done. Don't really see what the issue is.

    • Like 5
  5.  

    If i'd like to capture when i recieve for example willog logs, is this the correct code to use?

     

    public void onMessage(String message) throws InterruptedException{
        if(message.contains("logs")){
        amountOfLogs++;
         }
    }
     
    i saw it this way in some other guides but it doesnt work

     

     

    This was the old API method in case you were wondering why it didn't work. Message is the new param.

    • Like 1
×
×
  • Create New...