Advertisement
Guest User

Untitled

a guest
May 9th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. ////////////////////////////////////////////////////////SCRIPT CREATO DA ZIOBODOM PER ASGARDRO//////////////////////////////////////////////////////////////////////////////////////////////
  3. ////////////RYO, CONTROLLA GLI ERRORI, POI DOVREMMO MODIFICARE ALCUNI MOB PRIVI DI DROP CON QUALCOSA DI UTILE//////////
  4. ///////////PER LE QUEST OPPURE PER LE FUTURE QUEST, ANCHE ITEM CHE NON VENGONO NORMALMENTE DROPPATI =d////////////////////
  5. /////////////////////////////////////////////////////////////SPERO SIA STATO UTILE GRAZIE DI TUTTO//////////////////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. prontera,139,200,4 script Special Dungeon 871,{
  11. mes "[Ryo]";
  12. mes "Benvenuto, io ho dei grandissimi poteri, posso evocare mostri che nemmeno il dio odino e riuscito ad evocare";
  13. mes "posso portarti in una mappa che nessuno conosce e nessuno e mai stato";
  14. mes "Ma ovviamente richiedo un pagamento =D";
  15. mes "Voglio da te 3 Poket Watch (Kiel)";
  16. mes "1 Dragon Breath Cocktail";
  17. mes "50 Large Jellopy";
  18. mes "10 Poporing Card";
  19. mes "ed infine 30 Emperium";
  20. menu "Ok, tieni ��",a1,"Solo per warparmi? non ci sto amico",a2;
  21.  
  22. a1:
  23. if(countitem(7513)>=3 && countitem(12080)>=1 && countitem(714)>=30 && countitem(7126)>=50 && countitem(4033)>=10){
  24. delitem 7513,3;
  25. delitem 12080,1;
  26. delitem 714,30;
  27. delitem 7126,50;
  28. delitem 4033,10;
  29. mes "[Ryo]";
  30. mes "Bene tieni questi ti serviranno, fidati =D";
  31. getitem 607,5;
  32. next;
  33. mes "[Ryo]";
  34. mes "Ora far� apparire i mostri...";
  35. monster "2@cata.gat",0,0,"Dark Priest",1198,5,"npc";
  36. monster "2@cata.gat",0,0,"Demon Baphomet",1929,1,"npc";
  37. monster "2@cata.gat",0,0,"Piammette",1930,2,"npc";
  38. monster "2@cata.gat",0,0,"Wish Maiden",1931,1,"npc";
  39. monster "2@cata.gat",0,0,"Nidhoggr's Shadow",2022,1,"npc";
  40. monster "2@cata.gat",0,0,"Phylla",2021,7,"npc";
  41. monster "2@cata.gat",0,0,"Rhyncho",2020,7,"npc";
  42. monster "2@cata.gat",0,0,"Undine",2016,7,"npc";
  43. monster "2@cata.gat",0,0,"Draco",2013,7,"npc";
  44. monster "2@cata.gat",0,0,"Evil Lord of Death",1876,1,"npc;
  45. next;
  46. mes "[Ryo]";
  47. mes "Ok,^^ ora va^^";
  48. warp "2@cata.gat",80,65;
  49. close;
  50. }else
  51. {
  52. mes "[Ryo]";
  53. mes "Scusa, ma manca qualcosa";
  54. }
  55. close;
  56.  
  57. a2:
  58. mes "[Ryo]";
  59. mes "Ok, come vuoi, ricorda che solo qui potrai trovare mostri e item introvabili";
  60. close;
  61. }
  62.  
  63.  
  64. 2@cata,74,82,4 script Exit 1812,{
  65.  
  66. mes "Sei sicuro di voler uscire?";
  67. menu "Si, ho finito",z1,"No manca ancora qualcuno",x1;
  68.  
  69. z1:
  70. mes "Ok ti riporto a Prontera";
  71. warp "prontera.gat",155,184;
  72. close;
  73.  
  74. x1:
  75. mes "Ok";
  76. close;
  77. }
  78.  
  79.  
  80.  
  81.  
  82. 2@cata mapflag nosave
  83. 2@cata mapflag noteleport
  84. 2@cata mapflag nowarpto
  85. 2@cata mapflag nowarp
  86. 2@cata mapflag nostorage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement