Tudo que ricardo3 postou
- Jungle City (Edited)
- Problema Zombie Event!
- Labirinto (Atualizado)
- Zombie Event
-
[talkaction] !comprar skill/magiclevel
QUAIS AS VANTAGENS DO ADMINISTRADOR NESTE COMANDO?
-
[DÚVIDA] esse forum ta esquecido ?
PORRANENHUMA.. VOC~E QUER SER GRANDE SE NÃO DÃO SOLUÇÕES PRA ERROS PEQUENOS. VOCÊS QUEREM CRESCER? AJUDE EM ERROS E SMEJA MAIS AMIGAVEL.. OS CARA QUEREM TIRAR OS ERROS DO SERVER NAO GANHA JOINHA POR FALA UMA PALAVRA. ESPERO QUE ISSO TENHA FEITO EFEITO NESSA MENTE DE VOCES. --'
- Labirinto (Atualizado)
-
Gesior Acc Maker Para Tibia 8.60(2.0)
ATENÇÃO!!!! NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP! Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui Olá baixei um gesior e resolvi editar tirar alguns bugs etc... este gesior funciona nas versoes 8.60 pra cima! O que tem de novo? Update 2.0 Screen Shot: characters.php modificado: DOWNLOAD: Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar SCAN: https://www.virustotal.com/file/181723a2883aaf5bd3cc66eeb694db85fb2e1879f10888bdac8d63c0a7f5dcbc/analysis/1334924828/ Créditos: Gesior GM Beckman Walef Xavier [ADM] DaNger - [ADM] Forever -Ricardo 3- Por ter trago sem remover os créditos. QUALQUER ERRO COMENTEM.
- Erro na pasta htdocs/pot
-
Zombie Event
teria como ver oque eu posso executar? Mals pelo Link D: ao invez de eu colocar assim: function onThink() e colocar: function onThink(interval, lastExecution) funciona???
-
Zombie Event
Eu instalei um Zombie event e agora esta dando este erro na DISTRO. erro.bmp Uploaded with ImageShack.us data/globalevents/script/zombie event.lua o Porque desse erro. antes estava dando este: [Warning - Event::loadScript ] Event onThink not found <data/globalevents/scripts/zombie event.lua> então mudei: function onTime() para function onThink() Então no Globalevents.xml ficou: <globalevent name="zombieevent" interval="10000" event="script" value="zombie event.lua"/> o 10000 foi só para testar e o evento abrir rapido. se alguem souber PF ajuda ae! EDIT POST \/ eu falei com o gpedro hoje ele me ajudo nesse erro da Imagem. o problema está em: data/monster/event zombie.xml abra e coloque o nome do bicho assim: name="zombieevent" e veio outro erro em sequencia. [Error - GlobalEvents::think] Couldn't execute event: zombieevent OQUE DEVO FAZER? D:
- Baiak Editado
- Baiak Editado
- Enquete sobre bots
- Baiak Editado
- Correção Clonar items NPC usando ElfBot
-
[Mod] Capture The Flag(Ctf)
FODA-SE ja me tiraram um mesmo
-
[Mod] Capture The Flag(Ctf)
o evento foi abri e começo a da um monte de erro na distro e o serve cai.. é culpa minha? KKKK
-
[Mod] Capture The Flag(Ctf)
Valeu pela atenção Alberess. vou fazer. e garanto que agora vai dar certo!
-
[Mod] Capture The Flag(Ctf)
SABE QUAL A MINHA MAIOR DECEPÇÃO? esperar ajuda de vocês! :s
-
[Mod] Capture The Flag(Ctf)
Ok!
-
[Mod] Capture The Flag(Ctf)
oque é isso? e oque coloco?
-
[Mod] Capture The Flag(Ctf)
cmo eu faço pra ligar ? é só colocar e pronto?
-
[Mod] Capture The Flag(Ctf)
o serve vai ser do roba bandeira. ajuda ae man. sem maldade!
-
[Mod] Capture The Flag(Ctf)
eu coloquei conforme achei que fossse. EXP: Globalevents.xml >>> <event type="think" name="ctff" event="script"> Scripts/ctff.lua domodlib('toto') domodlib('CTF-lib') local bl = BLUE_FLAG local re = RED_FLAG function onThink(interval) if getGlobalStorageValue(Event_Start) > 0 and getGlobalStorageValue(Event_timeend) > 0 then if redStolen() < 0 then doSendAnimatedText(re,"FLAG!",TEXTCOLOR_DARKRED) doSendMagicEffect(re, CONST_ME_SOUND_RED) end if blueStolen() < 0 then doSendAnimatedText(bl,"FLAG!",TEXTCOLOR_GREEN) doSendMagicEffect(bl, CONST_ME_SOUND_GREEN) end for _, cid in ipairs(getPlayersOnline()) do if flagOwner(cid) then if isTeamOne(cid) or isTeamTwo(cid) then if hasCondition(cid,CONDITION_HASTE) then doRemoveCondition(cid,CONDITION_HASTE) end end pl = getThingPos(cid) if isTeamTwo(cid) then if getPlayerStorageValue(cid,103) < os.time() then releaseBF(cid) for _,cid in ipairs(getPlayersOnline()) do if isTeamOne(cid) or isTeamTwo(cid) then doPlayerSendTextMessage(cid,22,getCreatureName(cid) .. " wasted 5 minutes with FLAG."..TEAM2_NAME.." flag is again on spawn!") end end else doSendAnimatedText(pl,"FLAG!",TEXTCOLOR_GREEN) doSendMagicEffect(pl, CONST_ME_SOUND_GREEN) end elseif isTeamOne(cid) then if getPlayerStorageValue(cid,103) < os.time() then releaseRF(cid) for _,cid in ipairs(getPlayersOnline()) do if isTeamOne(cid) or isTeamTwo(cid) then doPlayerSendTextMessage(cid,22,getCreatureName(cid) .. " wasted 5 minutes with FLAG."..TEAM1_NAME.." flag is again on spawn!") end end else doSendAnimatedText(pl,"FLAG!",COLOR_RED) doSendMagicEffect(pl, CONST_ME_SOUND_RED) end end end end end return true end