Project 1999

Go Back   Project 1999 > Search Forums

Showing results 1 to 25 of 135
Search took 0.00 seconds.
Search: Posts Made By: Indefinite
Forum: Technical Discussion 03-26-2024, 07:51 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Oops! It looks like the 3.7.0 release has a bug...

Oops! It looks like the 3.7.0 release has a bug or two which breaks all spell and mob timers.

Revert your pipx installation using: pipx install eqalert==3.6.2 --force

Otherwise checking out...
Forum: Technical Discussion 03-17-2024, 07:58 PM
Replies: 61
Views: 9,607
Posted By Indefinite
EQAlert version 3.7.0...

EQAlert version 3.7.0 (https://github.com/mgeitz/eqalert/releases/tag/3.7.0) is out:



This update adds an optional local TTS disabled by default as an alternative to using the default Google...
Forum: Technical Discussion 03-16-2024, 07:07 PM
Replies: 61
Views: 9,607
Posted By Indefinite
EQAlert version 3.6.2...

EQAlert version 3.6.2 (https://github.com/mgeitz/eqalert/releases/tag/3.6.2) is out - it is entirely bug fixes and project upkeep, no new features yet!
Forum: Technical Discussion 03-16-2024, 09:06 AM
Replies: 61
Views: 9,607
Posted By Indefinite
It looks as though this is a bug in config...

It looks as though this is a bug in config generation, where it is attempting to archive an old set of config files which do not exist. Here is the section of code not behaving as it should:...
Forum: Technical Discussion 03-09-2024, 11:01 PM
Replies: 61
Views: 9,607
Posted By Indefinite
There are automatic timers...

There are automatic timers (https://github.com/mgeitz/eqalert/blob/master/eqa/lib/encounter.py#L1445-L1469) set by the encounter parser for a given mobs death, but it is based on a zone wide duration...
Forum: Technical Discussion 12-31-2023, 09:30 AM
Replies: 4
Views: 480
Posted By Indefinite
Here are the regex patterns eqalert is using for...

Here are the regex patterns eqalert is using for each of those spells landing on another character, they should work fine in GINA just swap out the part of the expression GINA uses {s} for.
...
Forum: Technical Discussion 10-14-2023, 11:27 PM
Replies: 61
Views: 9,607
Posted By Indefinite
EQAlert version 3.6.1...

EQAlert version 3.6.1 (https://github.com/mgeitz/eqalert/releases/tag/3.6.1) is out:



Please submit any bug reports or problems to this thread or to github issues...
Forum: Screenshots 10-14-2023, 10:15 PM
Replies: 53
Views: 19,367
Posted By Indefinite
https://i.imgur.com/BnuWrBk.png

https://i.imgur.com/BnuWrBk.png
Forum: Technical Discussion 08-24-2023, 09:37 PM
Replies: 61
Views: 9,607
Posted By Indefinite
If you installed using the below command earlier...

If you installed using the below command earlier in the thread using venv:

python3 -m venv .venv; . .venv/bin/activate; python3 -m pip install -e .

Then you would need to cd back into the...
Forum: Technical Discussion 08-23-2023, 07:53 PM
Replies: 61
Views: 9,607
Posted By Indefinite
I'm stumped! I'll have to try out Linux mint 21...

I'm stumped! I'll have to try out Linux mint 21 in a VM and see if I can recreate it.

I do see a similar error after having installed eqalert with a venv and not sourcing the venv after trying to...
Forum: Technical Discussion 08-23-2023, 06:47 PM
Replies: 61
Views: 9,607
Posted By Indefinite
I'm not sure, how did you try installing it? It...

I'm not sure, how did you try installing it? It looks as though it tries to run it but can't find some files?

If you have `python3-pip` installed it may be worth trying the below command if that...
Forum: Technical Discussion 08-20-2023, 05:35 PM
Replies: 61
Views: 9,607
Posted By Indefinite
`playsound` seemingly has a handful of Linux...

`playsound` seemingly has a handful of Linux system package dependencies. Check if you're missing anything in the below list:
https://github.com/mgeitz/eqalert/blob/master/Dockerfile#L17-L40

You...
Forum: Technical Discussion 08-18-2023, 10:32 PM
Replies: 61
Views: 9,607
Posted By Indefinite
With the default settings any detected spells...

With the default settings any detected spells from known players should create a timer so `/who` is still helpful there for other players spells, otherwise you can enable spell guessing and it get...
Forum: Technical Discussion 08-18-2023, 10:12 PM
Replies: 61
Views: 9,607
Posted By Indefinite
For some reason the spell timer generation takes...

For some reason the spell timer generation takes a little while, usually about a minute for me. Did you get any errors?
Forum: Technical Discussion 08-18-2023, 10:09 PM
Replies: 61
Views: 9,607
Posted By Indefinite
If you install using a venv, you may need to...

If you install using a venv, you may need to activate it to start eqalert each time using
source .venv/bin/activate

Alternatively, if you plan to install docker you can build with compose
docker...
Forum: Technical Discussion 08-18-2023, 09:30 PM
Replies: 61
Views: 9,607
Posted By Indefinite
It looks like setup.py installation may be...

It looks like setup.py installation may be deprecated:


If you're using Debian 12 try using:
python3 -m venv .venv;. .venv/bin/activate; python3 -m pip install -e .

If all else fails you...
Forum: Technical Discussion 08-18-2023, 06:26 PM
Replies: 61
Views: 9,607
Posted By Indefinite
I think that may require having ssh set up and...

I think that may require having ssh set up and your public key associated to your github account, I'll update future documentation to use the https clone to simplify the readme steps a bit.

Try...
Forum: Technical Discussion 07-29-2023, 10:34 PM
Replies: 30
Views: 2,856
Posted By Indefinite
go go gadget let's encrypt Though, it's a...

go go gadget let's encrypt

Though, it's a sectigo cert - expired Sat, 29 Jul 2023 23:59:59 GMT
Forum: Technical Discussion 07-29-2023, 12:30 PM
Replies: 20
Views: 3,177
Posted By Indefinite
It looks like there could be missing files during...

It looks like there could be missing files during the compile? I've used a similar tool by Zaela called eqemu-login-helper (https://github.com/Zaela/eqemu-login-helper/), which I think has a similar...
Forum: Technical Discussion 06-21-2023, 08:17 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Version 3.6.0...

Version 3.6.0 (https://github.com/mgeitz/eqalert/releases/tag/3.6.0) is out with a handful of bug fixes:
Forum: Technical Discussion 06-16-2023, 08:59 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Version 3.5.6...

Version 3.5.6 (https://github.com/mgeitz/eqalert/releases/tag/3.5.6) is out with some old bugs fixed and some new bugs created. Getting closer to considering spell timers done enough for now. ...
Forum: Technical Discussion 06-11-2023, 03:23 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Fixed some bugs in 3.5.4 and added a config...

Fixed some bugs in 3.5.4 and added a config setting (default true) to combine like expiring spell timers by including the spell is dropping on others as well to the spoken spell timer alert. ...
Forum: Technical Discussion 06-10-2023, 10:53 AM
Replies: 61
Views: 9,607
Posted By Indefinite
Version 3.5.3...

Version 3.5.3 (https://github.com/mgeitz/eqalert/releases/tag/3.5.3) is out with more spell timer stuff. Please let me know if you run into any bugs!
Forum: Technical Discussion 05-30-2023, 12:14 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Version 3.5.1...

Version 3.5.1 (https://github.com/mgeitz/eqalert/releases/tag/3.5.1) is out with misc performance improvements and bug fixes
Forum: Technical Discussion 05-26-2023, 10:29 PM
Replies: 61
Views: 9,607
Posted By Indefinite
Version 3.5.0...

Version 3.5.0 (https://github.com/mgeitz/eqalert/releases/tag/3.5.0) is out:

gTTS Updates
* Lingo expansion
* Set TLD in config
* Set Language in config

Player Data
*...
Showing results 1 to 25 of 135

 
Forum Jump

All times are GMT -4. The time now is 08:40 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.