Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Commits
- Currency cleanup - handle of plurals
- strip ending 's' from currency check to handle looking for currency singular or plural forms.
- added "orum" as singular of "orux"
- added "faycetum" as singular of "faycitum" (thx dbg
- moved order of restless mark/scarlet mark
- removed the "s" from scarlet marks (3127922)
- Merge branch 'currencycleanup' into 'master'
Currency cleanup - handle of plurals
See merge request redguides/plugins/mq2status!16 (6edce95)
Commits
- Report Spell name
- /status spell # will report all the spells in that level by name, so you can see what rank they are. It will also tell you what Upgrade component type (minor, lesser, median etc based on level.
- status name will report all the spells (dbg does reuse spell names unfortunately) and their rank
- minor deprecation update (3c2c7fb)
- Discs are things too
- we should report discs (52984c5)
- Code Review adjustments
- removed once used variable "mylevel"
- changed variable name "nextArg" to "spellsearch" for clarity and readabillity
- changed "continue" usage with inverse and nesting
- fixed issue where searching a spell by name would always return "(Glowing)" (12611ac)
- Adjustment from !strlen
- (bebd76f)
- Code Review changes
- using fmt::format as a string builder for readability
- gated the reporting of spell upgrade type behind the spell being greater than lvl 70
- no longer making the alternating colors for output use an inline ternary, for readability
-- (6621d6f)
- Fmt cleanup;
- fmt cleanup
- extra line cleanup (ec7b54c)
- Fmt cleanup
(61f42f6)
- Merge branch 'spell' into 'master'
Report Spell name
See merge request redguides/plugins/mq2status!15 (a76b4d1)
- added/status gear <slot name>
-- this returns a link to the actual item you have in that slot
available slots names (note some are overloaded, primary/mainhand, left finger / left ring" etc):
"Ammo", "Arms", "Back", "Charm", "Chest", "Face", "Feet", "Hands", "Head", "Left Ear", "Left Finger", "Left Ring", "Left Wrist", "Legs", "Neck", "Powersource", "Primary", "Mainhand", "Range", "Right Ear", "Right Finger", "Right Ring", "Right Wrist", "Secondary", "Offhand", "Shoulders", "Waist"
- added /status hunger and /status thirst
-- Reports your hunger, how many food items you have, your thirst, and how many drink items you have.
- Updated xp reporting to be more consistent with how we want it to report.
- ShortBuff fix
- Added settings in the /mqsettings panel
- Allow item searching to take an ID.
-- /status item id 10037
--- If we have 100 diamonds on us we will return Diamond: 100
--- If we have none of the item ID 10037 it will return 10037: 0
- Fix color code errors
- Added ToL Currencies
- Remove debug output
- fixes an issue with using dannet issuing an empty "/dgtell all " when there is nothing to broadcast. -- this would result in receiving the syntax usage for dannet since "/dgtell all " is invalid.
- Corrected some weird "if bFound" nonsense
- added missing plugin name from stat output
Added several new things:
/status achievement
/status collected
/status evolving
- Added Assigned AA to /status aaxp
- Added "luck" to help output
MQ2Status - aaxp update (!443) · Merge requests · RG Creators / VeryVanilla
Added Assigned AA to /status aaxp Added "luck" to help outputgitlab.com
- Adding /status luck
- Adding remaining unreleased cwtn plugins since names are established.