• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore WotLK Lua : aura duration time

valhalo

New member
Hello, i was searching in lua methods, how to set a duration time of an aura that get from my LUA Npc.

I use this method to add an aura, but i want to set a duration time of this aura.. like a mount preview npc, to people can look the mount for a few seconds before buy.
player:AddAura(44744, player)

I will be very grateful if anyone could help me.
Thanks in advice.

SOLVED
 
Last edited:

Syphex

Exalted Member
Hello, i was searching in lua methods, how to set a duration time of an aura that get from my LUA Npc.

I use this method to add an aura, but i want to set a duration time of this aura.. like a mount preview npc, to people can look the mount for a few seconds before buy.
player:AddAura(44744, player)

I will be very grateful if anyone could help me.
Thanks in advice.

SOLVED

Could you tell us how you solved it so others who have the same problem can come here and look for themselves when the problem persists for them.
 
Top