Tudo que fezeRa postou
- Problema com Logs
-
Problema com Logs
<?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Eventos --> <talkaction words="/woe" acess="5" event="script" value="woe.lua"/> <talkaction words="!recall" event="script" value="woe.lua"/> <talkaction words="!guildjoin;/guildjoin;!joinguild;/joinguild" event="script" value="register_woe.lua"/> <talkaction log="yes" access="5" words="/looktype" event="script" value="outfit.lua"/> <talkaction log="yes" words="/closeserver" access="5" event="script" value="closeopen.lua"/> <talkaction log="yes" words="/openserver" access="5" event="script" value="closeopen.lua"/> <talkaction log="yes" words="/dota-start" access="5" event="script" value="eventos/start_dota.lua"/> <talkaction log="yes" words="/dota-team" access="5" event="script" value="eventos/team_dota.lua"/> <talkaction log="yes" words="/halloween-start" access="5" event="script" value="eventos/halloween_start.lua"/> <talkaction log="yes" words="/halloween-team" access="5" event="script" value="eventos/halloween_team.lua"/> <talkaction log="yes" words="/ferumbras" access="5" event="script" value="eventos/ferumbras.lua"/> <talkaction log="yes" access="5" words="/ctf" event="script" value="CTFMax.lua"/> <!-- ADMs --> <talkaction log="yes" words="/addskill" access="5" event="function" value="addSkill"/> <talkaction log="yes" access="5" words="/installvip;/addvip;/removevip;/checkvip" event="script" value="vipaccgod.lua"/> <talkaction log="yes" words="/mute;/desmute" access="3" event="script" value="muteplayer.lua"/> <talkaction log="yes" words="/attr" access="5" event="function" value="thingProporties"/> <talkaction log="yes" words="/serverdiag" access="5" event="function" value="diagnostics"/> <talkaction words="/additem" access="5" event="script" value="additem.lua"/> <talkaction log="yes" words="/promote;/demote" access="5" event="script" value="promote.lua"/> <talkaction log="yes" words="!mc" access="5" event="script" value="mc.lua"/> <talkaction log="yes" access="5" words="/mode" event="script" value="mode.lua"/> <talkaction log="yes" words="/zombiestart" access="4" event="script" value="onsay.lua"/> <talkaction log="yes" words="/i" access="5" event="script" value="createitem.lua"/> <talkaction log="yes" access="5" words="/mkick" event="script" value="masskick.lua"/> <talkaction log="yes" words="/info" access="5" event="script" value="playerinfo.lua"/> <!-- CMs --> <talkaction log="yes" words="/s" access="4" event="script" value="summon.lua"/> <talkaction log="yes" words="/n" access="4" event="script" value="creature.lua"/> <talkaction log="yes" words="/m" access="4" event="script" value="creature.lua"/> <talkaction log="yes" words="/reload" access="4" event="script" value="reload.lua"/> <talkaction log="yes" words="/raid" access="4" event="script" value="raid.lua"/> <talkaction log="yes" words="/newtype" access="4" event="script" value="newtype.lua"/> <talkaction log="yes" words="/r" access="4" event="script" value="remove.lua"/> <talkaction log="yes" words="/owner" access="4" event="script" value="owner.lua"/> <talkaction log="yes" words="/storage" access="4" event="script" value="storage.lua"/> <talkaction log="yes" words="/config" access="4" event="script" value="configinfo.lua"/> <talkaction access="4" words="/z" event="script" value="magiceffect.lua"/> <talkaction access="4" words="/x" event="script" value="animationeffect.lua"/> <talkaction access="4" words="/y" event="script" value="animatedtext.lua"/> <talkaction log="yes" words="/bc" access="4" event="script" value="broadcastclass.lua"/> <!-- GMs --> <talkaction log="yes" words="/ghost" access="3" event="function" value="ghost"/> <talkaction log="yes" words="/t" access="3" event="script" value="teleportmaster.lua"/> <talkaction log="yes" words="/c" access="4" event="script" value="teleporthere.lua"/> <talkaction log="yes" words="/goto" access="3" event="script" value="teleportto.lua"/> <talkaction log="yes" words="/a" access="3" event="script" value="teleporttiles.lua"/> <talkaction log="yes" words="/kick" access="3" event="script" value="kick.lua"/> <talkaction log="yes" words="/send" access="3" event="script" value="teleportsend.lua"/> <talkaction log="yes" words="/unban" access="3" event="script" value="unban.lua"/> <talkaction log="yes" words="/town" access="3" event="script" value="teleporttown.lua"/> <talkaction log="yes" words="/up" access="3" event="script" value="teleportfloor.lua"/> <talkaction log="yes" words="/down" access="3" event="script" value="teleportfloor.lua"/> <talkaction log="yes" words="/save" access="3" event="script" value="save.lua"/> <talkaction log="yes" words="/clean" access="3" event="script" value="clean.lua"/> <talkaction log="yes" words="/reports" access="3" event="script" value="reports.lua"/> <talkaction log="yes" words="/mc" access="3" event="script" value="multicheck.lua"/> <!-- Senior Tutors --> <talkaction log="yes" words="/notations" access="2" event="script" value="notations.lua"/> <talkaction log="yes" words="/b" access="2" event="script" value="broadcast.lua"/> <!-- Tutors --> <talkaction log="yes" words="/baninfo" access="1" event="function" value="banishmentInfo"/> <!-- Players --> <talkaction words="!frags" event="script" value="frags.lua"/> <talkaction words="!aol" event="script" value="aol.lua"/> <talkaction words="!online" event="script" value="online.lua"/> <talkaction words="!uptime" event="script" value="uptime.lua"/> <talkaction words="!pvp" event="script" value="pvp.lua"/> <talkaction words="!q" event="script" value="money.lua"/> <talkaction words="/commands" event="script" value="commands.lua"/> <talkaction words="!party" event="script" value="party.lua"/> <talkaction words="!go" script="guild.lua"/> <talkaction words="!bless" script="bless.lua"/> <talkaction words="!changesex" script="changender.lua"/> <talkaction words="!glist" script="guildlist.lua"/> <talkaction words="!rank" script="ranks.lua"/> <talkaction words="!serverinfo" script="serverinfo.lua"/> <talkaction filter="word" words="/guild" script="guildcast.lua"/> <talkaction words="/online" hide="yes" event="script" value="online.lua"/> <talkaction words="/uptime" hide="yes" event="script" value="uptime.lua"/> <talkaction words="/pvp" hide="yes" event="script" value="pvp.lua"/> <talkaction words="!spells" hide="yes" event="script" value="spells.lua"/> <talkaction words="!promotionvip" event="script" value="vippromotion.lua"/> <talkaction words="!addon" event="script" value="addondoll.lua"/> <talkaction words="/war" channel="0" event="script" value="war.lua" desc="(Guild channel command) War management."/> <talkaction words="/balance" channel="0" event="script" value="balance.lua" desc="(Guild channel command) Balance management."/> <!-- Bank System --> <talkaction words="!balance" event="script" value="Bank/balance.lua" /> <talkaction words="!deposit" event="script" value="Bank/deposit.lua" /> <talkaction words="!withdraw" event="script" value="Bank/withdraw.lua" /> <talkaction words="!depositall" event="script" value="Bank/deposit_all.lua" /> <talkaction words="!withdrawall" event="script" value="Bank/withdraw_all.lua" /> <!-- Houses --> <talkaction words="!buyhouse" filter="word-spaced" event="function" value="houseBuy"/> <talkaction words="!sellhouse" filter="word-spaced" event="function" value="houseSell"/> <talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/> <talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/> <talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/> <talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/> <talkaction words="!leavehouse;/leavehouse;alana som" filter="word-spaced" event="script" value="leavehouse.lua"/> </talkactions>
- Problema com Logs
- Problema com Logs
-
Problema com Logs
Já é de um tempo pra cá que eu vejo que o log parece que está "desligado", pois antigamente em outros servidores que eu usava quando alguem como god,cm etc... usasse um comando qualquer , aparecia dentro de data/logs/talkaction um bloco com os comandos usados pelo tal god,cm... Só que no meu server não aparece nada, eu uso qualquer comando , ou então outro gm também usa um comando e não aparece nada dentro do logs , alguem sabe como solucionar isso? obg Att, Obrigado, Felipe.
-
[Pedido] System anti divulgaçao
Mas thiago eu uso o distro e as sources do tópico TFS 0.4 dev mas da pra divulgar normalmente.
-
[Pedido] System anti divulgaçao
Tente esse: Anti-Spam O grande problema é que precisa compilar e isso eu ainda não aprendi caso você consiga poste aê !
-
Dúvida sobre Linux
Se eu for seguir esse tutorial eu devo compilar o meu otserv enquanto ele está ainda no meu computador (Windows) ou quando ele já estiver dentro da minha máquina (Linux)?
-
Dúvida sobre Linux
eu tenho as sources, é so compilar só? você sabe algum tutorial funcional mesmo ?
-
Dúvida sobre Linux
Semprei hostiei meus servidores em Windows mais sempre vejo que muita gente fala bem do Linux e etc, que ele tem uma boa proteção contra ataques e etc... Então minha dúvida é , eu queria colocar meu servidor em Linux, porém não sei muito mexer nele, eu já li varios tutorials e tal, mas o que eu realmente queria saber é que se eu for abrir meu serv dentro do Linux eu preciso fazer algo antes nele? como compilar o server ou coisa do tipo? Att Obrigado, Felipe.
-
URGENTE ERRO DISTRO
E como você arrumou jNo?
-
URGENTE ERRO DISTRO
Como assim?
-
URGENTE ERRO DISTRO
eu uso 8.6, mas porque as vezes quando da esse erro o server cai ?
-
URGENTE ERRO DISTRO
Bump.
-
URGENTE ERRO DISTRO
Acredito que não seja pois é um servidor 8.60
-
URGENTE ERRO DISTRO
-
Problema WinRAR
Dê uma olhada nesse tutorial: http://www.infodescomplica.com/2012/06/tutorial-descobrindo-senha-de-arquivos.html "O tempo para mostrar a senha pode variar de acordo com o tamanho da senha, se contém números e/ou caracteres espaciais como $,%,#, etc"
- Vip System
-
Baiak extreme Stage bugada
Vá até seu config.lua procure por experienceStages = false e coloque true Agora vá até data/xml/stages.xml apaga tudo e coloque isso: <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="50" multiplier="400"/> <stage minlevel="51" maxlevel="100" multiplier="300"/> <stage minlevel="101" maxlevel="150" multiplier="200"/> <stage minlevel="151" maxlevel="200" multiplier="100"/> <stage minlevel="201" maxlevel="251" multiplier="50"/> <stage minlevel="251" maxlevel="300" multiplier="25"/> <stage minlevel="301" maxlevel="350" multiplier="10"/> <stage minlevel="351" maxlevel="400" multiplier="5"/> <stage minlevel="401" maxlevel="450" multiplier="3"/> <stage minlevel="451" maxlevel="500" multiplier="2"/> <stage minlevel="501" multiplier="1"/> </world> </stages> E configure da forma que você quizer.
-
[Resolvido] Problema Guild
[Resolvido por mim mesmo] Podem fechar.
-
[Resolvido] Script Baú ~ Que precisa de item
Então tenta <action uniqueid="id" event="script" value="nomedoscript.lua">
-
Pessa Sua sing
Incrivel né? como o pessoal frequenta/atende mais esses tópicos de sing, etc. do que pelo tentar tirar dúvidas ou fazer algo mais útil para o forum...
-
[Resolvido] Problema Guild
Está ocorrendo um erro estranho, um player cria guild no site, dai ele reloga pra guild aparecer, mais na verdade ela não aparece, fica como se fosse que ele nao tinha nem criado, e no site a guild fica sem leader. Alguem pode ajudar?
- War System
-
[DUVIDA] utana vid
Poste aqui seu utana vid.lua e a tag no xml.