Quantcast

Jump to content


xonion94

Member Since 18 May 2018
Offline Jul 28 2018 08:56 PM

Posts I've Made

In Topic: Altador Cup XIII chit-chat

28 June 2018 - 08:06 PM

Can anybody get the mouserecorder premium to build a macro for YYB? Im running into a problem with shooting the ball as the program doesnt seem to have a click and hold function, and single clicks dont cause you to shoot the ball.

I made one just with clicks and it works perfectly, except for that damn darigan yooyu, but I will try to do another trying to make the shots go diagonally to make goals with darigan aswell. One thing I noticed is that mouserecorder doesn't register multiple clicks at a short period of time, at least for me. So what I did was to make my clicks to be extremely precise with the timing, to change from the goal screen and to the yooyu screen just when the text comes by in the bottom. And in the occasion that a darigan yooyu appears and ruin my time, I just left a lot of waiting time in the end to match the end of the game. If you want I can share the macro file. It alwayas makes 9x1 to feel a little more realistic (if everything goes perfectly). I would say like 6-7 out of 10 it works.


In Topic: Altador Cup XIII chit-chat

22 June 2018 - 08:24 PM

I am using a macro for yyb with aob, I freeze all the players and make the left goal big. I recorded to make 9x1 always with the macro. While it repeats the score, sometimes the darigan yooyu appears and wrecks the macro, but that gives a more acceptable feeling to the scores, as it makes them to be kind of random. While the problem is with sending the scores, I leave a good amount of pauses to send the score successfully. I'm already at rank 12 this way, without any problems :D


In Topic: Semi-Legit Restocking, 100% client side!

24 May 2018 - 10:31 PM

I just installed the script and everything is working apparently fine. I had the same problem you guys had, and it looks like the problem lies in the blank section of the code.

 

 

 

  1. // BLANK items. Items in this list will appear as white on white and be functionally invisible.
  2.    
  3.     defwords([
  4. ""
  5.         ], "blank");

 

In this part, if you leave the double " " there, it implies that, everything which is not in the other categories, is going to be modified, including all the non item text, so all I did was deleting the " " and everything went back to normal. If you have this problem, try this :D