I think he means since he is the only one who stepped up to update it that once serverside comes in he won't be updating it any longer. If someone really wants to take it over they are welcome to, but unless that happens it will be the end of the line for mmf. (which is really an outdated shoehorned mess at this point anyways)
Okay. I kind of agree with that. But that leads me to ask what are people intending to do for some of the other aspects of mmf, like queuing or defup/keepup? Roll your own or are there viable alternatives out there that I'm just not aware of?
And with respect to contributing to mm-f, who is permitted to merge PRs into the main repo at this time?
Okay. I kind of agree with that. But that leads me to ask what are people intending to do for some of the other aspects of mmf, like queuing or defup/keepup?
Depends on the scope of what serverside's gonna encompass, really. Achaea's you can get by almost purely without a system, since it has defence keepup and pipe management rolled into it. Ianir's already largely eliminated the need for prio swapping of afflictions, as well.
Imperian's you only really gotta create pipe management and deffing for it, which aren't really all that difficult. I forget what Aetolia's is like; @Taer can probably chime in on that, I last played there before serverside came in.
When serverside curing rolls around, you'll probably want to keep mm around until the issues can be worked out with the server system, then after that, you can disable curing on mm and keep the other stuff you want. That's likely what I'll do and over time integrate/create stuff to best use the server option with other stuff I want.
Just a heads up, at least for me on current m&mf, it looks like it's not curing first degree burns at all. It cures the other degrees, but first degree burns seem to be kind of wonky for me, even after diag. I checked and am not ignoring any burns either.
Right now, I have my mmf set to healing priority. Ok, w/e. I released a wetfold while I had a kirigami up, which halves your mana and ego.
For whatever reason, mmf cured up ego before mana. How can I set the "2nd" priority? So that it cures health, then mana, then ego, instead of health, ego, then mana.
It doesnt have this function built in as far as I was aware.
You could make a function that kind of switchs it around.
Im on the phone so dont have the notes or the right syntax stuff but something like
if mana<50% then hh mana, else if health <50% then hh health else if ego <50% then hh ego else if health<75% then hh health etc etc
To create like a tiered sipping situation. The way mm handles basic sipping isnt the best to be honest.
Its like if you have health as prio and set everything to sip at 80% then if your at 49% mana, 79%health then the system will sip health which obviously isnt the best thing to do to keep you alive. Setting up a tiered sipping thing is a good idea. If no one posts one up I'll see about getting the code for one later.
(m&mf): ndb.honors() for Hegemone called, when already honours'ing Yasei - not going to do this.
Every time I honors someone. Why?
Sounds like an ndb hickup. 'ndb cancel' would cancel it. If it's not fixing, try restarting your mudlet. Usually the problem goes away by then... if not, it may be a more serious bug.
Turns out this is a bug that happens when you accidentally have six Mudlet/Lusternia windows open at the same time. Reducing it to one has solved the issue.
mmf has F2 set up as a keybind to attack your target repeatedly, using the do function. However, it's "kick" so you'll want to go in and change it to your bashing skill (whip or class skill). Then just hit F2 again to toggle it off when the thing's dead.
Comments
And with respect to contributing to mm-f, who is permitted to merge PRs into the main repo at this time?
Imperian's you only really gotta create pipe management and deffing for it, which aren't really all that difficult. I forget what Aetolia's is like; @Taer can probably chime in on that, I last played there before serverside came in.
Discord: Rey#1460
Search for m&m diag expand it and find the burns and ablaze line in it. Then just full stop it at the end.
For whatever reason, mmf cured up ego before mana. How can I set the "2nd" priority? So that it cures health, then mana, then ego, instead of health, ego, then mana.
You could make a function that kind of switchs it around.
Im on the phone so dont have the notes or the right syntax stuff but something like
if mana<50% then hh mana, else
if health <50% then hh health else
if ego <50% then hh ego else
if health<75% then hh health etc etc
To create like a tiered sipping situation. The way mm handles basic sipping isnt the best to be honest.
Its like if you have health as prio and set everything to sip at 80% then if your at 49% mana, 79%health then the system will sip health which obviously isnt the best thing to do to keep you alive. Setting up a tiered sipping thing is a good idea. If no one posts one up I'll see about getting the code for one later.
preparing for switch to server side curing.
Every time I honors someone. Why?
Only thing you can probably easily do is 'do whip target' and once it's dead do 'undo'.
Any way I can fix/change that or would someone be willing to update please?
EDIT: And just out of curiosity, when was that changed? I can't find any info.
Until an update comes out you can kind of do a quick crude fix by triggering the shivering, frozen lines with:
mm.valid.simpleunknownwafer()
Its a bit messy but it'll keep you cured until its all fixed up.