Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #71  
Old 04-22-2020, 01:16 PM
Pengting Pengting is offline
Large Bat


Join Date: Jun 2019
Posts: 11
Default

Quote:
Originally Posted by Mirox [You must be logged in to view images. Log in or Register.]
Yeah, my apologies. I spoke too quickly. I didn't realize how I hardcoded some options that were planned to be used in the future like this section we are talking about. Unfortunately, it overrides it if it doesn't exactly match ["levitate"].

This has been fixed in the dev branch to include the two additional malo spells and it will now only make sure it contains the hardcoded items, and will let you add things.

I am working hard on getting a release pushed out from the dev branch. I am about 70% or so of the way to a release. I need to finalize custom Triggers and polish some stuff up.

The only thing that is auto parsed are spells that use the line You begin casting such and such and only if they are found in spells_us.txt. Clickies normally don't work like that, so I am making a custom trigger system. In your version (0.5.1 probably?) you should be able to add rudimentary custom triggers via Settings -> Spells -> General -> Custom Timers - Edit.
Might want to check then Malosi the 49 spell too?

Might want to add Malosini 57 Shaman Spell and Malo the level 60 spell just to be sure?
Reply With Quote
  #72  
Old 04-23-2020, 08:56 AM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by Pengting [You must be logged in to view images. Log in or Register.]
Might want to check then Malosi the 49 spell too?

Might want to add Malosini 57 Shaman Spell and Malo the level 60 spell just to be sure?
Those spells are all fine. The only spells with a type 9 calculation that have 0 duration are: ['malise, 0', 'malisement, 0', 'bind sight, 0'].
Reply With Quote
  #73  
Old 04-23-2020, 06:25 PM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by aspomwell [You must be logged in to view images. Log in or Register.]
Absolutely love nparse, keep up the good work!

I just hit level 46 and I noticed that the right clicks on http://wiki.project1999.com/Elder_Spiritists_Gauntlets and http://wiki.project1999.com/Elder_Sp...%27s_Vambraces don't put up timers and was wondering if I'm just doing something wrong. I realize as I'm typing this that I may be able to set up a custom timer for it but I'm at work so I can't test and I'll forget if I don't mention it now!

Anyways, like I said, good work! Really like the app!
Thanks !

For spells to be autoparsed, a couple things need to be true:

1. The spell needs to say 'You begin casting...'
2. The spell needs to be in spells_us.txt (in your eq folder)

If you have version 0.5.1, there are crude custom timers that you can add in settings under spells, general, custom timers. I would just setup a trigger for what text happens when the spell lands, and you will have a timer.
Reply With Quote
  #74  
Old 04-23-2020, 11:36 PM
JerseyFresh609 JerseyFresh609 is offline
Aviak


Join Date: Jan 2012
Posts: 73
Default

Thanks for this Mirox, love it so far. I'm having trouble getting my overlay to work in full screen mode. Is this possible?
__________________
-Chubby
Reply With Quote
  #75  
Old 04-24-2020, 02:04 AM
aspomwell aspomwell is offline
Sarnak

aspomwell's Avatar

Join Date: Sep 2019
Posts: 253
Default

Quote:
Originally Posted by Mirox [You must be logged in to view images. Log in or Register.]
Thanks !

For spells to be autoparsed, a couple things need to be true:

1. The spell needs to say 'You begin casting...'
2. The spell needs to be in spells_us.txt (in your eq folder)

If you have version 0.5.1, there are crude custom timers that you can add in settings under spells, general, custom timers. I would just setup a trigger for what text happens when the spell lands, and you will have a timer.
The spells are in the file, they're both druid spells that I cast often. The difference is there's an extra line of dialog when casting from the items. I can only assume that's somehow resetting the trigger or something.

Here's how it shows in the log:

[Thu Apr 23 21:17:06 2020] You begin casting Snare.
[Thu Apr 23 21:17:06 2020] Your Elder Spiritist's Gauntlets begins to glow.
[Thu Apr 23 21:17:10 2020] A hill giant has been ensnared.

[Thu Apr 23 21:15:26 2020] You begin casting Drones of Doom.
[Thu Apr 23 21:15:26 2020] Your Elder Spiritist's Vambraces begins to glow.
[Thu Apr 23 21:15:34 2020] A hill giant is engulfed in a swarm.
__________________

Zipps - 51 HLF Druid <Castle>
Lykosor - 49 DE Necro <Castle>
Aspom - 12 HEF Ranger <Castle>
Slyng - 31 HEF Bard <Castle>
Flecrad - 21 DE Enchanter <Castle>
Lykos - 43 HIE Mage <Castle>
Ribkage - 17 GNM Boneknight <Castle>
Reply With Quote
  #76  
Old 04-24-2020, 08:29 AM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by JerseyFresh609 [You must be logged in to view images. Log in or Register.]
Thanks for this Mirox, love it so far. I'm having trouble getting my overlay to work in full screen mode. Is this possible?
You currently should be able to get some full screen going by clicking the icon on the top left of the window (which should show window decorations), clicking the maximize button, and then clicking the icon to hide Window decorations.

The only issue right now is that if you then right click the icon on the top left of the Window, you may have your title bar disappear to the top of the screen. You can use windowskey + left or windowskey+right to show it again on Windows 10.

I will be changing how windows move due to introducing a new text window that has mouse click through. I will make a note to include a way to properly full-screen a window in this feature.

Thanks!
Last edited by Mirox; 04-24-2020 at 08:45 AM..
Reply With Quote
  #77  
Old 04-24-2020, 08:35 AM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by aspomwell [You must be logged in to view images. Log in or Register.]
The spells are in the file, they're both druid spells that I cast often. The difference is there's an extra line of dialog when casting from the items. I can only assume that's somehow resetting the trigger or something.

Here's how it shows in the log:

[Thu Apr 23 21:17:06 2020] You begin casting Snare.
[Thu Apr 23 21:17:06 2020] Your Elder Spiritist's Gauntlets begins to glow.
[Thu Apr 23 21:17:10 2020] A hill giant has been ensnared.

[Thu Apr 23 21:15:26 2020] You begin casting Drones of Doom.
[Thu Apr 23 21:15:26 2020] Your Elder Spiritist's Vambraces begins to glow.
[Thu Apr 23 21:15:34 2020] A hill giant is engulfed in a swarm.

Ahh ok. I just looked up the items. The casting time on snare is 2 seconds. The casting time on the gloves is 4 seconds. To reduce mismatching your cast to your spell landing (compared to someone else casting the same spell or at least casting a spell which has the same landing message), there is a casting window. By default, your spell needs to land within a 1 second range of when the program thinks it should.

You can turn this behaviour off in settings->spells->general>Use Casting Window

If you turn that off, do those items parse?

If they don't, let me know, so I can go buy some and see why it is not working.
Last edited by Mirox; 04-24-2020 at 08:42 AM..
Reply With Quote
  #78  
Old 04-24-2020, 07:29 PM
JerseyFresh609 JerseyFresh609 is offline
Aviak


Join Date: Jan 2012
Posts: 73
Default

Quote:
Originally Posted by Mirox [You must be logged in to view images. Log in or Register.]
You currently should be able to get some full screen going by clicking the icon on the top left of the window (which should show window decorations), clicking the maximize button, and then clicking the icon to hide Window decorations.

The only issue right now is that if you then right click the icon on the top left of the Window, you may have your title bar disappear to the top of the screen. You can use windowskey + left or windowskey+right to show it again on Windows 10.

I will be changing how windows move due to introducing a new text window that has mouse click through. I will make a note to include a way to properly full-screen a window in this feature.

Thanks!
Thanks but I wasn't looking to fullscreen one of the overlay windows, rather I can't get either overlay to show if I have EQ in full screen mode.
__________________
-Chubby
Reply With Quote
  #79  
Old 04-24-2020, 09:03 PM
aspomwell aspomwell is offline
Sarnak

aspomwell's Avatar

Join Date: Sep 2019
Posts: 253
Default

Quote:
Originally Posted by Mirox [You must be logged in to view images. Log in or Register.]
Ahh ok. I just looked up the items. The casting time on snare is 2 seconds. The casting time on the gloves is 4 seconds. To reduce mismatching your cast to your spell landing (compared to someone else casting the same spell or at least casting a spell which has the same landing message), there is a casting window. By default, your spell needs to land within a 1 second range of when the program thinks it should.

You can turn this behaviour off in settings->spells->general>Use Casting Window

If you turn that off, do those items parse?

If they don't, let me know, so I can go buy some and see why it is not working.
And that's why you don't make assumptions, kids! You were absolutely right. Works like a charm with that box unchecked. Thanks!
__________________

Zipps - 51 HLF Druid <Castle>
Lykosor - 49 DE Necro <Castle>
Aspom - 12 HEF Ranger <Castle>
Slyng - 31 HEF Bard <Castle>
Flecrad - 21 DE Enchanter <Castle>
Lykos - 43 HIE Mage <Castle>
Ribkage - 17 GNM Boneknight <Castle>
Reply With Quote
  #80  
Old 04-26-2020, 02:41 AM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by JerseyFresh609 [You must be logged in to view images. Log in or Register.]
Thanks but I wasn't looking to fullscreen one of the overlay windows, rather I can't get either overlay to show if I have EQ in full screen mode.
Unfortunately, I don't think you can do this with the framework I am using (PyQt5). You could always run fullscreen borderless.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:02 PM.


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 - 2025, Jelsoft Enterprises Ltd.