


📂 Menú de Navegación
Información del Objeto
#12396: Gift Box?
| Item ID | 12396 | Se vende | No |
|---|---|---|---|
| Identificador | Fools_Day_Box |
Precio Cash | No en venta |
| Nombre | Gift Box? | Tipo | Usable |
| Precio Compra | 20 z. | Peso | 1 |
| Precio Venta | 10 z. | Nivel Arma | 0 |
| Rango | 0 tiles | Defensa | 0 |
| Slots | 0 | Refineable | No |
| Ataque | 0 | Nivel Mín. | 0 |
| Ubicación | Ninguno | ||
| Clases | All Jobs | ||
| Género | Ambos | ||
Scripts del Objeto
Script de uso:
1 .@rnd = rand(1,10);
2 if (.@rnd == 1) itemskill "AL_TELEPORT",1;
3 else if (.@rnd == 2) itemskill "AL_TELEPORT",3;
4 else if (.@rnd == 3) percentheal 50,0;
5 else if (.@rnd == 4) percentheal 0,50;
6 else if (.@rnd == 5) end;
7 else if (.@rnd == 6) getitem 512,1;
8 else if (.@rnd == 7) itemskill "ALL_REVERSEORCISH",1;
9 else if (.@rnd == 8) specialeffect2 EF_MAPPILLAR2;
10 else if (.@rnd == 9) specialeffect2 EF_ANGEL2;
11 else specialeffect2 EF_COIN;
Script al Equipar:
Ninguno