Renewal
.:Renewal Item Database:.
Search Item By ID


Packed Envelope    Item ID# 22611 (Packing_Envelope)
Packing Envelope
Type
Usable Item
Class
n/a
Buy
10z
Sell
5z
Weight
1
Applicable Jobs
Every Job
Description
Excavated from the ruins of packaged goods in the form of an envelope. When you open the envelope is given 30 seconds a random effect.

[iRO Description]
Often found in the Excavation Site, this envelope activates a random effect for 30 seconds when opened.

Type: Miscellaneous
Item Script
expand to view script
{ .@r = rand(1,10); if (.@r == 1) sc_start SC_PACKING_ENVELOPE1,30000,33; // +atk else if (.@r == 2) sc_start SC_PACKING_ENVELOPE2,30000,33; // +matk else if (.@r == 3) sc_start SC_PACKING_ENVELOPE3,30000,3; // +hp% else if (.@r == 4) sc_start SC_PACKING_ENVELOPE4,30000,3; // +sp% else if (.@r == 5) sc_start SC_PACKING_ENVELOPE5,30000,33; // +flee else if (.@r == 6) sc_start SC_PACKING_ENVELOPE6,30000,3; // +aspd else if (.@r == 7) sc_start SC_PACKING_ENVELOPE7,30000,33; // +def else if (.@r == 8) sc_start SC_PACKING_ENVELOPE8,30000,33; // +mdef else if (.@r == 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 */ },{},{}
Dropped By No Result

back to top