Break San 3 Posted July 30, 2014 Alguem ajuda o mute não sai, @credito Bianca (cronus). Qual o comando para seleciona o char ? OnTouch:atcommand "@unmute "+strcharinfo(0)+"'";emotion 51;close;} Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 30, 2014 remove a ' 1 Niunzin reacted to this Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 30, 2014 remove a ' Mesmo assim não funcionou. Quote Share this post Link to post Share on other sites
0 Niunzin 18 Posted July 30, 2014 (edited) Bom, o comando @unmute existe? (faz tempo que eu não mexo com emuladores) Tente assim: OnTouch:atcommand "@unmute "+strcharinfo(PC_NAME);emotion 51;end;} // não sei o motivo desse colchete (ou chave, não lembro o nome agr rs) mas acredito que seja algo do seu script, se não for remova ela xD Edited July 30, 2014 by Niunzin Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 31, 2014 Bom, o comando @unmute existe? (faz tempo que eu não mexo com emuladores) Tente assim: OnTouch:atcommand "@unmute "+strcharinfo(PC_NAME);emotion 51;end;} // não sei o motivo desse colchete (ou chave, não lembro o nome agr rs) mas acredito que seja algo do seu script, se não for remova ela xD Não funcinou, o mais engraçado é que não da erro e tbm não funciona. Para remover o mute de um personagem o comando é @unmute nomepersonagem Quote Share this post Link to post Share on other sites
0 JulioCF 105 Posted July 31, 2014 Qual é o objetivo? o player logar e já tirar o mute? Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 31, 2014 (edited) Não objetivo e deixa um npc em prontera, para remover o mute. Percebi que o emulador hercules da mute automatico quando a pessoa digita rapido. Pelo que entendi e um sistema anti spam. Edited July 31, 2014 by Doo Quote Share this post Link to post Share on other sites
0 Niunzin 18 Posted July 31, 2014 Bom, é que você colocou esse unmute no evento OnTouch, então ele só vai desmutar quando passar perto do NPC. Eu realmente não detalhes sobre o emulador Hercules, cheguei faz pouco tempo, então deixo para outra pessoa te responder. Aqui tem melhores detalhes sobre o evento OnTouch: http://herc.ws/wiki/OnTouch Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 31, 2014 O problema que estou tendo é que o comando abaixo não funciona. atcommand "@unmute "+strcharinfo(PC_NAME); Quote Share this post Link to post Share on other sites
0 JulioCF 105 Posted July 31, 2014 manualmente, sim? Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 31, 2014 manualmente, sim? Manualmente funciona. Quote Share this post Link to post Share on other sites
0 JulioCF 105 Posted July 31, 2014 tente OnInit no lugar do OnTouch Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted July 31, 2014 Diga-me a saída do script debug (na consola do map server) quando você executa o seguinte no script antes que o atcommand (adicione esta linha), na etiqueta OnTouch: debugmes "Esta mensagem deve ter o nome exato do jogador: "+strcharinfo(PC_NAME); ou tente com strcharinfo(0). Quote Share this post Link to post Share on other sites
0 Break San 3 Posted July 31, 2014 (edited) Pelo oq pesquisei, o comando atcommand não funciona com @unmute teria que usar outro comando. @julio Testei e não funcionou, vou pesquisar mais se conseguir coloco a script aqui . Uma duvida como diminuir o tempo do mute automático do emulador hercules ? Edited July 31, 2014 by Doo Quote Share this post Link to post Share on other sites
0 JulioCF 105 Posted August 1, 2014 use o esquema bc_self Quote Share this post Link to post Share on other sites
0 Break San 3 Posted August 1, 2014 Resolvido, um membro da minha equipe conseguiu a solução em outro fórum. @credito SoulBlaker prontera,170,189,4 script NPC UnMuteTeste 50,{ if( $@unmutenpc ) sleep2 1000; set $@charunmute$, strcharinfo(0); set $@unmutenpc, 1; initnpctimer; end; OnTimer1000: atcommand "@unmute "+$@charunmute$; set $@unmutenpc, 0; stopnpctimer; end;} 1 JulioCF reacted to this Quote Share this post Link to post Share on other sites
0 JulioCF 105 Posted August 1, 2014 que gambiarra da porra.. só podia vir do SBK 1 Tsuuu reacted to this Quote Share this post Link to post Share on other sites
Alguem ajuda o mute não sai, @credito Bianca (cronus).
Qual o comando para seleciona o char ?
Share this post
Link to post
Share on other sites