|
@@ -78220,8 +78220,13 @@ Body:
|
|
|
NoGuildStorage: true
|
|
|
NoMail: true
|
|
|
NoAuction: true
|
|
|
-# Script: |
|
|
|
-# /* TODO */
|
|
|
+ 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;
|
|
|
+ }
|
|
|
- Id: 102796
|
|
|
AegisName: Forgotten_Crystal_2
|
|
|
Name: Crystal of Forgotten Time (Area 2)
|
|
@@ -78234,8 +78239,13 @@ Body:
|
|
|
NoGuildStorage: true
|
|
|
NoMail: true
|
|
|
NoAuction: true
|
|
|
-# Script: |
|
|
|
-# /* TODO */
|
|
|
+ Script: |
|
|
|
+ if (strcharinfo(3) == "for_dun02")
|
|
|
+ warp "for_dun02",0,0;
|
|
|
+ else {
|
|
|
+ specialeffect2 EF_FREEZING;
|
|
|
+ showscript "It doesn't seem to have any effect here.", playerattached(), SELF;
|
|
|
+ }
|
|
|
- Id: 102797
|
|
|
AegisName: Super_Sonic_pack
|
|
|
Name: Super Sonic Package
|