topic replied by rorix in Scripts
muda isso doCreateMonster(shit[random].boss, shit[random].pos) para isso Game.createMonster(shit[random].boss, shit[random].pos)
topic replied by rorix in Scripts
muda isso doCreateMonster(shit[random].boss, shit[random].pos) para isso Game.createMonster(shit[random].boss, shit[random].pos)
topic replied by rorix in Scripts
local shit = { {boss = "Smaug", pos = {x=1397, y=375, z=2}}, {boss = "laracna", pos = {x=980, y=866, z=12}}, {boss = "son of ancalagon", pos = {x=955, y=369, z=8}}, {boss = "son of ancalagon", pos = {
posted a topic in the forum by rorix in Scripts
existe algum talkaction para tfs 1.x de war system?
topic replied by rorix in Scripts
local configuration = { storage = 41651651, id_outfit_female = 511, id_mergulhador_male = 1034, id_mergulhadora_female = 1035, more_player_speed = 300 } function onStepIn(cid) local random = math.rand
topic replied by rorix in Scripts
look type (male)id_outfit_female = 511, look type (female)id_mergulhador_male = 1034, look type (male)id_mergulhadora_female = 1035, look type (female)more_player_speed = 300, mude e deixe assim id_ou
posted a topic in the forum by rorix in Archived
Alguém com experiência em mapping para fazer uma cidade para um servidor derivado? Pagamento pelo pagseguro ou via depósito.
posted a topic in the forum by rorix in Formação de Equipes
Alguém com experiência em mapping para fazer uma cidade para um servidor derivado? Pagamento pelo pagseguro ou via depósito.
topic replied by rorix in Tópicos Sem Resposta
local pokes = { ["Bulbasaur"] = {level = 20, cons = 43, vida = 1200}, ["Ivysaur"] = {level = 40, cons = 86, vida = 2600}, ["Venusaur"] = {level = 85, cons = 189, vida = 5200}, ["Charmander"] = {level
topic replied by rorix in Tópicos Sem Resposta
impossível
topic replied by rorix in Tópicos Sem Resposta
e cliente 8.6, vc sabe extender pra unit16? tem que meche no onllygdb pq dll nao funfa
posted a topic in the forum by rorix in Tópicos Sem Resposta
resolvido!
topic replied by rorix in Exposições (Show Off)
bacana amigo, poderia falar como coloca stamina em tempo real? preciso pra colocar no meu tibia, quando os jogadores usam item de regenerar stamina, precisam deslogar.
topic replied by rorix in Tópicos Sem Resposta
adicionou algum creatureevent ?
posted a topic in the forum by rorix in Tópicos Sem Resposta
Galera, estou tentando compilar uma source 0.4 com o DevC++, mas no final ocorre este error: cannot find -leay32 ld returned 1 exit status *** [TheForgottenServer.exe] Error 1 Alguem sabe o que devo f
posted a topic in the forum by rorix in Tópicos Sem Resposta
Galera, estou usando este task system: mas nele o jogador escolhe a task que quer fazer, por exemplo: hi troll yes eu queria que fosse aleatória a task, ele fala hi, sortear ai o npc sorteava uma task
topic replied by rorix in Aulas
if isPlayer(cid) then if getPlayerLevel(cid) >= 1 and getPlayerLevel(cid) <= 100 then doPlayerSendTextMessage(cid, 25,"Você tem nível entre um e cem") elseif getPlayerLevel(cid) > 100 then doPlayerSen
topic replied by rorix in Tópicos Sem Resposta
sim, no lugar do 100 bota o storage, no lugar o 1 o valor
topic replied by rorix in Tópicos Sem Resposta
simples, bota esse local pos = {x = 1287, y = 745, z = 6} -- posição para onde sera teleportado se tiver storagelocal stor,value = 100,1 -- storage,valor que nao passafunction onStepIn(cid, item, posi
topic replied by rorix in Tópicos Sem Resposta
usa no script local pos = {x = 1287, y = 745, z = 6} -- posição para onde sera teleportado se nao tiver storagelocal stor,value = 100,1 -- storage,valor que precisa para passarfunction onStepIn(cid, i
topic replied by rorix in Tópicos Sem Resposta
posta um movement qualquer