Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em:
--
Participar
Solutions
-
Flavio S. Cabral's post in (Resolvido)URGENTE CRIAÇÃO OTSERV 10.53 was marked as the answerRecomendo 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 <
-
Flavio S. Cabral's post in (Resolvido)(SCRIPTING) Erro no script. was marked as the answerfunction 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
-
Flavio S. Cabral's post in (Resolvido)errro Script pLayer not found was marked as the answerfunction 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