-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit TileMarkerMetronome #6998
base: master
Are you sure you want to change the base?
Conversation
New plugin |
Co-authored-by: iProdigy <[email protected]>
|
not a complete review but: on plugin shutDown, please remove navigationButton from the ClientToolbar not as important: your game state logic will be called more frequently than you think due to the intermediate LOADING state (e.g., LOGGED_IN -> LOADING -> LOGGED_IN) |
Doesnt the intermediate |
Yeah I should've been more precise: |
Ill remove the load groups() |
another option is to inject ScheduledExecutorService and perform that IO off of the client thread, but I doubt there is enough of a performance hit to require you to make that change |
Is there a serious use for this outside of timing some kind of boss/skill/minigame mechanic and knowing where to stand? |
dont load groups on game state changed
@iProdigy, I removed the navigation on shutdown, and removed loading groups on gamestate changed |
I'm struggling to see the validity of this plugin outside of using it for boss/minigame mechanics. I think this would need to be heavily gated to be allowed but other contributors can chime in I guess. |
maybe I'm misunderstanding your comment, are you saying this would be against the Jagex guidelines? |
If I'm understanding correctly, this is just visual metronome but on ground tiles, right? Does the player have to manually start the timers each time or are they started when the map scene is loaded? |
It's indeed just visual metronome on ground tiles with some small things added. There is config named
TRAIN Each tile takes the next color from the pool each tick
Additionally the player can create groups of tiles which can be configured independently from each other. I hope this clears things up. |
Tile Marker Metronome is a adaptation of the built in
GroundMarkers
plugin.Added functionalities include:
Tile groups have separate settings, and can be hidden/shown separately as well.