Page 1 of 1

[b26b] Some problem with Nimisil attack

Posted: Thu May 26, 2011 1:11 pm
by Dervis
Giving a Lua error about "ARCANE". I think it's:

Zones/Maze/npcs.lua line 98

Code: Select all

	combat = {dam=80, atk=30, apr=15, dammod={mag=1.1}, damtype="ARCANE"},
Should be: combat = {dam=80, atk=30, apr=15, dammod={mag=1.1}, damtype=DamageType.ARCANE},

Re: [b26b] Some problem with Nimisil attack

Posted: Thu May 26, 2011 1:43 pm
by darkgod
fixed