Suprcode / Crystal

Legend of Mir 2 - Official Public Crystal Source
1.21k stars 708 forks source link

Wizard taming isn't limited on subs/bosses #639

Open EliteMir opened 1 year ago

EliteMir commented 1 year ago

There should be a code limitation for subs/bosses to avoid 5 frost tigers for example.

Suprcode commented 1 year ago

Isn't there a "can tame" check box on the monster database?

EliteMir commented 1 year ago

Isn't there a "can tame" check box on the monster database?

Doesn't stop you taming 5 crystal spiders or other subs/bosses, they should be limited.

grimchamp commented 1 year ago

How does official korea server handle subs/bosses?

JevLOMCN commented 1 year ago

So spoken with a Korean contact.

The following is needed:

A check in place that checks tameable monsters for the boss/sub boss field. If both are enabled, only 1 can be tamed.

for example:

You can tame only 1 Frost Tiger but you can still tame 4 other “normal” monsters.

Suprcode commented 1 year ago

Can you actually tame Frost Tigers on official? Pretty sure all "boss" monsters are untamable.

JevLOMCN commented 1 year ago

Frost Tigers can be tamed on official, The code will need to be changed for the initial bug reported. I'll have to change the tameable value on the monster database for sub bosses including Frost Tigers.