Eluna icon indicating copy to clipboard operation
Eluna copied to clipboard

Add OnExploreNewArea

Open Myles512 opened this issue 4 years ago • 1 comments

A hook for when a player explores an area for the first time.

local function OnExploreNewArea(event, player, areaid) print(player:GetName()..' explored '..GetAreaName(areaid)) end RegisterPlayerEvent(44, OnExploreNewArea)

Myles512 avatar Apr 18 '21 14:04 Myles512

From where in the core is this intended to be triggered from?

Rochet2 avatar May 26 '21 21:05 Rochet2

Added here

https://github.com/ElunaLuaEngine/Eluna/commit/89d4c1da8bd8d8a1bc82438f69e9ca33268427a4

Foereaper avatar Jan 29 '24 20:01 Foereaper