-
Total de itens
35 -
Registro em
-
Última visita
-
Dias Ganhos
1
Tudo que Pesilk postou
-
Obrigado Cara !!! Valeu Mesmo !!
-
Qual o Script Para aaparece aquela tela de Informações que Fala o SIte, Informaçoes de atualizações ... Exemplo dela:
-
Nem Foi '-' Dá Esse Erro:: [20/04/2014 17:11:57] [Warning - Npc::loadFromXml] Cannot load npc file (data/npc/Dark Rodo.xml). [20/04/2014 17:11:57] Line: 10, Info: Input is not proper UTF-8, indicate encoding ! [20/04/2014 17:11:57] Bytes: 0xE1 0x20 0x7C 0x4E [20/04/2014 17:11:58] [Warning - Npc::loadFromXml] Cannot load npc file (data/npc/Dark Rodo.xml). [20/04/2014 17:11:58] Line: 10, Info: Input is not proper UTF-8, indicate encoding ! [20/04/2014 17:11:58] Bytes: 0xE1 0x20 0x7C 0x4E [20/04/2014 17:11:58] [Warning - Npc::loadFromXml] Cannot load npc file (data/npc/Dark Rodo.xml). [20/04/2014 17:11:58] Line: 10, Info: Input is not proper UTF-8, indicate encoding ! [20/04/2014 17:11:58] Bytes: 0xE1 0x20 0x7C 0x4E [20/04/2014 17:11:58] [Warning - Npc::loadFromXml] Cannot load npc file (data/npc/Dark Rodo.xml). [20/04/2014 17:11:58] Line: 10, Info: Input is not proper UTF-8, indicate encoding ! [20/04/2014 17:11:58] Bytes: 0xE1 0x20 0x7C 0x4E
-
Ta assim <npc name="Dark Rodo" script="data/npc/scripts/runes.lua" access="5" lookdir="1"> <health now="1000" max="1000"/> <look type="133" head="0" body="86" legs="0" feet="38" addons="1"/> </npc> Fica Assim ?? <npc name="Dark Rodo" script="data/npc/scripts/runes.lua" access="5" lookdir="1"><interact keywords="hi" focus="1"> <keywords>hello</keywords> <response text="Olá |NAME|, eu vendo Wans, Rods e Runas. O Que Deseja ?"/> </interact> <health now="1000" max="1000"/> <look type="133" head="0" body="86" legs="0" feet="38" addons="1"/> </npc>
-
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local shopModule = ShopModule:new() npcHandler:addModule(shopModule) shopModule:addBuyableItem({'wand of voodoo', 'voodoo'}, 8922, 22000, 'wand of voodoo') shopModule:addBuyableItem({'wand of inferno', 'inferno'}, 2187, 15000, 'wand of inferno') shopModule:addBuyableItem({'wand of decay', 'decay'}, 2188, 5000, 'wand of decay') shopModule:addBuyableItem({'wand of draconia', 'plague'}, 8921, 7500, 'wand of draconia') shopModule:addBuyableItem({'wand of starstorm', 'starstorm'}, 8920, 18000, 'wand of starstorm') shopModule:addBuyableItem({'wand of cosmic energy', 'cosmic'}, 2189, 10000, 'wand of cosmic energy') shopModule:addBuyableItem({'wand of vortex', 'vortex'}, 2190, 500, 'wand of vortex') shopModule:addBuyableItem({'wand of dragonbreath', 'dragon'}, 2191, 1000, 'wand of dragonbreath') shopModule:addBuyableItem({'northwind rod', 'northwind'}, 8911, 7500, 'northwind rod') shopModule:addBuyableItem({'underworld rod', 'underworld'}, 8910, 22000, 'underworld rod') shopModule:addBuyableItem({'hailstorm rod', 'hailstorm rod'}, 2183, 15000, 'hailstorm rod') shopModule:addBuyableItem({'terra rod', 'terra'}, 2181, 10000, 'terra rod') shopModule:addBuyableItem({'snakebite rod', 'snakebite'}, 2182, 500, 'snakebite rod') shopModule:addBuyableItem({'necrotic rod', 'necrotic'}, 2185, 5000, 'necrotic rod') shopModule:addBuyableItem({'moonlight rod', 'moonlight'}, 2186, 1000, 'moonlight rod') shopModule:addBuyableItem({'springsprout rod', 'springsprout'}, 8912, 18000, 'springsprout rod') shopModule:addBuyableItem({'ultimate health potion', 'uhp'}, 8473, 310, 'ultimate health potion') shopModule:addBuyableItem({'great health potion', 'ghp'}, 7591, 190, 'great health potion') shopModule:addBuyableItem({'strong health potion', 'shp'}, 7588, 100, 'strong health potion') shopModule:addBuyableItem({'health potion', 'hp'}, 7618, 45, 'health potion') shopModule:addBuyableItem({'great spirit potion', 'gsp'}, 8472, 190, 'great spirit potion') shopModule:addBuyableItem({'great mana potion', 'gmp'}, 7590, 120, 'great mana potion') shopModule:addBuyableItem({'strong mana potion', 'smp'}, 7589, 80, 'strong mana potion') shopModule:addBuyableItem({'mana potion', 'mp'}, 7620, 50, 'mana potion') shopModule:addBuyableItem({'light wand', 'lightwand'}, 2163, 500, 'magic light wand') shopModule:addBuyableItem({'heavy magic missile', 'hmm'}, 2311, 300, 20, 'heavy magic missile rune') shopModule:addBuyableItem({'great fireball', 'gfb'}, 2304, 500, 20, 'great fireball rune') shopModule:addBuyableItem({'explo', 'xpl'}, 2313, 800, 20, 'explosion rune') shopModule:addBuyableItem({'ultimate healing', 'uh'}, 2273, 700, 20, 'ultimate healing rune') shopModule:addBuyableItem({'sudden death', 'sd'}, 2268, 1000, 20, 'sudden death rune') shopModule:addBuyableItem({'blank', 'rune'}, 2260, 10, 'blank rune') shopModule:addBuyableItem({'spellbook'}, 2175, 150, 'spellbook') npcHandler:addModule(FocusModule:new())
-
Como altera uma frase que o npc diz quando o player fala HI ? Tipo essa: 16:44 Dark Rodo: Welcome, GoD Baiak! I have been expecting you.
-
Funfo Manin Brigadão <3
-
Tenho esse script de !buyvip só que ele é pago com 2kk, queria alter isso para o Scarab Coin que seria os points comprados no site. Tenho o Script abaixo, pode ser alterado nele ou terei que mudar tudo ? -- Script SYtem vip 1.0 -- function onSay(cid, words, param) if(words == "!buyvip") then local price = 2000000 if doPlayerRemoveMoney(cid, 2000000) == TRUE then local days = 30 local daysvalue = days * 24 * 60 * 60 local storageplayer = getPlayerStorageValue(cid, 13540) local timenow = os.time() if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then time = timenow + daysvalue else time = storageplayer + daysvalue end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Foram adicionados ".. days .." dias de VIP no seu character.") setPlayerStorageValue(cid, 13540, time) local quantity = math.floor((getPlayerStorageValue(cid, 13540) - timenow)/(24 * 60 * 60)) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você tem ".. quantity .." dias de VIP restantes.") else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você precisa de "..price.." gp's para colocar vip.") end elseif(words == "!vipdays") then local timenow = os.time() local quantity = math.floor((getPlayerStorageValue(cid, 13540) - timenow)/(24 * 60 * 60)) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você tem ".. (quantity < 0 and 0 or quantity) .." dias de VIP no seu character.") elseif(words == "/checkvip") then if getPlayerAccess(cid) == 5 then if not param then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") end local player = getPlayerByName(param) local pid = getPlayerByNameWildcard(param) if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player with this name doesn\'t exist or is offline.") return TRUE end local timenow = os.time() local quantity = math.floor((getPlayerStorageValue(player, 13540) - timenow)/(24 * 60 * 60)) doPlayerPopupFYI(cid, "O jogador tem ".. (quantity < 0 and 0 or quantity) .." dias de VIP no character.") return TRUE end elseif(words == "/addvip") then if getPlayerAccess(cid) == 5 then local t = string.explode(param, ",") if not t[2] then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") end local player = getPlayerByName(t[1]) local days = t[2] local pid = getPlayerByNameWildcard(t[1]) if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player with this name doesn\'t exist or is offline.") return TRUE end local daysvalue = days*3600*24 local storageplayer = getPlayerStorageValue(player, 13540) local timenow = os.time() local time = storageplayer <= 0 and (timenow + daysvalue) or (storageplayer + daysvalue) doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "Foram adicionados "..days.." dias de VIP no seu character.") setPlayerStorageValue(player, 13540, time) local quantity = math.floor((getPlayerStorageValue(player,13540) - timenow)/(3600*24)) doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "Você tem "..quantity.." dias de VIP restantes.") end elseif(words == "/delvip") then if getPlayerAccess(cid) == 5 then local dec = MESSAGE_INFO_DESCR if(param == "") then return TRUE,doPlayerSendTextMessage(cid,18,"Command param required.")end local C,t = {},string.explode(param, ",") C.pos = getPlayerPosition(cid) C.uid = getCreatureByName(t[1]) C.time = ((tonumber(t[2]) == nil) and 1 or tonumber(t[2]))*3600*24 --Tempo da vip por dia. C.days = (tonumber(t[2]) == nil) and 1 or tonumber(t[2]) --Dias de vip. local pid = getPlayerByNameWildcard(t[1]) if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player with this name doesn\'t exist or is offline.") return TRUE end if(getPlayerStorageValue(C.uid,13540) < C.time)then doPlayerSendTextMessage(cid,dec,'O jogador '..t[1]..' não possui '..C.days..' dias de vip.') else doPlayerSendTextMessage(cid,dec,'Você removeu '..C.days..' dias de vip do player '..t[1]..'.') setPlayerStorageValue(C.uid,13540,getPlayerStorageValue(C.uid,13540)-C.time) end doSendMagicEffect(C.pos, math.random(28,30)) end end return TRUE end
-
pedido [Encerrado] Alguma Forma ou Tutorial disso?
um tópico no fórum postou Pesilk Tópicos Sem Resposta
Como colocar um otserver em FastAtack na 9.8 ? -
Queria um sistema para não deixar os players deslogarem quando estiverem nos trainers, mesmo eles dando exit, eles continuem 24hrs online ..
-
Estou recrutando um gesior acc configurador pra colocar no meu server.
-
[Encerrado][Rt's] BadSoft - Projeto/Info/Server
um tópico no fórum postou Pesilk Formação de Equipes
Olá galera do xTibia, Eu Sou Amadeu, Tenho 17 anos, e Venho Criar a Empreasa "BadSoft". *Server Esse será o nosso primeiro projeto, um server de Tibia 8.6/300xp, (Nome Sujestivo Com a Equipe), Já tenho o dinheiro da VPS de inicio, Faremos um site "Gessior Acc" Igual ao do Tibia global, traduzido, sem bugs, Itens Donates baratos e não tão apelões. *Precisamos de: Scripters: [0/2] Mappers: [0/2] WebMasters (Para a Instalação do gesior): [0/1] Pretendemos fazer um site com todos os servers que criarmos, Teremos 3 servers: Tibia: Iniciamos já neste post. PokeTibia: (Breve) DBO Server: (Breve) NaruTibia: (Breve) Um EXCLUSIVO: (Em Fase de Aprovação) Então não seria uma coisa pequena, o game iria se expandir .. Interessados comentem o post . Meu Skype: K_Akiro -
[Encerrado]Buscando Equipe - SubwatBR 24hrs
tópico respondeu ao Pesilk de Pesilk em Formação de Equipes
Entra ?? Ta dentro da equipe !!!! -
Pessoal estou em busca de equipe, tanto pra moderar quanto para editar o server em sí. O server esta online 24 horas, entao vamos aos cargos preciso de Scripters, mappers, configurador e moderadores. Mais Informaçoes no server com os ADMs: IP: hungergamesbr.zapto.org (8.6) Galera quero alguem que saiba configurar o meu dominio "subwatbr.net" no noip.
-
Eu me Candidato a Equipe ^^
-
Titulo - UndeadWix 8.6 IP - 25.21.57.43 Rede Hamachi: Rede: UndeadWix Senha: 123 Rede: UndeadWix2 Senha: 123 Rede: UndeadWix3 Senha: 123 Rede: UndeadWix4 Senha: 123 Rede: UndeadWix5 Senha: 123 Entre Agora Servidor 99.999.999xp Nossos Breves Itens: Algumas Imagens do OT Server Lançado Dia 10/12/2012 ABRA o SPOILER
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.