Jump to content

edumander

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by edumander

  1. How do I get fake players to appear in the / w command and in fluxcp?
  2. Doesn't work... This is my full npc // Portal saída sec_in02,127,162,0 warp quiz_0233783#prontera155183 2,2,prontera,155,183; // Loja de Utilidades sec_in02,130,166,5 shop Utilidades 740,611:-1,1750:-1,1752:-1,1754:-1,1755:-1,1065:-1,717:-1,610:-1,514:-1 //*************\\ // MAPFLAGS \\ //=============\\ sec_in02.gat mapflag nosave SavePoint sec_in02.gat mapflag noteleport sec_in02.gat mapflag nowarpto sec_in02.gat mapflag nowarp sec_in02.gat mapflag noskill sec_in02.gat mapflag noreturn sec_in02.gat mapflag nodrop sec_in02.gat mapflag novending //*************\\ // WARPER \\ //=============\\ prontera,147,170,6 script Porteiro VIP 720,{ if(getgroupid() >= 1){ set .@timer, vip_status(2); mes "[Porteiro VIP]"; mes "Tempo de VIP restante: "; next; mes "Gostaria de entrar na Sala VIP?"; next; switch(select("Sim:Não")) { case 1: mes "[Porteiro VIP]"; mes "Vamos nessa..."; next; warp "sec_in02", 146, 162; close2; break; case 2: mes "[Porteiro VIP]"; mes "Certo!"; mes "Até mais!"; close2; break; } }else{ mes "[Porteiro VIP]"; mes "Desculpe, você não é VIP."; } OnInit: waitingroom "Sala VIP", 0; end; }
  3. I'm trying to put this command but it doesn't show the time set .@timer, vip_status(2); mes "[VIP]"; mes "TVIP left: "+.@timer;
  4. Então, tá mostrando 0 e a doação tá como "paga" no flux Usei essa versão: https://github.com/LiliumSancta/Flux-CP-PagSeguro
  5. Depois de fazer a doação, como vejo a quantidade de CASHPOINT disponivel na conta? OBS.: Doação feita pelo pagseguro
  6. Tenta http://deliriousro.luminushost.com/?module=account&action=create
  7. Muito obrigado Não estou conseguindo utilizar o addon de donate pagseguro pois, aparentemente, essa função não existe e o botão não aparece. Poderiam me ajudar? <p><?php echo $this->pagSeguroButton($donationAmount) ?></p> Utilizei esta versão: https://github.com/LiliumSancta/Flux-CP-PagSeguro
  8. Como eu faço uma doação fake para testar o addon de PagSeguro? Estou usando este: https://github.com/JulioCF/Flux-CP-PagSeguro
  9. How i disable monster fatigue to players can mob a lot of monsters?
  10. How i do my pet attack always with master?
  11. Como faço para o pet SEMPRE atacar e soltar skill junto com o dono?
  12. Como faço para os monstros não cansarem para poder fazer grandes mobs?
×
×
  • Create New...