Onizuka
Member
- Joined
- Jul 5, 2008
- Messages
- 2,291
- Reaction score
- 14
Hey.
So i'll get straight to it, i aint no good at lua.
So i need help with this very simple script for anyone who has the spare few minutes.
Soulfire - TibiaWiki - Quests, Items, Spells, and more
If anyone can write this as its rl tibia suppose to be ill pay 2euro paypal
Should be very simple and fast scripting.
Regards.
So i'll get straight to it, i aint no good at lua.
So i need help with this very simple script for anyone who has the spare few minutes.
Soulfire - TibiaWiki - Quests, Items, Spells, and more
LUA:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITBYFIRE)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE)
local condition = createConditionObject(CONDITION_FIRE)
setConditionParam(condition, CONDITION_PARAM_DELAYED, 1)
addDamageCondition(condition, 10, 2000, -10)
setCombatCondition(combat, condition)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
If anyone can write this as its rl tibia suppose to be ill pay 2euro paypal
Should be very simple and fast scripting.
Regards.