mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 12:56:07 +02:00
Merge branch 'develop' into ioncannon/crafting_and_localleves
This commit is contained in:
commit
8a5b97f5b2
15 changed files with 160 additions and 74 deletions
|
@ -413,7 +413,6 @@ function startCrafting(player, hand, recipe, quest, startDur, startQly, startHQ)
|
|||
local qltyDiff = math.random(0,2);
|
||||
|
||||
if progress >= 100 then
|
||||
|
||||
player:SendGameMessage(GetWorldMaster(), 40111, 0x20, player, itemId, 3, 8); -- "You create <#3 quantity> <#1 item> <#2 quality>."
|
||||
callClientFunction(player, "delegateCommand", craftJudge, "closeCraftProgressWidget", commandactor);
|
||||
|
||||
|
@ -467,5 +466,5 @@ function startCrafting(player, hand, recipe, quest, startDur, startQly, startHQ)
|
|||
end
|
||||
end
|
||||
|
||||
return -1;
|
||||
end
|
||||
return -1;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue