brendorox

Untitled

Aug 26th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ~ Brendoorox !
  2.  
  3. prontera,157,150,3 script Cash Shop 109,{
  4.  
  5. mes "[ Cash Shop ]";
  6. mes "Bem-vindo(a) "+StrCharInfo(0)+".";
  7. mes "Qual categoria posso ajudar ?";
  8. next;
  9. switch(select("- Asas:- Elmos:- Armaduras:- Acessórios:- Meio:- Cancelar"))
  10. {
  11. case 1: callshop "brendo1" end;
  12. case 2: callshop "brendo2" end;
  13. case 3: callshop "brendo3" end;
  14. case 4: callshop "brendo4" end;
  15. case 5: callshop "brendo5" end;
  16. case 6: close;
  17.  
  18. }
  19. //== Balão
  20.  
  21.  
  22. OnInit:
  23. waitingroom "",0;
  24. OnTimer2000:
  25. setarray .@Merc$,"[Cash Shop]!","Itens em apenas 1 NPC!","Compre agora aqui!";
  26. set .@msg, rand(getarraysize(.@Merc$));
  27. delwaitingroom;
  28. waitingroom .@Merc$[.@msg],0;
  29. initnpctimer;
  30. //=================================
  31.  
  32. {
  33.  
  34. - cashshop brendo1 -1,607:1000
  35. - cashshop brendo1 -2,607:1000
  36. - cashshop brendo1 -3,607:1000
  37. - cashshop brendo1 -4,607:1000
  38. - cashshop brendo1 -5,607:1000
Advertisement
Add Comment
Please, Sign In to add comment