Page 1 of 1

Cooldowns

Posted: Sat Mar 25, 2017 10:17 pm
by Kroban
im new in coding with lua so sorry in advance if its stupid question
is it possible to change the cooldowns of potions ? for example wind serums ,couse i have some issues with flight time

Re: Cooldowns

Posted: Sun Mar 26, 2017 5:38 am
by crazymonkey84
There is not such a thin like a stupid question.

We usually change the flight time left required to use a wind pot. As an example if u have a pair of wings that increase ur flight time to 2 mins and a potion that recovers ur flight time by 84 secs wit a cd of 30 secs u just need to modify ur char lua script to make ur char use ur pot everytime ur flight time is around 36 - 40 secs.

Also u can record a path then save many rest spots along the path and modify the settings.lua file in the rest flight time section according to your needs, to force ur char to go to the nearest rest spot every time ur char flight time is 40 secs or "n" amount of time u need.

I hope i made myself clear.

Regards