Jah vi mto ot, q o gm eh lerdao, ateh eu mesmo, tava lerdao e talz, ai, eu pensei, vou fazer uma spell pra gms, q possam andar na max velo, nao sei se jah tem ae, mas, 100% feito by GOD SnakevL
Vá em data\spells\scripts, copie qlqr arkivo, renomeie para super haste.lua, apague tudo e coloque:
local combat = createCombatObject()setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
local condition = createConditionObject(CONDITION_HASTE)
setConditionParam(condition, CONDITION_PARAM_TICKS, 200000)
setConditionFormula(condition, 20.0, -800, 20.0, -800)
setCombatCondition(combat, condition)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Salve, Depois, vá em data\spells, abra o arquivo spells.xml, procura a sessão: <!-- instant spells --> , e adicione:
<instant name="Super Haste" words="super hur" selftarget="1" aggressive="0" lvl="500" maglv="150" mana="6000" soul="0" exhaustion="1" prem="1" enabled="1" script="super haste.lua"><vocation id="2"/><vocation id="1"/><vocation id="3"/><vocation id="4"/><vocation id="6"/><vocation id="5"/><vocation id="8"/><vocation id="7"/></instant>
Entre no jogo e fale: Super Hur e sinta-se o THE FLASH :weight_lift:
vlws ae galera, espero ajudar mta gente!!!