Ir para conteúdo

Maenilse

Conde
  • Total de itens

    711
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Tudo que Maenilse postou

  1. bem o do frags, vai em data/creaturescripts/scripts copie 1 arquivo e renomeie para fraglook.lua, e cole isso. agora em creaturescripts.xml adcione essa tag. <event type="login" name="fraglook_register" event="script" value="fraglook.lua"/>
  2. carai lek, depois me ensina issu lek.
  3. tente retirar essa linha do seu script. doPlayerAddExperience(cid, (getExperienceForLevel(300) - getPlayerExperience(cid)))
  4. doPlayerAddExperience(cid, (getExperienceForLevel(300) - getPlayerExperience(cid))) experimento trocar esse por esse. doPlayerSetExperience(cid, (getExperienceForLevel(300) - getPlayerExperience(cid)))
  5. tem anti divulgaçao? tem tfs?, poste mas informaçoes, imagens, e informaçoes do server, quantas horas aguenta online, com quantos players .
  6. bem como o KiluiMaster disse, poste imagens, e tambem fale se as portas sao 7171/7172, pois tem servidores, que uns "Mocinhos" muda as portas dos servers.
  7. Maenilse

    CROSSFIRE

    @KiluiMaster é serio pow, ate usei o /a pra subir pra cima.
  8. o usuario acima, parece que nao dorme.
  9. O que há na minha mente, é ferias forever
  10. @Igorziinho faça tudo que o MythSoft falo, e check se voce fez tudo que ele falo, caso tenha feito, ligue o server e ver se voce e os players conseguem logar.
  11. 9* Desative o firewall do windows. mano mude esse passo vei, pra que colocar o pc em risco? se ele pode adcionar o distro dele nas exeçoes lek.
  12. Maenilse

    CROSSFIRE

    que eu me lembre, eu era CM la
  13. /\ esse lek é chapadao aehaue
  14. Maenilse

    CROSSFIRE

    @KiluiMaster te passo via pm.
  15. @Topico, foi mal, erro meu, eu que inverti os monstros, pelo que eu vi o do Rusherzin ta certo.
  16. tente (nao testado) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, 25, -1, 50, 5, 5, 4.99, 7.99) function onGetFormulaValues(cid, level, maglevel) local min = ((level/5)+(maglevel*4.99)+25) local max = ((level/5)+(maglevel*10.0)+1000) return min, max end setCombatCallback(combat, CALLBACK_PARAM_LEVELMAGICVALUE, "onGetFormulaValues") function onCastSpell(cid, var) return doCombat(cid, combat, var) end No caso voce teria de ir no vocations.xml procura a vocation Knight, mude magHealingDamage="1.0" para magHealingDamage="10.0"
  17. @Rusherzin voce inverteu os monstros, ele pediu o Mago Negro invencivel, que so morre, se o Mago Branco fosse morto.
  18. Maenilse

    CROSSFIRE

    eu so to jogando combat arms aheauehauehau, e tambem so cuidando do meu server aheuiaeahue
  19. poste seu login.lua, para eu analisar, e ver se consigo arrumar pra voce.
  20. nao sei se ta como voce queria, mas ta ai. Mago Negro. Mago Branco. <?xml version="1.0" encoding="UTF-8"?> <monster name="Mago Branco" nameDescription="Mago Branco" race="blood" experience="4000000000" speed="26000" manacost="0"> <health now="10000000" max="10000000"/> <look type="130" head="0" body="0" legs="0" feet="0" addons="3" corpse="6080"/> <targetchange interval="5000" chance="30"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="4"/> <flag staticattack="95"/> <flag runonhealth="1150"/> </flags> <attacks> <attack name="melee" interval="200" skill="500" attack="5000"/> <attack name="death" interval="100" chance="20" range="7" target="1" min="-2000000000" max="-2010000000"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="suddendeath"/> </attack> <attack name="death" interval="100" chance="20" target="1" range="7" radius="3" min="-2000000000" max="-2010000000"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="suddendeath"/> </attack> <attack name="death" interval="100" chance="20" range="7" radius="3" target="1" min="-2000000000" max="-2010000000"> <attribute key="shootEffect" value="suddendeath"/> </attack> <attack name="death" interval="200" chance="15" length="8" spread="0" min="-2000000000" max="-2010000000"> <attribute key="areaEffect" value="suddendeath"/> </attack> </attacks> <defenses armor="25" defense="25"> <defense name="healing" interval="1000" chance="15" min="60" max="230"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="invisible" interval="2000" chance="10" duration="4000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <elements> <element earthPercent="90"/> <element physicalPercent="-10"/> <element icePercent="-15"/> <element holyPercent="10"/> <element deathPercent="10"/> </elements> <immunities> <immunity energy="1"/> <immunity fire="1"/> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <voices interval="50" chance="10"> <voice sentence="Eu Fui Sumonado Pelo Grande Mago Negro"/> </voices> <loot> <item id="2148" countmax="70" chance="100000"/><!-- gold coin --> <item id="2148" countmax="44" chance="100000"/><!-- gold coin --> <item id="8840" countmax="5" chance="100000"/><!-- raspberry --> <item id="9971" chance="3500"/><!-- gold ingot --> <item id="7590" chance="13500"/><!-- great mana potion --> <item id="7591" chance="12500"/><!-- great health potion --> <item id="2195" chance="800"/><!-- boots of haste --> <item id="5904" chance="2200"/><!-- magic sulphur --> <item id="1987" chance="100000"><!-- bag --> <inside> <item id="7760" countmax="1" chance="9500"/><!-- small enchanted ruby --> <item id="9980" chance="1300"/><!-- crystal of power --> <item id="2167" chance="14500"/><!-- energy ring --> <item id="2114" chance="1100"/><!-- piggy bank --> <item id="9969" chance="400"/><!-- black skull --> <item id="2436" chance="5000"/><!-- skull staff --> <item id="8902" chance="1300"/><!-- spellbook of mind control --> </inside> </item> </loot> </monster>
  21. Maenilse

    War System

    eu nao tinha visto essa parte do tfs, mas tambem nao precisava ser ignorante, era so ter dado quote. quanto ao war system, o Luquinh4 ja deu a soluçao se nao funcionou, tente compilar a tfs denovo. flws.
  22. tenta usar ake esse, nao testado. function onUse(cid, item, frompos, item2, topos) local storage = 29301 -- storage que precisa pra mudar a vocation if getPlayerStorageValue(cid, storage) >= 1 then doPlayerSendTextMessage(cid, 22, "Desculpe voce ja clico no item") return true end if item.itemid == 4852 then -- id do item que vai tenque clickar doPlayerSetVocation(cid, getPlayerVocation(cid) + 8) setPlayerStorageValue(cid, storage, 1) doRemoveItem(item.uid,1) doPlayerSendTextMessage(cid, 22, "Parabéns se troco de vocation") end return true end
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...