You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

61

Friday, January 25th 2013, 6:38pm

Error = nil means Error = non existent means Noguai is happy. Lol, I'm just joking :D

It's a little inconvenient that there is no error message. I can't really debug the problem without. :(

Edit: I totally forgot to write that I have uploaded another version. Try that one...

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

62

Sunday, January 27th 2013, 11:35pm

Did it help? (Btw: has your char you received the error with any ammo equipped?)

63

Monday, January 28th 2013, 6:57am

Since I uploaded the newest alpha, no errors. With or without ammo equiped. So all is well.

64

Tuesday, January 29th 2013, 11:12am

Quoted from "Noguai"

Around half a year ago I did ask for some performance data from others. This is data from a PM I have still available:
Dalanis
- without Addons = 35 - 42
- with XBar = 25 - 30
- with ZZIB = 32 - 36
- with 80 Addons + XBar = 17 - 23
- with 80 Addons + ZZIB = 25 - 29

Logar
- without Addons = 45 - 50
- with XBar = 39 - 42
- with ZZIB = 45 - 50
- with 80 Addons + XBar = 28 - 30
- with 80 Addons + ZZIB = 35 - 40

I like your skin and button, but I'm not fool for cheat.

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

65

Tuesday, January 29th 2013, 12:27pm

I've uploaded a new version in which I have rewritten ZZExpInfo. It seems to work well, but it needs some testing to find out whether it has bugs.

@Gilderoi: Nice to see it working.

@Xmafepcu:
There's nothing I can work with. Such stuff with uncooperative people is just getting on my nerves. Period.

Source code

1
2
3
4
5
6
7
8
Did the user talk about having a problem?                  yes
Did the user provide useful information?                   no
Did the user provide information after asking for?         no
Did the user report the results of the suggested steps?    no
Did the user try the suggested steps?                      unknown
Did the user read the full reply?                          unknown
How long did the user need to respond?                     4 weeks
Does the user seem to be interested in help or a solution? no

If you really want help, you should let other people help you?

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

66

Saturday, February 9th 2013, 5:29pm

The past days I have made some progress with the rewrite of the ZZInfoBar plugins. During that I have made some stability updates which should prevent your UI and/or ZZInfoBar from crashing when an error happens. Especially if that error happens during loading.

Dropdown animations are a bit nicer now as I started to use some new features of my storyboarding system in ZZLibrary. The buttons are shown/hidden right at the time they get in or out of the viewing area during the animation and not before the animation starts (as it was before).

Redundant button updates are now skipped if the displayed values are equal before and after the update. This should save a little performance. The plugins don't use just in time compiled strings to trigger their updates anymore and (into function) compiled strings are stored so that they can be reused, which is faster that completely recompiling them.

I have added some (I think it was three) skins. They are kind of simple ones and are meant for users of black bottom arts (7,8) or users that have the lower main menu artwork still visible (skin 9). Skins are now file type independent, as long as RoM is able to read the format.

The TimeNDate plugin now offers localized date formats, so that I'm able to show you MM/DD/YY and DD.MM.YY in the german version. Another update has been made to the time button. It finally supports a 12h mode, a feature that was wished in this thread long ago. (A little too long, I think after all)

But the rewrite also has the risk that I may bring new bugs in. So don't be shy, try around with the new alphas and report errors (with the bug message) so that I can fix them. I would really appreciate it.

Have fun with the updates and Runes of Magic
Noguai

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

67

Saturday, June 8th 2013, 6:58pm

Yes, this project isn't dead. I have continued my work on ZZInfoBar and now ZZIB has reached beta state! I also updated the addon description.

From now on you will need awsmDropdown for this addon. awsmDropdown is a new library, providing a dropdown menu with a lot of functions ZZInfoBar has not had before.



Switch to the tab "Other Downloads" (Curse) or "Files" (CurseForge) to get the 3.0.0 beta version


Quoted

129 commits after the last release version 2.1.5 ZZIB has reached beta state! These are the important changes:

New:

* Dropdowns are realized with awsmDropdown; You need to seperatly download that
* ZZLibrary widget creator
* Skins are now file type independant as long as RoM can read the file
* Better width changing mechanism for ZZInfoBars width (use the grip on the right edge)
* Event cooldowns slow down too frequent button updates
* 12h mode for time button
* Localized date format for date button
* Option to use manually installed .os-Fix for ZZTimeNDate instead of integrated MorphClock
* Customizable button font size
* Link to partner bag in bag button
* Combat state button
* Pet summon state is now shown as color of the pets name on the pet button
* Prevent pet feeding (optional) when pet is not hungry
* Item slots in item repair dropdown is now colored with acordingly to the items durability
* Added button for count of Myth of Proof to ZZBagInfo

Localization:
* Added PL locales; Thanks to Rycerzodie
* Added some missing description lines in several button tooltips
* Make use of game locales (e.g. for money button tooltips)

Fixes:
* Bug on localization fallback
* Update problems with needed repeats for level up
* Don't try to summon pet if there is none in the current selected slot
* Some pet food was blocked in inventory after trying to feed unavailable food
* OnUpdates not triggering in ZZLibrary
* Localization mistakes
* Many little bugfixes
* Durability was not updated on player death / resurrection

Updates:
* Documented code
* Massive restructuring and code improvements in ZZLibrary; This is incompatible with old versions
* Massive restructuring and code improvements in ZZInfoBar
* Restructured / Rewrote ZZInfoBar Standard Plugins Pack
* Buttons support scripts passed as function or as string
* Reuse already compiled scripts passed as string
* Improvements to script support in ZZLibrary
* Type validation for ZZLibrary functions
* Improved error messages of ZZLibrary
* Dependency checks for ZZInfoBar by new build date numbers
* Dependency checks for all Plugins in Standard Plugins Pack
* Improvements to addon loading and plugin initialization
* Enhanced ZZInfoBar and ZZLibrary error stability (errors should only break a particular feature but not whole user interfaces)
* Implemented own plain lua bit library to fix CRC32 hashing
* Button creation uses ZZLibrary widget creator instead of being hard coded

* Easier configuration through better dropdown controls
* Nicer animations for dropdowns
* Use ZZLibrary Storyboarding for animations and some timing stuff
* Implemented forced updates
* Allow to abort button updates
* Hide button tooltip when dropdown opens
* ZZInfoBars frame level has been reduced, you are now able to place minimap buttons on it
* Blending textures (edge to middle) are now hidden when visibility is less than 1
* The plugins list is now sorted alphabetically
* Skip empty pet egg slots in next pet selection

Removed:
* Sol library

68

Saturday, July 6th 2013, 4:51am

I'm honestly not sure if it's a problem with one of your addons, but since I just redownloaded ZZCleanUI and ZZInfoBar i'm concluding that it must be something with them.

If it's not something with your addon.. do you have any idea what might be causing it?

It seems whenever I loot something I get an error spamming in my general tab in gray text that says:
Borella has attached the following images:
  • RAScrnShot_20130705_214847.jpg
  • RAScrnShot_20130705_214855.jpg
Borella - 100 W/M/S/R/P/K
VVV
If you play P/K in instances you're garbage


Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

69

Sunday, July 7th 2013, 12:30am

That function "Lua_CheckAllFunction" is a RoM internal function in "...\Runes of Magic\fdb\data.fdb\cliluascript\00016.lua". None of my addons work with these, but I can't tell you more at the moment. Could you please upload your interface folder as well as your interface settings for me? Then I can look further into that issue. Make sure to exclude the GameSettings.ini in your interface settings as it may conain your last used account name, as well as AutoLogin, if you use that.

Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

70

Sunday, July 14th 2013, 11:02pm

Could you solve your problem on your own? If not: My offer still exists :)

71

Sunday, July 14th 2013, 11:38pm

Oh yes, I did fix it. Sorry xD I forgot I had asked! Thanks!
Could you solve your problem on your own? If not: My offer still exists :)
Borella - 100 W/M/S/R/P/K
VVV
If you play P/K in instances you're garbage


Noguai

Beginner

  • "Noguai" started this thread

Posts: 5

Location: Germany

  • Send private message

72

Tuesday, July 16th 2013, 9:31pm

2 things i miss from Xbar are: a shortcut to Transport book,

Totally agree on this one!

You won't get a button like the menu button just for the transport book, that's not the way ZZInfoBar works, but I can implement a plugin that shows your last registered recall point and also has a shortcut for the transport book. Would this be a solution to you?


Well, it basically took half a year for me to work on such feature requests but hey, it's finally there: Where's My Home?

With recall point and recall skill ;)

Works without ZZInfoBar, but if installed it needs at least V3-beta.