Arel2011-07-09 23:33:53
QUOTE (Sojiro @ Jul 9 2011, 04:32 PM) <{POST_SNAPBACK}>
There was a bug with devout shield's def line because Vadi didn't know the line changed depending on the cult you belonged to. It'll be fixed next update, I just bugged him for a quick prelease for myself.
Oh, I didn't know that either! Thanks.
Vadi2011-07-21 14:22:51
Janalon2011-07-21 15:17:50
QUOTE (Vadi @ Jul 21 2011, 10:22 AM) <{POST_SNAPBACK}>
What's your short and long term plan for M&M DMP list off defs now that BodyScan is implemented and looks good?
Vadi2011-07-21 18:18:38
It'll probably go away, having done it's (short) job! This sort of thing is much easier to do server-side because of direct access to the data, and bodyscan looks good at the moment, so this won't be necessary anymore.
Lilija2011-07-21 21:06:36
Hooray for autowounds!
Ilyarin2011-07-23 00:16:01
Looks like a rather distasteful diagnose bug here!
CODE
4662h, 7572m, 6965e, 10p, 20600en, 32720w esSixk-godfeelings
You are:
4662h, 7572m, 6965e, 10p, 20600en, 32720w esSixk-(insomnia)
You are already an insomniac.
4662h, 7572m, 6965e, 10p, 20600en, 32720w esSixk-
You are:
4662h, 7572m, 6965e, 10p, 20600en, 32720w esSixk-(insomnia)
You are already an insomniac.
4662h, 7572m, 6965e, 10p, 20600en, 32720w esSixk-
Vadi2011-07-23 00:29:40
It is, indeed. Hasn't been an issue but it'll be fixed soon.
Unknown2011-07-23 04:54:11
How do I add someone to the lustlist through an alias in a way that won't remove them if I do the alias twice?
Lilia2011-07-23 05:07:29
QUOTE (tempeste @ Jul 22 2011, 11:54 PM) <{POST_SNAPBACK}>
How do I add someone to the lustlist through an alias in a way that won't remove them if I do the alias twice?
pattern: ^lust (\\w+)$
code: mm.me.lustlist)] = true
Good idea, by the way. I hadn't thought of making an alias for that.
Unknown2011-07-23 05:26:31
Ah, thanks! And, ah, how do I make an alias that will do the opposite and remove a person..?
Lilia2011-07-23 05:31:39
Just make it false, or nil.
Unknown2011-07-23 06:31:48
Ah, I tried false and it didn't work, but nil did the trick, thanks!
Edit: Is there any way to clear the whole lustlist without individually removing everyone?
Edit2: Also, is there an alias for sipping to full health/mana/ego/all three? I'm reading the documentation, I swear!
Edit: Is there any way to clear the whole lustlist without individually removing everyone?
Edit2: Also, is there an alias for sipping to full health/mana/ego/all three? I'm reading the documentation, I swear!
Vadi2011-07-23 12:30:16
false works, just the display still listed there - it won't now. For clearing it, mm.me.lustlist = {} would do it.
No feature to heal up to full stats yet (besides whipping something small up that sets your sipping percentages to full temporarily)
No feature to heal up to full stats yet (besides whipping something small up that sets your sipping percentages to full temporarily)
Unknown2011-07-23 16:41:11
Ah, that all worked for me, thanks!
Aison2011-07-28 10:06:31
For some reason, mmdefs doesn't want to put up honour for any reason. (STARCHANT HONOUR in sacraments.)
I can't really pin this down. It recognises that it hasn't raised honour but I have to do it manually regardless (and I never get that satisfactory, 'Ready for combat!' line ). I have toggled it on and off and even tried creating a new defup mode but that also failed. I place honour as the last def to raise because it still stop in the middle of raising defences rather than keep going.
I can't really pin this down. It recognises that it hasn't raised honour but I have to do it manually regardless (and I never get that satisfactory, 'Ready for combat!' line ). I have toggled it on and off and even tried creating a new defup mode but that also failed. I place honour as the last def to raise because it still stop in the middle of raising defences rather than keep going.
Vadi2011-07-30 19:34:15
Need the on, already on, off, and already off lines for it - then I can add it as a defup/keepup
Ilyarin2011-07-30 19:39:01
Need to add the nimbus skill/enchant, too.
Vadi2011-07-30 19:43:02
It's already been added, but the update with it not sent yet.
Vadi2011-07-31 13:55:48
Vadi2011-08-01 12:28:37
With the affmessages being fixed, I'll look into adding mmconfig affmessages that'll accept (and translate to m&m names) the affmessages lines.