Page 1 of 1

UseGravity/UseNoGravity - help

Posted: Mon Jun 19, 2017 11:05 am
by pawelgbw
How to enable / disable gravity in AionScript.lua?

Re: UseGravity/UseNoGravity - help

Posted: Mon Jun 19, 2017 9:19 pm
by nucular
Currently not possible as this is an feature from cheating extension.
But never say never ;-)

Re: UseGravity/UseNoGravity - help

Posted: Tue Jun 20, 2017 10:31 am
by agonic
I guess like other conditions, need to add offset in dll then we can use it properly. Right?

Re: UseGravity/UseNoGravity - help

Posted: Sun Jun 25, 2017 10:58 am
by nucular
Added Support for NoGravity inside LUA scripting.
It will be available as a new feature in the next releases.

Test it out, it should work but beware it does not have any security options.
If you enable it inside an city, it's your fault. :lol:

Code: Select all

Player:SetNoGravity(true); -- for enabling
Player:SetNoGravity(false); -- for disabling

Re: UseGravity/UseNoGravity - help

Posted: Thu Jul 13, 2017 8:59 pm
by 0x00
nucular wrote:
Sun Jun 25, 2017 10:58 am
Added Support for NoGravity inside LUA scripting.
It will be available as a new feature in the next releases.

Test it out, it should work but beware it does not have any security options.
If you enable it inside an city, it's your fault. :lol:

Code: Select all

Player:SetNoGravity(true); -- for enabling
Player:SetNoGravity(false); -- for disabling
HOLY SHIT! Why did I just see this!