Ir para conteúdo

darthbr

Membro
  • Registro em

  • Última visita

Tudo que darthbr postou

  1. Muito obrigado, vc é 10!
  2. darthbr postou uma resposta no tópico em Formação de Equipe
    Fala galera beleza? Estou com um projeto, recentemente fiz um server global 8.60 com teleports, editado, possui site gesior 2012 modificado, só falta o sistema de VIP (que eu estou com alguns problemas para fazer!) Em si o server ja esta pronto, cheguei a ligar 2 dias, mas aqui em casa não da certo hostear, gostaria de um hoster e uma equipe para montarmos um servidor legal! e ai estao a fim? Abraços
  3. cara aqui deu certo, veja na foto, só que não diz mais AHHHHHHHHH... kkkkk esta mostrando o heal, ta massa, só nao aparece o AHHHH.. sera q consegue?
  4. Segue a configuração do meu... eu queria igual o global normal mesmo.. eu coloquei pra mostrar quanto heala no config lua. mas so mostra quanto heala as magia.. as potions nao.. talvez seja porque esta azul.. sei la local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse) config.usableOnTarget = getBooleanFromString(config.usableOnTarget) config.splashable = getBooleanFromString(config.splashable) config.realAnimation = getBooleanFromString(config.realAnimation) local POTIONS = { [8704] = {empty = 7636, splash = 2, health = {50, 100}}, -- small health potion [7618] = {empty = 7636, splash = 2, health = {100, 200}}, -- health potion [7588] = {empty = 7634, splash = 2, health = {200, 400}, level = 50, vocations = {3, 4, 7, 8}, vocStr = "knights and paladins"}, -- strong health potion [7591] = {empty = 7635, splash = 2, health = {500, 700}, level = 50, vocations = {4, 8}, vocStr = "knights"}, -- great health potion [8473] = {empty = 7635, splash = 2, health = {800, 1000}, level = 50, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion [7620] = {empty = 7636, splash = 7, mana = {70, 130}}, -- mana potion [7589] = {empty = 7634, splash = 7, mana = {110, 190}, level = 50, vocations = {1, 2, 3, 5, 6, 7}, vocStr = "sorcerers, druids and paladins"}, -- strong mana potion [7590] = {empty = 7635, splash = 7, mana = {200, 300}, level = 50, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"}, -- great mana potion [8472] = {empty = 7635, splash = 3, health = {200, 400}, mana = {110, 190}, level = 50, vocations = {3, 7}, vocStr = "paladins"} -- great spirit potion } local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local potion = POTIONS[item.itemid] if(not potion) then return false end if(not isPlayer(itemEx.uid) or (not config.usableOnTarget and cid ~= itemEx.uid)) then if(not config.splashable) then return false end if(toPosition.x == CONTAINER_POSITION) then toPosition = getThingPos(item.uid) end doDecayItem(doCreateItem(2016, potion.splash, toPosition)) doTransformItem(item.uid, potion.empty) return true end if(hasCondition(cid, CONDITION_EXHAUST_HEAL)) then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return true end if(((potion.level and getPlayerLevel(cid) < potion.level) or (potion.vocations and not isInArray(potion.vocations, getPlayerVocation(cid)))) and not getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then doCreatureSay(itemEx.uid, "Only " .. potion.vocStr .. (potion.level and (" of level " .. potion.level) or "") .. " or above may drink this fluid.", TALKTYPE_ORANGE_1) return true end local health = potion.health if(health and not doCreatureAddHealth(itemEx.uid, math.ceil(math.random(health[1], health[2]) * config.healthMultiplier))) then return false end local mana = potion.mana if(mana and not doPlayerAddMana(itemEx.uid, math.ceil(math.random(mana[1], mana[2]) * config.manaMultiplier))) then return false end if isInArray({8704, 7618, 7588, 7591, 8473}, item.itemid) then doSendAnimatedText(getPlayerPosition(cid), "Ahhhh...", 180) elseif isInArray({7620, 7589, 7590, 8472}, item.itemid) then doSendAnimatedText(getPlayerPosition(cid), "Ahhhh...", 17) end doSendMagicEffect(getThingPos(itemEx.uid), 30) if realAnimation then for i, tid in ipairs(getSpectators(getCreaturePosition(cid), 1, 1)) do if(isPlayer(tid)) then end end end doAddCondition(cid, exhaust) if(not potion.empty or config.removeOnUse) then doRemoveItem(item.uid, 1) return true end doRemoveItem(item.uid, 1) doPlayerAddItem(cid, potion.empty, 1) return true end
  5. darthbr postou uma resposta no tópico em Websites
    alguem ajuda instalar pf
  6. Obrigado amigo, agradeço, mas a duvida no caso mesmo seria esta: como tirar aquele azul e esta animação.. eu queria deixar igual o global mesmo normal.. eu achei muito feio esta animaçãozinha...
  7. Olá pessoal. Uma duvida muito besta, no meu server, tem aquelas magias e skill advanced animados "skill up +10" e level advcanced tals, eu tirei eles, porem os potions, eles ficam com o "AHHHHHH" quando bebe coloridos em azul e outras cores, tem algum lugar que eu possa retirar isso? 2- eu gostaria que mostrasse quanto healou o potion no server tambem... (todas potions, mana etc) ** obs servidor 8.60 Obrigado
  8. Olá galera, estou com dificuldades para criar um cliente 8.60 para usar sem ipchanger, poderiam criar um pra mim?? ip é este: oldera.servegame.com (a imagem de fundo, escolham uma legal) Aguardo, agradeço, obrigado
  9. darthbr postou uma resposta no tópico em Websites
    Como eu instalo isso? eu uso o gesior 2012
  10. darthbr postou uma resposta no tópico em Websites
    reup plx
  11. Ja solucionei a duvida, muito obrigado mesmo assim, quem estiver com bug do gesior no SHOP, so fazer isto:
  12. Ola pessoal Estou usando o Gesior 2012 atualizado pelo natan, porem o shop system esta bugado... eu add o item la, mas quando logo, o item nao para de cair... alguem sabe??? quando eu compro vip pelo site... a conta fica vip, só que a descrição fica errada: VIP Account Your VIP time expires at 22/07/2017, 20:22:06 eu comprei 22/07/2017, 20:22:06, mas era pra mostrar o dia que ia acabar... e não o dia que eu comprei... alguem consegue solucionar isso?
  13. Mano o OT ta top demais!!! só que aquele SHOP SYSTEM ta bugado!!!!!!!! o item não para de cair poxa! alguem ai conseguiu???? outra coisa: quando eu compro vip pelo site... a conta fica vip, só que a descrição fica errada: VIP Account Your VIP time expires at 22/07/2017, 20:22:06 eu comprei 22/07/2017, 20:22:06, mas era pra mostrar o dia que ia acabar... e não o dia que eu comprei... alguem consegue solucionar isso?
  14. Olá Pessoal, estou com dificuldades de desbloquear as portas pro meu otserver 8.60 Ja fiz tudo certinho, porem nao consigo, o modem é um Mitra StarGPT 2541GNAC N1 (100 megas fibra otica vivo) Segue os prints... alguem poderia me explicar passo a passo como desbloquear??? OBS> tenho site, tambem, nao sei se tem que liberar alguma porta, segue print do roteador.
  15. darthbr postou uma resposta no tópico em Suporte Bots
    Eu disse errado,ele não fecha,ele para algumas funções como o attack,o cavebot fica rodando,ele passa pelos monstros - mas continua healando,só isso que é ruim =/ se alguem tiver uma key qualquer ai,agradeço
  16. darthbr postou uma resposta no tópico em Suporte Bots
    Ae galera,ta dificil encontrar uma key :S aquele crack 100% ele fecha dps de 15 minutos! agradeço!

Informação Importante

Confirmação de Termo