Ir para conteúdo

Flavio S. Cabral

Membro
  • Registro em

  • Última visita

Solutions

  1. Flavio S. Cabral's post in (Resolvido)URGENTE CRIAÇÃO OTSERV 10.53 was marked as the answer   
    Recomendo instalar o linux ubuntu 14.04, pois terá o melhor desempenho nessa versão...  depois basta seguir uns tutoriais que tem no fórum de compilação em 14.04.
    > ESSE EU FIZ <
  2. Flavio S. Cabral's post in (Resolvido)(SCRIPTING) Erro no script. was marked as the answer   
    function onAdvance(cid, skill, oldlevel, newlevel) local skillMsgs = { [SKILL_FIST] = "You advanced in first fighting ["..getPlayerSkill(cid, SKILL_FIST).."].", [SKILL_CLUB] = "You advanced in club fighting ["..getPlayerSkill(cid, SKILL_CLUB).."].", [SKILL_SWORD] = "You advanced in sword fighting ["..getPlayerSkill(cid, SKILL_SWORD).."].", [SKILL_AXE] = "You advanced in axe fighting ["..getPlayerSkill(cid, SKILL_AXE).."].", [SKILL_DISTANCE] = "You advanced in distance fighting ["..getPlayerSkill(cid, SKILL_DISTANCE).."].", [SKILL_SHIELD] = "You advanced in shielding ["..getPlayerSkill(cid, SKILL_SHIELD).."].", [SKILL_FISHING] = "You advanced in fishing ["..getPlayerSkill(cid, SKILL_FISHING).."].", [SKILL__MAGLEVEL] = "You advanced in magic level ["..getPlayerMagLevel(cid).."]." } if(skillMsgs[skill]) then doCreatureSay(cid, skillMsgs[skill], TALKTYPE_MONSTER) end return true end
  3. Flavio S. Cabral's post in (Resolvido)errro Script pLayer not found was marked as the answer   
    function onStepIn(cid, item, frompos, item2, topos) if isPlayer(cid) then doSendAnimatedText(getPlayerPosition(cid), ""..getPlayerName(cid).."", TEXTCOLOR_DARKRED) doPlayerAddItem(cid, 965, 1) end return true end

Informação Importante

Confirmação de Termo