Hi all
As
mentioned previously, Svo is now available in open-source, free, and community-supported form! See
https://github.com/svof/svof.
Rename
Originally planned to be called Svo 2, it is now named Svof (Svo free version). This is to make it easier to distinguish from the original Svo, and as the feature set is exactly the same, the 2 wasn't really justified as there are no massive updates.
Downloading
You can download the latest system
from here! Just pick which class you'd like to run with and you're set. Note that extensive QA has not been done on this initial release, so treat it with caution and experiment with on a new profile. All systems include all class and general addons, and the noclass system is gone.
Support
Join the Svof clan in-game for help!
Contributing
If you'd like to contribute to the system or maintain it, have established your trustworthiness as an Achaean, know Svo and its code, feel free to apply to join the
Svof organisation.
Comments
Or jump in and take a peek at how things are working, how they aren't, and help us figure out how to fix them!
Tried hammering them out, but 41000 lines of code is way too much for me to be willing to work through.
Svof
Mudlet Discord join up
cloned svof out of github and was going through the rest of the setup instructions for mac, when tried to brew install lua5.1 got error that there was no available formula to lua5.1.
Not familiar with homebrew - is there some other repo that needs to be setup?
Sometimes have spare coding time, so would like to be able to contribute to the project.
Svof
Mudlet Discord join up
What is this looking for? Cant seem to find anything to load and scripts dont seem to work.
Svof documentation is now also available, big thanks to @Keneanung for making that work: https://svof.github.io/svof/
Svof
Mudlet Discord join up
- DV/DF don't seem to be doing anything.
- NDB causes the error: "(svof): You don't seem to have installed Svof as a package in the name of "Kurogi svo" - I can't find the ndb help file!"
- The selfishness toggle isn't functioning; SL echoes that it's toggling the keepup, but neither selfishness or generosity are ever used.
- Autowalking with mudlet mapper doesn't work, it keeps waiting for balance.
I know that it's a transition period, so I'm not complaining, per se, I just wanted to see if others were running into the same problem. Also, can I get an invite to the clan?as an example mine is mpackage = "Runewarden svo" I changed it to mpackage = "Praxides svo"
Svof
Mudlet Discord join up
Do a search for this: ndb alias cheatsheet
You get a rather long alias, you just need to edit lines 3 and 8.
Line 3 currently reads:
if not lfs.attributes(getMudletHomeDir().."/"..svo.me.name.." svo".) then
change it so it now reads: (with your class of course)
if not lfs.attributes(getMudletHomeDir().."/Magi svo") then
Line 8 currently reads:
local f, msg = io.open(getMudletHomeDir().."/"..svo.me.name.." svo/ndb-help.lua")
change it so it now reads: (again, your class)
local f, msg = io.open(getMudletHomeDir().."/Magi svo/ndb-help.lua")
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
and
New release with a collection of improvements from @keneanung, @Seifur, and@alex-d-schroder.
Big thanks to @keneanung for setting up an automated build system for releases and documentation deployment!
If you're interested on working on Svof - doing releases, doing feature planning, or guiding the project - please apply!
Svof
Mudlet Discord join up