Advertisement
johnlol

Skull

Jul 23rd, 2023
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.86 KB | Gaming | 0 0
  1. /*
  2. ________________     ______            ________      
  3. ___    |_____  /________  /______      ___  __ \_____
  4. __  /| |  __  /_  __ \_  __ \  _ \     __  /_/ /  __ \
  5. _  ___ / /_/ / / /_/ /  /_/ /  __/     _  _, _// /_/ /
  6. /_/  |_\__,_/  \____//_.___/\___/      /_/ |_| \____/
  7.  
  8. */
  9.  
  10. prontera,188,208,5  script  Skull Buyer 792,{
  11. mes "I am a Player Skull Buyer.";
  12. mes "I'm going to buy all your skulls for^FF0000 8k^000000";
  13. mes "But how many skull that you will sell to me?";
  14. next;
  15. mes "Please Input the Skull that you want to sell it.";
  16. mes "Input 0 to cancel.";
  17. input @amount,0,countitem(7420);
  18. if ( @amount == 0 ){
  19. mes "You have choose to cancel the Deal.";
  20. close;
  21. }
  22. delitem 7420,@amount;
  23. set Zeny,Zeny+(@amount*8000);
  24. message strcharinfo(0),"You have gained "+(@amount*8000)+" Zeny.";
  25. close;
  26. }
  27. sec_in02,146,173,2  duplicate(Skull Buyer)  Black Witch#sec 792
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement