Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Смердокрыл on July 24, 2015, 01:59:35 am

Title: [QUESTION] Increase player visibility distance
Post by: Смердокрыл on July 24, 2015, 01:59:35 am
Hey!
I have the following problem: if a player turns into a large npc and then enlarges even more (.mod scale 10), he can only be seen in a short distance, after which he dissapears. Any way to fix that?
Title: Re: [QUESTION] Increase player visibility distance
Post by: Rangorn on July 24, 2015, 05:22:40 am
It's Serverside, the max range is 533 yards for continents, raids, and arenas.

You can modify it, in the worldserver.conf (for TrinityCore)
Title: Re: [QUESTION] Increase player visibility distance
Post by: Смердокрыл on July 24, 2015, 06:50:22 pm
Quote from: "Rangorn"
It's Serverside, the max range is 533 yards for continents, raids, and arenas.

You can modify it, in the worldserver.conf (for TrinityCore)

It worked, thanks a lot!