Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
145 stars 127 forks source link

Highscores only shows 1 promotion for vocation #461

Open BoTeQX opened 3 years ago

BoTeQX commented 3 years ago

Hey, I tried to add more promotions for 1 vocation but it takes only 1 promotion from config with same 'fromVoc'. If i have Sorcerer + MS + Custom promotion it only shows up Sorcerer and custom promotion.

Here is my config:

        1 => array(
            'name' => 'Sorcerer',
            'fromVoc' => false
        ),
        5 => array(
            'name' => 'Master Sorcerer',
            'fromVoc' => 1,
        ),
        9 => array(
            'name' => 'Wizard',
            'fromVoc' => 1
        ),
Znote commented 3 years ago

What happens if you set Wizard to be fromVoc 5?

BoTeQX commented 3 years ago

Now it shows only sorcerer and ms