Armor loot fix, stat loot fix

fixed numeric errors
Loot client command response coded
This commit is contained in:
CharonInferar
2014-05-04 23:06:27 +02:00
parent 41d6aa9db8
commit fabeaed919
68 changed files with 1523 additions and 347 deletions
+14
View File
@@ -0,0 +1,14 @@
import sys
def setup():
return
def run(core, actor, target, commandString):
if not target:
return
#actor.sendSystemMessage('LOOT SCRIPT COMMAND', 0)
core.lootService.handleLootRequest(actor,target)
return