Is it possible to add Zone buffs? If so how?
and
I've seen some server with 5000% attributes, how is this done?
Thnx.
Is it possible to add Zone buffs? If so how?
and
I've seen some server with 5000% attributes, how is this done?
Thnx.
UPDATE items SET columnForAttribute = columnforattribute * 5000;
Code:function OnZone(event, pPlayer, zoneId) if zoneId == 1 then pPlayer:CastSpell(5) end end RegisterServerHook(15, "OnZone")