• Dear forum reader,

    To actively participate on the forum by joining discussions or starting your own threads or topics, you need a game account and to REGISTER HERE!

Fixed [39231] UI items are switched

Bor de Wolf 1965

Well-Known Member
Game version: v1.147-beta.8-(238a4c2) - html5 (2022-02-03 18:24)
Game world: Beta
Browser/IOS/Android + version: FF latest version
Operating System or Mobile Device: Windows 10
Screen resolution:
Account name: Bor de Wolf 1965
Humans or Elves: Elfs

Reproducibility:
5/5

Quest title: (if applicable)

Current situation:
Some UI items are on other places
__

Expected situation:
__
__

Reproduction Steps
1. Just load the game


Screenshots of the bug:

UI beta.png
UI life.png

UI on Beta---------------UI on a life server
 
Last edited:

Karvest

Well-Known Member
Seems they wanted to hide notifications and fellowship buttons if NH is not enabled and messed up order while doing it.
JavaScript:
    Zc.isNeighborlyHelpEnabled = function() {
        return !Zc.isFeatureEnabled("locked_neighbourhood")
    }
    ;
    Zc.isGuildEnabled = function() {
        return !Zc.isFeatureUnlocked("locked_guild")
    }
 
Last edited:
Top