mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
broken attempt at opening quest director combat
This commit is contained in:
parent
bab81a809c
commit
a0c4d80c5e
3 changed files with 45 additions and 42 deletions
|
@ -3,9 +3,9 @@ require ("global")
|
|||
require ("ally")
|
||||
|
||||
function onSpawn(ally)
|
||||
ally.isAutoAttackEnabled = false;
|
||||
end;
|
||||
ally.isAutoAttackEnabled = false
|
||||
end
|
||||
|
||||
function onCombatTick(ally, target, tick, contentGroupCharas)
|
||||
allyGlobal.onCombatTick(ally, target, tick, contentGroupCharas);
|
||||
end;
|
||||
allyGlobal.onCombatTick(ally, target, tick, contentGroupCharas)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue