-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mauriliogenovese/dev
v1.1.0
- Loading branch information
Showing
23 changed files
with
1,477 additions
and
1,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
# SPAM | ||
Seymour PAckage for Mudlet | ||
## Installation | ||
## _Seymour PAckage for Mudlet_ | ||
SPAM è un package Mudlet per migliorare l'esperienza di gioco in [Dei delle Ere]. | ||
|
||
lua uninstallPackage("SPAM") installPackage("https://raw.githubusercontent.com/mauriliogenovese/SPAM/main/build/SPAM.mpackage") | ||
## Features | ||
SPAM include i seguenti moduli, ciascuno attivabile o disattivabile: | ||
- DdEgroup: monitor per la gestione dei PF e dei buff del gruppo | ||
- AbbilChat: monitor per la visualizzazione delle comunicazioni sviluppato da [Abbil] | ||
- Gloria: timer per tracciare la gloria ottenuta nelle ultime 24 ore | ||
- Appunti: possibilità di copiare negli appunti del sistema operativo identificazioni e valuta mostri | ||
- NariaDB: possibilità di inviare automaticamente al database di [Nikeb] le identificazioni | ||
- Colorazione per i PF del prompt, lo stato di usura degli oggetti | ||
- Suoni: trillo quando si riceve un beep | ||
- Build e test mediante [Muddler] | ||
|
||
|
||
## Installazione | ||
Per installare SPAM la prima volta è sufficiente dare in gioco il seguente comando in un'unica riga: | ||
``` | ||
lua uninstallPackage("SPAM") installPackage("https://raw.githubusercontent.com/mauriliogenovese/SPAM/main/build/SPAM.mpackage") | ||
``` | ||
Oppure scaricare ed importare in Mudlet l'[ultima release]. | ||
|
||
Per i successivi aggiornamenti è possibile utilizzare in gioco il comando <spam update> | ||
|
||
## Utilizzo | ||
Per esplorare tutte le funzioni del package basta digitare il comando <spam> in gioco | ||
Per le opzioni del monitor buff è possibile digitare il comando <observe> | ||
|
||
|
||
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax) | ||
|
||
[Dei delle Ere]: https://discord.gg/5X7HHaE9PN | ||
[Abbil]: https://moylen.eu/dde/ | ||
[Nikeb]: http://arendil.sytes.net:5000/ | ||
[Muddler]: https://github.com/demonnic/muddler | ||
[ultima release]: https://raw.githubusercontent.com/mauriliogenovese/SPAM/main/build/SPAM.mpackage |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
send("gd " .. persistent_variables[character_name]["gd_start"] .. matches[3] .. persistent_variables[character_name]["gd_end"] .. "&d") | ||
if SPAM.config.get("gdcolor")==true then | ||
send("gd " .. SPAM.config.get("gd_start") .. matches[3] .. SPAM.config.get("gd_end") .. "&d") | ||
else | ||
send(matches[1]) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.