#1 Re: Third party apps » Runesphere app » 2017-08-18 06:38:24

BatwingRobes wrote:

Is there any way this could include a disclaimer about earlier worlds for people?

Possibly something such as

"Worlds 14, 37, 51, 65, 83, and 84 spawn earlier than other worlds ranging from 3 minutes early on mondays to 23 minutes early on sundays".

Would give people more leeway on their timing for sphere.

-Batwingrobes

I added your disclaimer to the settings page so the app doesn't get messy.

#2 Re: Third party apps » [installed] AfkScape App » 2017-03-06 00:38:18

I suggest you take a look at the text trigger. "over of of your" doesn't seem right?

#3 Issues » setStatusText error » 2017-02-14 12:04:05

redstormi
Replies: 1

Passing "&" to the function like:

alt1.setStatusText('&')

gives you an error.

error

#4 Re: Third party apps » Runesphere app » 2017-02-04 19:18:19

If any of you having a problem with the settings popup not looking like in the screenshot you just need to re-add the app.

#5 Suggestions and requests » Improved text overlay » 2017-02-03 23:26:18

redstormi
Replies: 1

I have a few suggestions like.

Would be nice if overlays could be indefinite and returning a object which could be modified during runtime.
The defaults are just some made up things just to show they should be defaults and not required.

/**
 * @type   {object} Text object.
 * @return {object} Overlay object.
 */
const text = alt1.overlayText({
  text: 'Foo', // required
  size: 25, // defaults ???
  group: 'Bar' // defaults 'none'
  color: rgba(r, g, b, a), // defaults white with no transparency
  x: x, // defaults 0
  y: y, // defaults 0
  shadow: false, // show text shadow? defaults true
  time: false // defaults 1000ms
});

Then at a later stage you could modify it and when you don't want the overlay destroy() it.

text.color = rgba(r, g, b, a);
text.x = x;
...
text.shadow = true;
text.destroy();

This can be used to animate text overlays in many ways like blinking red text for warnings, floating combat text and any other way the creator can come up with.

My reasoning for passing in the group with the object is to avoid race condition if you have different loops calling alt1.overLaySetGroup().???

Would also be nice to have a way a few font options like monospace and some better looking font with AA. (Pass it in with the text object?)
Would also be nice if the overlay object returned could have a property with it's width and height for easier positioning.

This can be a new function or for backwards compatibility alt1.overlayText() could check if first argument is an object otherwise it would use the current argument signature.

#6 Re: Development » PvM Utility app (Stable release, postponed further dev) » 2017-01-15 01:15:46

There's some error from:

findBerserker()

When checking for "undefined" you need to compare it from the type like:

if(typeof posList[0] == undefined)

And in:

checkBerserker()

You need to check if berserkerX and berserkerY is set before using them.

#7 Re: Third party apps » Runesphere app » 2017-01-03 01:19:02

Added notification support for browsers using HTML5 notification.

#8 Re: Third party apps » Voice of Seren app » 2016-12-26 01:26:17

Added notifications for browsers using HTML5 notification.

#9 Re: Issues » Direct X detection problem and "View Screen" not working. » 2016-12-16 17:10:06

You should use OpenGL if you are using the NXT client since NXT is NOT using DirectX.
DirectX is only if you are using Java client with DirectX setting or running NXT in safe mode.

#10 Re: Third party apps » Voice of Seren app » 2016-12-15 20:44:18

Volume slider is now added to the settings.

#11 Re: Third party apps » Voice of Seren app » 2016-12-15 15:27:40

James did it wrote:

Some questions, Could you add a volume slider to the alert? Does the app notify you on selected VoS hours if it isn't open and if it doesn't would this be possible?

Hi, thanks for feedback!

Yes I can add a volume slider, and the app needs to be open but you can minimize it and hide it away for now.

#12 Re: Third party apps » Voice of Seren app » 2016-12-12 21:32:36

Skillbert wrote:

I didn't see this one yet, it looks nice. I don't really use vos myself but i've had a lot of requests

btw, to make the add app link work use the alt1 scheme. You can post it in bbcode like this

[url=alt1://addapp/http://antezz.com/runeapps/vos/app.json]Click to add app[/url]

Thanks, yeh i forgot to add the alt1 url handler. Fixed now tho!

#13 Third party apps » Voice of Seren app » 2016-12-12 19:34:59

redstormi
Replies: 8

Simple app to show you the current Vos. Can be configured to show notifications for specific clans.

Click to add app to alt1.

You can see the current VoS in your browser too at https://www.redstormi.com/runeapps/vos

app

notification

settings

#14 Third party apps » Runesphere app » 2016-12-12 19:16:14

redstormi
Replies: 9

I made a runesphere app using the spreadsheet of "Null Entropy" found here.

You can click here to add it to alt1.
You can also use the app in your browser at https://www.redstormi.com/runeapps/runesphere

* The app can display the time in local or game time, its local time by default.

app

You will get a notification if the sphere is about to spawn (5 minutes by default).

notification

You can also see the next 10 sphere spawns.

spawnlist

In the settings you can choose color of the notification, turn them off or change from local time to game time.

settings

* Spawn times vary from world to world and the time is a estimate.
   If the spawn time is way off, you can report it to me at RSN : Redstormi

#15 Re: Third party apps » [installed] Nemi Forest App » 2016-12-12 17:26:00

Dazkid33 wrote:

I do hate to ask this, to risk looking dumb, but where is the Alt1 link for this?

It should be here.

Board footer

Powered by FluxBB