You obviously don't understand.Bad idea... imagine players that you cannot see.
Sorry it defeats the object of Gm's going Invis!
You obviously don't understand.
You make the script and YOU decides who can go invis and not.
shared exp would be very nicei havent seen this on a server in a long time
Good idea... but then Knights will have 2* the atk rate from its weapons!It would be great, if you can make a Dual-Wielding feature so u can
use 2 weapon at time for a specific voc
7. A full set of NPC's that come compatible and set with The Forgotten Server
I want an spell..
"rage"
(exori res)?
possible for knights, maybe paladins aswell..
It increases your damage and attackspeed by 10% for 30 secounds..
It might also reduce your defense by 10% during the rage.. Not sure about that part..
if this is possible I'd be very happy to get it
/Zed
New vocation would be nice
In config.lua:Possibility to Disable outfit change (If it exist, we can create a multi races server).
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_GREENASSASSINSTAR)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.1, -30, -0.2, 0)
local condition = createConditionObject(CONDITION_POISON)
setConditionParam(condition, CONDITION_PARAM_DELAYED, 1)
addDamageCondition(condition, 4, 2000, -2)
addDamageCondition(condition, 6, 2000, -1)
setCombatCondition(combat, condition)
function onUseWeapon(cid, var)
return doCombat(cid, combat, var)
end