Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved GUI doesnt pop up on celestial divination?

Joined
Nov 1, 2014
Messages
128
When i try to run the script it takes my 5 cents, doesnt load up the GUI but says im using the script?
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
What about the commission?
 
I've pushed the fix to this hours ago. @Cloud @Arbiter
You can do whatever you feel is best. RuneMate can't go refunding commissions on everyone's behalf; it would be far too chaotic. We're talking fractions of fractions of a dollar here, so I don't think any party will particularly miss it.
 
Also there's nothing in queue so I'm assuming it's already live. Considering this resolved until I hear otherwise.
 
Primate
Joined
Oct 30, 2014
Messages
3,458
You can do whatever you feel is best. RuneMate can't go refunding commissions on everyone's behalf; it would be far too chaotic. We're talking fractions of fractions of a dollar here, so I don't think any party will particularly miss it.
 
Also there's nothing in queue so I'm assuming it's already live. Considering this resolved until I hear otherwise.
Pushed it around 12 hours ago, it were only manifest changes, the resources were slightly messed up. I guess it's not showing up in the queue because it's only manifest changes, considering I haven't received any messages of it being pushed.

I have refunded the user.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Pushed it around 12 hours ago, it were only manifest changes, the resources were slightly messed up. I guess it's not showing up in the queue because it's only manifest changes, considering I haven't received any messages of it being pushed.

I have refunded the user.
That is correct. Make a minor bytecode change (as simple as adding a boolean bytecode = false;). Then bug @Cloud to consider manifest changes as changes along with code changes. :p
 
Primate
Joined
Oct 30, 2014
Messages
3,458
That is correct. Make a minor bytecode change (as simple as adding a boolean bytecode = false;). Then bug @Cloud to consider manifest changes as changes along with code changes. :p
Hey @Cloud

Code:
    private boolean plsConsiderManifestChangesAsChangesAlongWithCodeChanges = true;
 
Top