Tudo que ViitinG postou
-
(Resolvido)Problema com Mana/HP regen
Não entendi direito oque você quer brother,explique melhor..
-
(Resolvido)Problema com Mana/HP regen
Vai em "data/XML/vocations" : gainhp="5" : Quanto de HP irá ganhar. gainhpticks="4" : De quanto em quanto tempo irá ganhar o HP. gainmana="30" : Quanto de MP irá ganhar. gainmanaticks="2" : De quanto em quanto tempo irá ganhar MP.
-
Como posso criar novos items?
Tem dois topicos aqui do TK mesmo que podem te ajudar brother da proxima vez tente procurar antes de criar um topico !! http://www.tibiaking.com/forum/topic/2839-sistema-de-novos-items/ http://www.tibiaking.com/forum/topic/11142-criar-um-item-com-id-propria-usando-o-item-editor/
- #1045 - Access denied for user 'root'@'localhost' (using password: YES)
-
(Resolvido)Loot de monstros
Aperte "Ctrl + F" na pasta monster e procure por Morgaroth,veja se tem mais algum script de Morgaroth..
-
(Resolvido)Loot de monstros
Tente mudar seu script para este : <?xml version="1.0" encoding="UTF-8"?> <monster name="Morgaroth" nameDescription="Morgaroth" race="undead" experience="15000" speed="400" manacost="0"> <health now="55000" max="55000"/> <look type="12" head="0" body="94" legs="79" feet="79" corpse="6068"/> <targetchange interval="10000" chance="20"/> <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 staticattack="98"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" min="-700" max="-2000"/> <attack name="fire" interval="3000" chance="35" range="7" radius="7" target="1" min="-700" max="-1200"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> <attack name="melee" interval="1800" chance="40" range="7" radius="5" target="0" min="-250" max="-400"> <attribute key="areaEffect" value="blackspark"/> </attack> <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-300" max="-1000"> <attribute key="areaEffect" value="energy"/> </attack> <attack name="physical" interval="2500" chance="20" range="7" radius="5" target="0" min="-200" max="-480"> <attribute key="areaEffect" value="greenshimmer"/> </attack> <attack name="physical" interval="2000" chance="15" range="7" radius="13" target="0" min="-250" max="-500"> <attribute key="areaEffect" value="rednote"/> </attack> <attack name="physical" interval="2000" chance="20" radius="14" target="0" min="-200" max="-450"> <attribute key="areaEffect" value="bluebubble"/> </attack> <attack name="melee" interval="3000" chance="15" range="7" radius="3" target="0" min="-100" max="-200"> <attribute key="areaEffect" value="blueshimmer"/> </attack> </attacks> <defenses armor="55" defense="65"> <defense name="healing" interval="3000" chance="35" min="300" max="800"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="4000" chance="80" speedchange="440" duration="6000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <elements> <element firePercent="100"/> <element earthPercent="100"/> <element energyPercent="100"/> <element deathPercent="60"/> <element physicalPercent="40"/> <element icePercent="-25"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <summons maxSummons="6"> <summon name="Demon" interval="4000" chance="33"/> </summons> <voices interval="5000" chance="30"> <voice sentence="I AM MORGAROTH, LORD OF THE TRIANGLE... AND YOU ARE LOST!" yell="1"/> <voice sentence="MY SEED IS FEAR AND MY HARVEST ARE YOUR SOULS!" yell="1"/> <voice sentence="THE TRIANGLE OF TERROR WILL RISE!" yell="1"/> <voice sentence="ZATHROTH! LOOK AT THE DESTRUCTION I AM CAUSING IN YOUR NAME!" yell="1"/> </voices> <loot> </inside> </item> </loot> </monster>
-
(Resolvido)Loot de monstros
Você no caso quer que ele não drope o item então... Tem algum script que quando mata o Morgaroth está dropando este item brother,abrá a pasta action aperte "Ctrl + F" e procure pelo ID do item e veja se tem algum script relacionado a esse ID. Se não der tente procurar em creaturescript tambem !!
-
(Resolvido)Loot de monstros
Manda o script do monstro e o loot que você quer que drope !!
- Me apresentando :)
-
Erro
Só não pode esquecer de adicionar o TownID no RME cara,se não não vai pegar mesmo...
-
Erro
Está acontecendo com todos os players ou somente com algum especifico ?
- Ajuda
- Ajuda
-
(Resolvido)Ajuda com meu server
Manda o erro,quem sabe eu possa ajudar..
-
(Resolvido)Ajuda com meu server
Pelo que eu vi você ta usando o NO-IP,tente botar o IP do NO-IP no seu config.lua e abra a porta 7171,7172 no seu firewall e modem !
-
Tchau Galera do TK !
Adeus,que deus esteja com você nesta jornada !
- Script que da VIP ao chegar level 200
-
[Resolvido] [AJUDA URGENTE] Servidor
Abra um novo para você brother,este topico é de outra pessoa e ja foi resolvido. Abra um topico e eu te ajudo !!
- Ajuda Para Fazer Itens Com Outro ID
-
(Resolvido)Ao pisar em tile morre
Tente mudar as tags de itemid para actionid ou uniqueid...
-
(Resolvido)Ao pisar em tile morre
Este lava ground é walkable no caso pode passar por cima sim.
-
(Resolvido)Ao pisar em tile morre
Usa lava ground quem sabe fique legal =D 9883
-
(Resolvido)Ao pisar em tile morre
Depende cara,onde você pretende colocar este piso ?
-
(Resolvido)Ao pisar em tile morre
Tente este : "data/movements/scripts/tiledead" local conditionFire = createConditionObject(CONDITION_FIRE) setConditionParam(conditionFire, CONDITION_PARAM_PERIODICDAMAGE, -999999) setConditionParam(conditionFire, CONDITION_PARAM_TICKS, -1) setConditionParam(conditionFire, CONDITION_PARAM_TICKINTERVAL, 2000) function onStepIn(cid, item, position, fromPosition) if isPlayerGhost(cid) then return true end if(math.random(1, 3) == 1) then doSendMagicEffect(position, CONST_ME_FIREAREA) end if(not isPlayer(cid)) then return false end doAddCondition(cid, conditionFire) return true end function onStepOut(cid, item, position, lastPosition, fromPosition, toPosition, actor) if(not isPlayer(cid)) then return false end doRemoveCondition(cid, CONDITION_FIRE) return true end Adicione a tag em "data/movements/movements.xml" : obs : ID do piso.
-
Aol INFINITO que mesmo PK RED n perde itens
Tente este : ## "data\creaturescripts\scripts\login.lua" ## registerCreatureEvent(cid, "redSkullAmulet") ## ''data\creaturescripts\creaturescripts.xml'' ## <event type="death" name="redSkullAmulet" event="script" value="redamulet.lua"/> ## "data\creaturescripts\scripts\redamulet.lua" ## OBS : mude o ID_ITEM para o ID do item que desejar. Feche o servidor e abra novamente !!