Search found 9 matches

Go to advanced search

by Morkah
Tue Sep 08, 2026 8:44 pm
Forum: General
Topic: CONCEPT: realmNode - A decentralized peer-to-peer runtime for persistent MMO worlds
Replies: 2
Views: 230

Re: CONCEPT: realmNode - A decentralized peer-to-peer runtime for persistent MMO worlds

Cartman wrote: Tue Sep 08, 2026 8:27 pm Thank you for copy+pasting from GPT.
you are welcome.
by Morkah
Tue Sep 08, 2026 8:19 pm
Forum: General
Topic: CONCEPT: realmNode - A decentralized peer-to-peer runtime for persistent MMO worlds
Replies: 2
Views: 230

CONCEPT: realmNode - A decentralized peer-to-peer runtime for persistent MMO worlds

realmNode
A decentralized peer-to-peer runtime for persistent MMO worlds

Core Idea

realmNode is a decentralized runtime that allows compatible game clients and externally published world rulesets to share a persistent MMO world without relying on one permanent central game server.

A world ...
by Morkah
Mon Sep 07, 2026 6:38 am
Forum: AddOns
Topic: OctoGather
Replies: 0
Views: 237

OctoGather

Hi yall,
I created a little gather addon that remembers the nodes like gatherer, but also shows on the map if i get skillup for gathering, so it shows grey, green, yellow, orange, red. check it out, i think it turned out pretty neat. Cheers!

https://github.com/Morkahja/OctoGather
by Morkah
Sun Sep 06, 2026 11:13 pm
Forum: AddOns
Topic: why i cannt see my addons files
Replies: 2
Views: 1984

Re: why i cannt see my addons files

i think what you need is this:
https://github.com/Otari98/AddOnOrganizer

just a guess :D
by Morkah
Mon Aug 31, 2026 7:11 pm
Forum: AddOns
Topic: MeleeStartAttack - a simple Melee-addon
Replies: 10
Views: 4217

Re: MeleeStartAttack - a simple Melee-addon


is it working on rogue aswell ?


Hi, so in general it works on any class, but only Warrior, Paladin and shaman have a preconfigured set of abilities that start the auto attack.

For other classes just configure it yourself by typing /msa learn, then press the ability that you want to start auto ...
by Morkah
Sun Aug 30, 2026 2:55 pm
Forum: AddOns
Topic: MeleeStartAttack - a simple Melee-addon
Replies: 10
Views: 4217

Re: WarriorStartAttack - a simple warrior addon

Thanks for the feedback—I really appreciate it. My original goal was a slightly different workflow: automatically start attack from supported ability buttons, so players do not need to create macros for every spell.

That said, I liked your way of detecting the real Attack state through the Attack ...
by Morkah
Sat Aug 29, 2026 3:22 am
Forum: AddOns
Topic: MeleeStartAttack - a simple Melee-addon
Replies: 10
Views: 4217

Re: WarriorStartAttack - a simple warrior addon

Hi guys, thanks for the feedback! I worked a little further on the addon and now you can teach the addon the ability you want to add to the selection by typoing /msa learn and then pressing the ability!

https://github.com/Morkahja/MeleeStartAttack

I havent tested it on rogue or others but please ...
by Morkah
Sat Aug 22, 2026 2:09 am
Forum: AddOns
Topic: MeleeStartAttack - a simple Melee-addon
Replies: 10
Views: 4217

Re: WarriorStartAttack - a simple warrior addon

Hi guys!

I expanded my little Start Attack addon to support Warriors, Shamans and Paladins, because I kept running into the same issue on all three classes.

For me it feels much more intuitive that when I press an offensive ability, my character also understands that I intend to attack the target ...
by Morkah
Sun Aug 16, 2026 12:47 pm
Forum: AddOns
Topic: MeleeStartAttack - a simple Melee-addon
Replies: 10
Views: 4217

MeleeStartAttack - a simple Melee-addon

Hi guys!

I got tired of writing `startattack` into macros for pretty much every offensive ability on my Warrior, so I made a little addon to do it automatically.

**Warrior Start Attack** will automatically start your normal melee auto-attack whenever you use (or try to use) an offensive Warrior ...