Quote:
Originally Posted by Tayton
2) Minor point. Greater Faydark Lifts dont work. Clicking on the wooden lever just pops up and down but the lifts stay at the top.
|
That is because the lift is expected to be down when you press the button that controls it but the problem is the lifts are set to an inverted state so that there appearance matches live. If you removed the inverted state on the lifts they should function correctly but they will always return to the down position which doesn't match live.
Quote:
Originally Posted by Tayton
3) Aggro in Unrest is on turbo. When I go into the house practically every mob within 50 feet jumps me. Walls do not seem to have a factor nor my level difference (went in at 40).
|
Their aggroradius is set to high...you can adjust it by using the following.
Code:
update npc_types set aggroradius = 35 where id >= 63000 and id <= 63999;