roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 206
my server is PVP, but sometimes I put NO PVP to hold some event.
If someone uses magic wall when server is NO PVP the magic wall never goes away, has anyone seen this bug?
it looks like decay doesn't work on No PVP, I don't know what happens
If someone uses magic wall when server is NO PVP the magic wall never goes away, has anyone seen this bug?
it looks like decay doesn't work on No PVP, I don't know what happens
LUA:
local combat = Combat()
combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
combat:setParameter(COMBAT_PARAM_CREATEITEM, ITEM_MAGICWALL)
function onCastSpell(creature, variant, isHotkey)
return combat:execute(creature, variant)
end
Last edited: