Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. welgia,134,228,7 script Homunculus Evolve Master 750,{
  2. mes "[Homunculus Master]";
  3. mes "Hi, I can ^000120evolve your homun^000000.";
  4. next;
  5. menu "^000090Evolve Mine Please^000000..",-, "Nevermind",M_DO;
  6.  
  7. mes "[Homunculus Master]";
  8. mes "Are you sure you want to do this?";
  9. next;
  10. if(select("Evolve it:Cancel")==2) goto M_END;
  11. if(countitem(7227) < 100 || countitem(12040) < 15 || countitem(674) < 20 || gethominfo(1) != 6001 || gethominfo(1) != 6002 || gethominfo(1) != 6003 || gethominfo(1) != 6004 || gethominfo(1) != 6005 || gethominfo(1) != 6006 || gethominfo(1) != 6007 || gethominfo(1) != 6008 || gethominfo(1) != 6009 || gethominfo(1) != 6010 || gethominfo(1) != 6011 || gethominfo(1) != 6012 || gethominfo(1) != 6013 || gethominfo(1) != 6014 || gethominfo(1) != 6015 || gethominfo(1) != 6016) {
  12. mes "[Jan]";
  13. mes "Not enough items or you dont have a homunculus.";
  14. close;
  15. } else {
  16. mes "[Homunculus Master]";
  17. mes "Nice";
  18. mes "You got all what i needed";
  19. mes "I am going to chant now, please keep quiet";
  20. next;
  21. mes "[Homunculus Master]";
  22. mes "Abra cadabra, poof paph, HsoaS JAiSa hocuS pocuS";
  23. next;
  24. mes "[Homunculus Master]";
  25. mes "ashuhauh, Kuzuri Poof!";
  26. mes "Turn into an older homunculus";
  27. delitem 7227,100;
  28. delitem 12040,15;
  29. delitem 674,20;
  30. atcommand "@homfriendly 1000";
  31. homevolution;
  32. close;
  33. }
  34.  
  35.  
  36. M_DO:
  37. mes "[Homunculus Master]";
  38. mes "Okay, comeback when you need my";
  39. mes "Services(>^_^)>O";
  40. close;
  41.  
  42.  
  43. M_END:
  44. mes "[Homunculus Master]";
  45. mes "See you...";
  46. emotion e_yawn;
  47. close;
  48. }
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement