mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.
This commit is contained in:
parent
0ac53e23ad
commit
9f077190a3
20 changed files with 225 additions and 190 deletions
|
@ -61,7 +61,7 @@ function onEventStarted(player, npc, triggerName)
|
|||
local killCount = 50;
|
||||
callClientFunction(player, "caravanGuardOffer", areaName, areaName2, playerGC);
|
||||
--callClientFunction(player, "caravanGuardReward", cargo, nil, areaName, playerGC, killCount, areaName2);
|
||||
--player:SendGameMessageDisplayIDSender(npc, 6, MESSAGE_TYPE_SAY, npc.displayNameId);
|
||||
--player:SendGameMessageLocalizedDisplayName(npc, 6, MESSAGE_TYPE_SAY, npc.displayNameId);
|
||||
|
||||
|
||||
player:EndEvent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue