mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
GLWarpPoint shows current difficulty now too. Added some test stuff to the Orb/Sweep directors.
This commit is contained in:
parent
a77a90578f
commit
ddfc71d3af
3 changed files with 9 additions and 1 deletions
|
@ -20,7 +20,7 @@ function onEventStarted(player, npc, triggerName)
|
|||
local currentGLDirector = player:GetGuildleveDirector();
|
||||
local glData = currentGLDirector.guildleveData;
|
||||
|
||||
callClientFunction(player, "eventGuildleveReward", currentGLDirector.guildleveId, currentGLDirector.completionTime, 24, 24, 0, 0, 0, 0, 0, 0, 0, 4);
|
||||
callClientFunction(player, "eventGuildleveReward", currentGLDirector.guildleveId, currentGLDirector.completionTime, 24, 24, 0, 0, 0, 0, 0, 0, 0, currentGLDirector.selectedDifficulty);
|
||||
|
||||
local choice = callClientFunction(player, "eventTalkGuildleveWarp", glData.aetheryte, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue