Advertisement
johnlol

Gospel

Aug 14th, 2023
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.76 KB | Gaming | 0 0
  1. prontera,156,182,4  script  Gospel  2221,3,3,{
  2. //- script  Gospel  -1,{
  3.     end;
  4.    
  5. OnTouch:
  6.     if( .sbragi < gettimetick(2) ){         // triggered within area 7x7, start bragi if not on delay
  7.         unitskilluseid getnpcid(0),369,10;  // Gospel ID#369 level 10
  8.         set .sbragi,gettimetick(2) + 0; // delay 3 minute for npc to cast song
  9.     }
  10.     end;
  11.    
  12. OnInit:
  13.     //setunitdata getnpcid(0),UNPC_INT,170; // set NPC INT 150
  14.     //setunitdata getnpcid(0),UNPC_DEX,170; // set NPC DEX 150
  15.     //setunitdata getnpcid(0),UNPC_AGI,170; // set NPC AGI 150
  16.     setunitdata(getnpcid(0),UNPC_PLUSALLSTAT,150);
  17.     end;
  18. }
  19.  
  20. //guild_vs3,50,81,3 duplicate(Gospel)   Gospel#guildvs3 647,3,3
  21. //guild_vs1,50,91,3 duplicate(Gospel)   Gospel#guildvs1 647,3,3
  22. //guild_vs4,50,91,3 duplicate(Gospel)   Gospel#guildvs4 647,3,3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement