Ir para conteúdo

Nightowl

Membro
  • Registro em

  • Última visita

Solutions

  1. Nightowl's post in (Resolvido)Error em website Myacc was marked as the answer   
    te ajudo a resolver meu discord : Nightowl#4271 
  2. Nightowl's post in (Resolvido)Script Scouter was marked as the answer   
    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, 'Ki Points: '..getCreatureMana(item2.uid)..'/'..getCreatureMaxMana(item2.uid)..'') else doPlayerSendCancel(cid,"You can scout only players.") end return true end usa esse, se Te ajudei REP+, marque como melhor resposta.
  3. Nightowl's post in (Resolvido)[AJUDA] [SCRIPT] Por exhausted na script was marked as the answer   
    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-SYSTEM: 10% do seu MP total foi healado!") doRemoveItem(item.uid, 1) exhaustion.set(cid, storage, waittime) return true end testa e me fala

Informação Importante

Confirmação de Termo