aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-25 10:25:40 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-25 10:25:40 +0200
commit58b70a7818869a33ccf3236e6e45c1cd170f2629 (patch)
tree4c5c2b8ac14acc3404c210ea46499747690fa465 /src/main/java/at/hannibal2/skyhanni
parent25cb5c1d8afb37447c7be91d6b1a6a10b32b541b (diff)
downloadskyhanni-58b70a7818869a33ccf3236e6e45c1cd170f2629.tar.gz
skyhanni-58b70a7818869a33ccf3236e6e45c1cd170f2629.tar.bz2
skyhanni-58b70a7818869a33ccf3236e6e45c1cd170f2629.zip
updated island graphs todos
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt b/src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt
index 62459b6da..1f8e45afb 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt
@@ -40,9 +40,8 @@ import kotlin.time.Duration.Companion.milliseconds
* benefits of every island graphs:
* global:
* NEU's fairy souls
- * point of interest
- * slayer area
- * NEU's NPC's
+ * slayer area (not all there yet)
+ * NEU's NPC's (auto acitvate when searching via neu)
* races (end, park, winter, dungeon hub)
* jump pads between servers
* ring of love/romeo juliet quest
@@ -54,7 +53,6 @@ import kotlin.time.Duration.Companion.milliseconds
* farming:
* pelt farming area
* rift:
- * enigma souls
* eyes
* big quests
* montezuma souls
@@ -77,14 +75,20 @@ import kotlin.time.Duration.Companion.milliseconds
* daily quests
* intro tutorials with elle
* fishing spots
+ * mineshaft
+ * different types mapped out
+ * paths to ladder and possible corpse locations, and known corpse locations
*
- * graph todo:
+ * Additional global things:
+ * use custom graphs for your island/garden
+ * suggest using warp points if closer
+ * support cross island paths (have a list of all node names in all islands)
+ *
+ * Changes in graph editor:
* fix rename not using tick but input event we have (+ create the input event in the first place)
* toggle distance to node by node path lengh, instead of eye of sight lenght
* press test button again to enable "true test mode", with graph math and hiding other stuff
* option to compare two graphs, and store multiple graphs in the edit mode in paralell
- *
- * mineshaft + corpse + ladder spot
*/
@SkyHanniModule