Difficulty scaling/fr: Difference between revisions

Created page with "Les deux fonctions de nivellement ne feront absolument rien si : * WorldMgr::sInstance->stageType == 1 (Open World stage) * and WorldMgr::sInstance->isAocFie..."
(Created page with "== Inhibiteurs du nivellement ==")
(Created page with "Les deux fonctions de nivellement ne feront absolument rien si : * WorldMgr::sInstance->stageType == 1 (Open World stage) * and WorldMgr::sInstance->isAocFie...")
Line 23: Line 23:
== Inhibiteurs du nivellement ==  
== Inhibiteurs du nivellement ==  


Both scaling functions will immediately return without doing anything if:
Les deux fonctions de nivellement ne feront absolument rien si :
* [[WorldMgr]]::sInstance->stageType == 1 (Open World [[stage]])
* [[WorldMgr]]::sInstance->stageType == 1 (Open World [[stage]])
* and WorldMgr::sInstance->isAocField (current map is Trial of the Sword)
* and WorldMgr::sInstance->isAocField (la map actuelle est les épreuves de l'épée)
* and WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword)
* and WorldMgr::sInstance->disableScaling (réglée à true à l'entrée des épreuves de l'épée)
Scaling will also be skipped if the current [[map area]] is 28. This corresponds to "HateruSea", which is the Eventide Island area.


== Weapons ==  
== Weapons ==