0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #22611 Usable

Packed Envelope

Buy Price: N/A Sell Price: N/A
Often found in the Excavation Site, this envelope activates a random effect for 30 seconds when opened.
_______________________
Weight: 1

Basic Information

Usable
10

Scripts

.@rnd = rand(1,10); if (.@rnd == 1) sc_start SC_PACKING_ENVELOPE1,30000,33; // +atk else if (.@rnd == 2) sc_start SC_PACKING_ENVELOPE2,30000,33; // +matk else if (.@rnd == 3) sc_start SC_PACKING_ENVELOPE3,30000,3; // +hp% else if (.@rnd == 4) sc_start SC_PACKING_ENVELOPE4,30000,3; // +sp% else if (.@rnd == 5) sc_start SC_PACKING_ENVELOPE5,30000,33; // +flee else if (.@rnd == 6) sc_start SC_PACKING_ENVELOPE6,30000,3; // +aspd else if (.@rnd == 7) sc_start SC_PACKING_ENVELOPE7,30000,33; // +def else if (.@rnd == 8) sc_start SC_PACKING_ENVELOPE8,30000,33; // +mdef else if (.@rnd == 9) sc_start SC_PACKING_ENVELOPE9,30000,33; // +crit else sc_start SC_PACKING_ENVELOPE10,30000,33; // +hit if (getequipid(EQI_HEAD_MID) == 15385) warp "verus04",115,243; /* todo check map x y */
.@rnd = rand(1,10);
if (.@rnd == 1)
   sc_start SC_PACKING_ENVELOPE1,30000,33; // +atk
else if (.@rnd == 2)
   sc_start SC_PACKING_ENVELOPE2,30000,33; // +matk
else if (.@rnd == 3)
   sc_start SC_PACKING_ENVELOPE3,30000,3; // +hp%
else if (.@rnd == 4)
   sc_start SC_PACKING_ENVELOPE4,30000,3; // +sp%
else if (.@rnd == 5)
   sc_start SC_PACKING_ENVELOPE5,30000,33; // +flee
else if (.@rnd == 6)
   sc_start SC_PACKING_ENVELOPE6,30000,3; // +aspd
else if (.@rnd == 7)
   sc_start SC_PACKING_ENVELOPE7,30000,33; // +def
else if (.@rnd == 8)
   sc_start SC_PACKING_ENVELOPE8,30000,33; // +mdef
else if (.@rnd == 9)
   sc_start SC_PACKING_ENVELOPE9,30000,33; // +crit
else
   sc_start SC_PACKING_ENVELOPE10,30000,33; // +hit
if (getequipid(EQI_HEAD_MID) == 15385)
   warp "verus04",115,243;
/* todo check map x y */
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.