Advertisement
johnlol

Full Chemical Protection01

Aug 9th, 2023
1,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.36 KB | Gaming | 0 0
  1. prontera,155,181,5  script  Chemical Protection 558,{
  2.     if (Zeny < 5000 || !countitem(7139)) {
  3.         npctalk "You required "+getitemname(7139)+" and 5,000 Zeny to use it.";
  4.     }
  5.     else {
  6.         if (!checkre(0)) {
  7.             //progressbar_npc("0xFFFFFF", 2, getnpcid(0));
  8.              sleep2 2000;
  9.         }
  10.         Zeny -= 5000;
  11.         delitem 7139, 1;
  12.         npcskill "CR_FULLPROTECTION", 5, 99, 99;
  13.     }
  14.     end;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement