Project 1999

Project 1999 (/forums/index.php)
-   Green Server Chat (/forums/forumdisplay.php?f=73)
-   -   GINA question (/forums/showthread.php?t=386081)

ClephNote 06-06-2021 09:04 PM

GINA question
 
How do you determine individual spell level duration?

For example, I have a Pegasus Feather Cloak, with casts Levitate.

Levitate can have a duration of 5.2 minutes @L14 to 19 minutes @L60 (per Wiki).

I'm level 52. How long will my Levi last? Does anyone care this much, or do they just ignore and wait until 60 when duration is known?

Woodrow 06-06-2021 09:10 PM

You could time it... Cloak levi doesnt seem to last very long.

Vivitron 06-06-2021 09:29 PM

I don't use GINA, but spell duration scaling from the minimum to maximum duration is always linear. That is, the duration of levitate increases the same amount each level within that level range. I don't know if the cloak matches the spell.

Indecisive 06-07-2021 12:08 AM

Pretty sure it's 12 minutes, regardless of level, with Pegi cloak.

TripSin 06-07-2021 01:07 AM

I timed stuff myself...

FungusTrooper 06-07-2021 11:11 AM

I also just time stuff myself, I just cast it on myself and start a stopwatch.

That being said, hijacking this thread, is there an actual full list of the regular expressions etc and what they do? I don't know anything about the language GINA uses and would love to use it to set up some complex triggers, but I can't find anywhere to learn.

I know about http://eq.gimasoft.com/forums/index.php but I never get a registration email from there when I try to register :(.

I'm trying to make one that triggers whenever someone says "harm pls" or "harmony" but I can't figure out how to do it. I found one that triggers for certain auctions, it's as follows:

^(?<seller>[A-Za-z]*) auctions, \'(?i:WTS|selling).*(?<item>(?i:Intensify Death)).*\'

So I tried to bastardize that into what I wanted for harmony, and ended up with this, but it doesn't work:

{S} tells the group, \'.*(harm|HARMO|harmony) ?.*\'

But yeah because I don't understand the language at all, I can't even begin to guess what I'm doing wrong.

Edit: Ooh, now that I'm looking at them right next to each other, is it the lack of "?i:"? I'll try that next time I play.

Baler 06-07-2021 11:44 AM

Just a heads up, levi cloak can end 1 tick (6s) after the warning message is sent.
It seems it's less likely to end after 1 tick but it can happen. (on P99)

Meaning, even with a warning you could fall out of the sky without enough time to click the levi cloak.

This is not how it always was on p99. So old info may not apply to current p99 timers/mechanics. And Or Classic info may not even apply to p99.

a basic levi cloak gina timer
Code:

SearchText=Your feet leave the ground
TimerText=Levitate
Minutes=12
Behaviour=Restart Instance Regardless
End early text=
You have been slain by
You can no longer levitate.
You have entered Plane of Air.
You have entered Sirens Grotto.
You have entered Temple of Veeshan.

a basic warning about levi failing
Code:

searchtext=You feel as if you are about to fall.
DisplayText=Levi Fail
UseTxttoSpeech=Levitate Failing


Kavious 06-07-2021 11:46 AM

You can try something simple like:

{S} tells the group.*(harm|harmo|harmony).*

Zwieback 06-07-2021 11:49 AM

stop cheating

Baler 06-07-2021 11:52 AM

Quote:

Originally Posted by Zwieback (Post 3318672)
stop cheating

Log Parsers are classic, they are not cheating and are allowed on P99.


All times are GMT -4. The time now is 02:28 AM.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.