Ir para conteúdo
  • Cadastre-se

Nightowl

Membro
  • Total de itens

    24
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Nightowl postou

  1. me adiciona no discord que te ajudo : Nightowl#4271
  2. maglv="100" adiciona essa tag no xml da spell. que irá usar apenas quando pegar ml 100
  3. para esse primeiro warning [23:49:35.510] [Warning - Monster::Monster] Unknown event name - gnomevilprision você deve registrar o evento no arquivo xml do monstro que deseja ficando assim : <script> <event name="gnomevilprision"/> </script> para o segundo erro: [23:52:10.849] [Error - Event::checkScript] Event onCombat not found (data/creaturescripts/scripts/gnomevilprision.lua) você deve registrar no creaturescripts.xml como statschange. ficando assim: <event type="statschange" name="gnomevilprision" event="script" val
  4. https://www.ovh.pt/ - Paga https://www.locaweb.com.br/ - Paga https://www.serverhost.com.br/ - paga https://www.vultr.com/ - Paga https://cloud.google.com/ - Gratis 12 meses
  5. da forma que te mostrei. e da forma que o @Tempest, fez o book, já irá vir escrito.
  6. @gokulord Vai até o xml do mostro e adiciona essa tag : <loot> <item id="8983" countmax="1" chance="100"/><!-- Book --> </loot> onde : item id="xxxx" - id do item a ser dropado do monstro. countmax="x" - quantidade do item que ira ser dropado. chance="xxx" - Chance de dropar o item ao matar o monstro. ficando assim :
  7. ALTER TABLE `accounts` ADD `nickname` int NOT NULL; roda essa query na sua database.
  8. function doPlayerDepositMoney(cid, amount) if(not doPlayerRemoveMoney(cid, amount)) then return false end doPlayerSetBalance(cid, getPlayerBalance(cid) + amount) return true end Adiciona essa função no seu global.lua
  9. https://tibiaking.com/forums/topic/94811-860-wodbo-wars-v59-site-client-download/
  10. nessa parte : packetsPerSecond = 50 deixe assim packetsPerSecond = 200 e testa, se Ajudei REP+ e marque como melhor resposta.
  11. function onUse(cid, item, frompos, item2, topos) if isPlayer(item2.uid) then doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Nick: '..getPlayerName(item2.uid)..'') doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Level: '..getPlayerLevel(item2.uid)..'') doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Ki Level: '..getPlayerMagLevel(item2.uid)..'') doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Hp Points: '..getCreatureHealth(item2.uid)..'/'..getCreatureMaxHealth(item2.uid)..'') doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE,
  12. local nighttowl = { storage = 3482101, cooldown = 30, --- tempo entre um uso e outro duration = 5, --- duração effect1 = 29, -- efeito que sai ao falar a spell effect2 = 83 -- efeito da segunda spell } local outfit = createConditionObject(CONDITION_INVISIBLE, nighttowl.duration * 1000, false) local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_HITCOLOR, COLOR_YELLOW) setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -415.0, 0, -425.0, 0) arr1 = { {0, 3, 0} } local area1 = createCombatArea(arr1) s
  13. Printa o erro no terminal e manda aqui utilize CRTL + T para abrir o terminal
  14. local nighttowl = { storage = 3482101, cooldown = 30, --- tempo entre um uso e outro duration = 5, --- duração effect1 = 29, -- efeito que sai ao falar a spell effect2 = 83 -- efeito da segunda spell } local outfit = createConditionObject(CONDITION_INVISIBLE, nighttowl.duration * 1000, false) local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_HITCOLOR, COLOR_YELLOW) setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -415.0, 0, -425.0, 0) arr1 = { {0, 3, 0} } local area1 = createCombatArea(arr1) s
  15. function onUse(cid, item, fromPosition, itemEx, toPosition) local waittime = 2.0 -- tempo em segudos para usar novamente local storage = 243567 -- nao mexer if exhaustion.check(cid, storage) then doPlayerSendCancel(cid, "PEAR-SYSTEM: Você deve esperar: " .. exhaustion.get(cid, storage) .. " segundos para usar a perola novamente.") return false end local porcentagem = math.random(10, 10) doCreatureAddMana(cid, getCreatureMaxMana(cid) * (porcentagem / 100)) doSendAnimatedText(getThingPos(cid), "MP-PEARL!", TEXTCOLOR_BLUE) doPlayerSendTextMessage(cid,19, "PEARL-SYST
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo