7762489 0 Posted March 6, 2012 Share Posted March 6, 2012 olá alguem sabe como por 1 runa so infinita? pra ser mais exato a sd? Link to comment Share on other sites More sharing options...
0 redmax1596 0 Posted March 6, 2012 Share Posted March 6, 2012 Post o script da runa SD do seu server.. Eu editarei! Link to comment Share on other sites More sharing options...
0 7762489 0 Posted March 6, 2012 Author Share Posted March 6, 2012 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.8, -19, -1, -28, 5, 4, 4.23, 7.34) function onCastSpell(cid, var) return doCombat(cid, combat, var) end Link to comment Share on other sites More sharing options...
0 DuuhCarvalho 327 Posted March 6, 2012 Share Posted March 6, 2012 Mano ñ dar pra deixar infiinita pelo script da sd não (eu acho) se der pra deixar infinita acho que é pelo creaturevet, ou deixando todas as runas infinitas. Quado chegar em ksa tento resolver isso pra vc e posto ak Link to comment Share on other sites More sharing options...
0 Beeki 284 Posted March 6, 2012 Share Posted March 6, 2012 (edited) Mano, acho que da pra fazer uma gambiarra, vá em spells.xml e ponha as charges da sd infinitas tipo.. 999999 etc.. <rune name="Sudden Death" id="2268" allowfaruse="1" charges="9999999" lvl="45" maglv="15" exhaustion="1000" needtarget="1" blocktype="solid" script="attack/sudden death.lua"/> Edited March 6, 2012 by Beeki Link to comment Share on other sites More sharing options...
0 DuuhCarvalho 327 Posted March 6, 2012 Share Posted March 6, 2012 Ne não der certo oq ele falou /\ tenta apagando a charge ou colocado 0 Link to comment Share on other sites More sharing options...
0 jhon992 371 Posted March 6, 2012 Share Posted March 6, 2012 Acho que adicionando uma linha de comando que quando usa a sd cria outra funciona. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.8, -19, -1, -28, 5, 4, 4.23, 7.34) function onCastSpell(cid, var) doPlayerAddItem(cid, 2268) return doCombat(cid, combat, var) end Só muda a sd pra vender em 1 carga e ja era =) Link to comment Share on other sites More sharing options...
0 HisashiitYamaguti 108 Posted April 4, 2012 Share Posted April 4, 2012 Dúvida Sanada - Movido para o Local Correto. Link to comment Share on other sites More sharing options...
Question
7762489 0
olá alguem sabe como por 1 runa so infinita?
pra ser mais exato a sd?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts