• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Spell Byff To Tibia 8.0

XaNaduxD

Candy Boy ;*
Joined
Oct 25, 2009
Messages
31
Reaction score
0
Location
Poland
Hello I'm new and not speak English I cmust learn the language yet but I have a script for you that ye may be useful...

This Script By Me...

Ok Start :D
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

local condition = createConditionObject(CONDITION_ATTRIBUTES)
local condition = createConditionObject(CONDITION_HASTE)
setConditionFormula(condition, 1.7, -56, 1.7, -56)
setConditionParam(condition, CONDITION_PARAM_TICKS, 25000)
setConditionParam(condition, CONDITION_PARAM_SKILL_CLUB, 60)
setConditionParam(condition, CONDITION_PARAM_SKILL_SWORD, 60)
setConditionParam(condition, CONDITION_PARAM_SKILL_AXE, 60)
setConditionParam(condition, CONDITION_PARAM_SKILL_SHIELD, 100)
setConditionParam(condition, CONDITION_PARAM_SKILL_DISTANCE, 60)
setConditionParam(condition, CONDITION_PARAM_BUFF, TRUE)
setCombatCondition(combat, condition)

local arr = {
{0, 0, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 1, 0},
{1, 1, 1, 2, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1},
{0, 1, 1, 1, 1, 1, 0},
{0, 0, 1, 1, 1, 0, 0},
}

local area = createCombatArea(arr)
setCombatArea(combat, area)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)



end

This is scritp...

But a protocol to work on 8.0?
Add... To Global.lua [In data]
CONDITION_PARAM_BUFF_SPELL = 44

Well this is the end
And Let us rejoice that the tibia 8.0


Niach Niach
XaNadu :D
 
Last edited:
Back
Top