Crystal of Forgotten Time (Area 1)
| Item ID | 102795 | Name | Crystal of Forgotten Time (Area 1) |
|
This has no effect in other areas, but when used in Forgotten Time Area 1, it teleports you to a random space within Area 1.
_______________________ Weight: 3 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Forgotten_Crystal_1 | ||
| Attack | 0 | Type | Usable | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 3 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
if (strcharinfo(3) == "for_dun01")
warp "for_dun01",0,0;
else {
specialeffect2 EF_FREEZING;
showscript "It doesn't seem to have any effect here.", playerattached(), SELF;
}
|
||||