[v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

A place to post your add ons and ideas for them

Moderator: Moderator

Message
Author
Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#361 Post by Zizzo »

"Blessed are the yeeks, for they shall inherit Arda..."

sepik121
Wayist
Posts: 23
Joined: Sun Oct 23, 2016 10:08 pm

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#362 Post by sepik121 »

Got a lua error that looks like it's related to this mod, but could also be because of another mod (i've got a bit, so there's always the chance something goes awry)

Code: Select all

[target_simple AI]	140831	Yvakira the green mold	selecting NEW TARGET	5	32	6424	Sky Striker Raye
[use_tactical AI] === Action Selected:	140831	Yvakira the green mold	disable	 talent:T_HP_DREAD_HOWL
[LOG]	Yvakira the green mold uses #{bold}##ORCHID#Dread Howl.#{normal}##LAST#
[LOG]	Ran for 2 turns (stop reason: detrimental status effect).
[LOG]	#F53CBE#Sky Striker Raye becomes terrified!
[LOG]	
Lua Error: /data/timed_effects/mental.lua:1114: attempt to perform arithmetic on field 'cooldownPower' (a nil value)
	At [C]:-1 __mul
	At /data/timed_effects/mental.lua:1114 long_desc
	At /mod/class/uiset/Minimalist.lua:1154 handleEffect
	At /mod/class/uiset/Minimalist.lua:1369 super_displayBuffs
	At ...addons/zomnibus/superload/mod/class/uiset/Minimalist.lua:244 displayBuffs
	At /mod/class/uiset/Minimalist.lua:2012 super_display
	At ...addons/zomnibus/superload/mod/class/uiset/Minimalist.lua:105 display
	At /mod/class/Game.lua:1900 
FROM 	/mod/addons/cults/superload/engine/dialogs/ShowErrorStack.lua	loading previous!
Lua Error: /data/timed_effects/mental.lua:1114: attempt to perform arithmetic on field 'cooldownPower' (a nil value)
	At [C]:-1 __mul
	At /data/timed_effects/mental.lua:1114 long_desc
	At /mod/class/uiset/Minimalist.lua:1154 handleEffect
	At /mod/class/uiset/Minimalist.lua:1369 super_displayBuffs
	At ...addons/zomnibus/superload/mod/class/uiset/Minimalist.lua:244 displayBuffs
	At /mod/class/uiset/Minimalist.lua:2012 super_display
	At ...addons/zomnibus/superload/mod/class/uiset/Minimalist.lua:105 display
	At /mod/class/Game.lua:1900 
The class that uses Dread Howl (the ability that caused the error) is from the Verdant class pack, so I could try and change something there if need be. But after the ability got used, I got an error loop where my screen just went black repeatedly.

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#363 Post by Zizzo »

sepik121 wrote:The class that uses Dread Howl (the ability that caused the error) is from the Verdant class pack, so I could try and change something there if need be. But after the ability got used, I got an error loop where my screen just went black repeatedly.
[sound F/X: source diving] This one is Verdant's doing, I'm afraid. The Terrified mental effect apparently changed pretty significantly from 1.5 to 1.6, and Verdant's Dread Howl talent is passing in the effect parameters that 1.5-era Terrified expected — notably not including the 'cooldownPower' parameter that 1.6-era Terrified needs. And since that's used in the effect description and the effect description is used in the buffs display, you get the massive display breakage that happens any time you break something in the UI (speaking from bitter experience here…).

TL/DR: Verdant needs to be updated for 1.6.x. We Apologize for the Inconvenience.™
"Blessed are the yeeks, for they shall inherit Arda..."

sepik121
Wayist
Posts: 23
Joined: Sun Oct 23, 2016 10:08 pm

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#364 Post by sepik121 »

Not a problem then! I saw that the lua error came from both of these, so I will post that in the verdant thread too. Thanks for the quick update!

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#365 Post by Zizzo »

Pushing out v16a.2 with a small change to Enhanced Object Compare.
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#366 Post by Zizzo »

Pushing out v16a.3 for both, with fixes for Enhanced Object Compare (both) and Opt-in Adventurers Parties (ZOmnibus only).
"Blessed are the yeeks, for they shall inherit Arda..."

phoenixred80
Yeek
Posts: 10
Joined: Sat Apr 27, 2019 12:15 pm

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#367 Post by phoenixred80 »

Somehow the Juggle Hotkeys on Unwield UI options are not there...

"UI | Hotkey handling on unwield" and "UI | Remove hotkey on drop" .. can you check if it is just me or is it a bug?

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#368 Post by Zizzo »

phoenixred80 wrote:Somehow the Juggle Hotkeys on Unwield UI options are not there...

"UI | Hotkey handling on unwield" and "UI | Remove hotkey on drop" .. can you check if it is just me or is it a bug?
[sound F/X: source diving] You're using ZOmnibus Lite? Yeah, turns out I forgot to load Juggle Hotkeys on Unwield's hooks file from within ZOmnibus Lite's hooks file. :oops: Fortunately, I also had an update for Enhanced Object Compare to push out, so those can go out as v16a.4 for both. We Apologize for the Inconvenience.™
"Blessed are the yeeks, for they shall inherit Arda..."

phoenixred80
Yeek
Posts: 10
Joined: Sat Apr 27, 2019 12:15 pm

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#369 Post by phoenixred80 »

Yes, I was using ZOmnibus Lite.. and as per the latest update "Your Add On is working perfectly!"

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#370 Post by Zizzo »

v16a.5 is a quickie update for both to take advantage of my new Menu Keys addon by adding shortcut keys to the game menu actions added by Go to Landmark and Savefile Notes.
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#371 Post by Zizzo »

"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#372 Post by Zizzo »

v16a.7 for both includes an update to Passive Cooldowns.
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#373 Post by Zizzo »

v16a.8 for both includes an update to Enhanced Object Compare.
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#374 Post by Zizzo »

And hot on the heels of that, v16a.9 for both includes more mecharachnid-related updates for Enhanced Object Compare and Enhanced Wield Replace.
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2517
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#375 Post by Zizzo »

Several changes in the v16a.10 update; ZOmnibus gets an update to Low Health Popup, and both get updates for Talent Point Planner and Inventory Sort Order.
"Blessed are the yeeks, for they shall inherit Arda..."

Post Reply