Advertisement
johnlol

The Apple of Idun

Aug 7th, 2023
2,694
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  The Apple of Idun   647,3,3,{
  2. -   script  The Apple of Idun   -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),321,10;    // A Poem of Bragi ID#321 level 10
  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 / + 25% Maximum HP & Heals 80HP
  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,49,19,2   duplicate(The Apple of Idun)    The Apple of Idun#guildvs3  647,3,3
  24. guild_vs1,49,8,2    duplicate(The Apple of Idun)    The Apple of Idun#guildvs1  647,3,3
  25. guild_vs4,49,8,2    duplicate(The Apple of Idun)    The Apple of Idun#guildvs4  647,3,3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement