Advertisement
johnlol

A Poem of Bragi

Aug 7th, 2023
1,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 1.10 KB | Gaming | 0 0
  1. //prontera,156,182,4    script  A Poem of Bragi 647,3,3,{
  2. -   script  A Poem of Bragi -1,{
  3.     end;
  4.    
  5. OnTouch:
  6.     if( .sbragi < gettimetick(2) ){         // triggered within area 7x7, start A Poem of Bragi if not on delay
  7.         unitskilluseid getnpcid(0),321,10;  // A Poem of Bragi ID#321 level 10 / 30% Faster Cast & 50% Less Delay
  8.         //unitskilluseid getnpcid(0),320,10;    // Assassin Cross of Sunset ID#320 level 10
  9.         //unitskilluseid getnpcid(0),322,10;    // The Apple of Idun ID#322 level 10
  10.         //unitskilluseid getnpcid(0),319,10;    // A Whistle ID#319 level 10
  11.         set .sbragi,gettimetick(2) + 0; // delay 3 minute for npc to cast song
  12.     }
  13.     end;
  14.    
  15. OnInit:
  16.     //setunitdata getnpcid(0),UNPC_INT,170; // set NPC INT 150
  17.     //setunitdata getnpcid(0),UNPC_DEX,170; // set NPC DEX 150
  18.     //setunitdata getnpcid(0),UNPC_AGI,170; // set NPC AGI 150
  19.     setunitdata(getnpcid(0),UNPC_PLUSALLSTAT,150);
  20.     end;
  21. }
  22.  
  23. guild_vs3,50,81,3   duplicate(A Poem of Bragi)  A Poem of Bragi#guildvs3    647,3,3
  24. guild_vs1,50,91,3   duplicate(A Poem of Bragi)  A Poem of Bragi#guildvs1    647,3,3
  25. guild_vs4,50,91,3   duplicate(A Poem of Bragi)  A Poem of Bragi#guildvs4    647,3,3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement