summaryrefslogtreecommitdiff
path: root/world/map/npc/easter/2010/egg_func.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-01-30 17:19:55 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-02-02 19:22:47 -0800
commit045622fa6e515cf403ec710420746a15bcb75562 (patch)
tree9e95523c2548d3957935c9f267a3b3c09e69e94d /world/map/npc/easter/2010/egg_func.txt
parent67ec53b404beae200cebc5331cf4452223628dde (diff)
downloadserverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.gz
serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.bz2
serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.xz
serverdata-045622fa6e515cf403ec710420746a15bcb75562.zip
Remove disabled magic and old holiday quests
Diffstat (limited to 'world/map/npc/easter/2010/egg_func.txt')
-rw-r--r--world/map/npc/easter/2010/egg_func.txt114
1 files changed, 0 insertions, 114 deletions
diff --git a/world/map/npc/easter/2010/egg_func.txt b/world/map/npc/easter/2010/egg_func.txt
deleted file mode 100644
index 9dbf669e..00000000
--- a/world/map/npc/easter/2010/egg_func.txt
+++ /dev/null
@@ -1,114 +0,0 @@
-function script Easter2010Loc_Check1 {
- set @result, ~Easter_2010_EggState1 & (1 << @obj) & $Easter_2010_Egg_Loc_State1;
- if (@result == 0) goto L_NotHere;
- getinventorylist;
- if (@inventorylist_count == 100 && countitem(E10_COLLECT_EGGS_ID) == 0)
- goto L_TooMany;
- if (rand(10)) set $Easter_2010_Egg_Loc_State1, $Easter_2010_Egg_Loc_State1 & ~(1 << @obj);
- set Easter_2010_EggState1, Easter_2010_EggState1 | (1 << @obj);
- mes "You pick up an egg.";
- getitem E10_COLLECT_EGGS_ID, 1;
- return;
-
-L_NotHere:
- mes "You can't find an egg here.";
- set @result, 0;
- return;
-
-L_TooMany:
- mes "You don't have room for this egg.";
- set @result, 0;
- return;
-}
-
-function script Easter2010Loc_Check2 {
- set @result, ~Easter_2010_EggState2 & (1 << @obj) & $Easter_2010_Egg_Loc_State2;
- if (@result == 0) goto L_NotHere;
- getinventorylist;
- if (@inventorylist_count == 100 && countitem(E10_COLLECT_EGGS_ID) == 0)
- goto L_TooMany;
- if (rand(10)) set $Easter_2010_Egg_Loc_State2, $Easter_2010_Egg_Loc_State2 & ~(1 << @obj);
- set Easter_2010_EggState2, Easter_2010_EggState2 | (1 << @obj);
- mes "You pick up an egg.";
- getitem E10_COLLECT_EGGS_ID, 1;
- return;
-
-L_NotHere:
- mes "You can't find an egg here.";
- set @result, 0;
- return;
-
-L_TooMany:
- mes "You don't have room for this egg.";
- set @result, 0;
- return;
-}
-
-function script Easter2010Loc_Check3 {
- set @result, ~Easter_2010_EggState3 & (1 << @obj) & $Easter_2010_Egg_Loc_State3;
- if (@result == 0) goto L_NotHere;
- getinventorylist;
- if (@inventorylist_count == 100 && countitem(E10_COLLECT_EGGS_ID) == 0)
- goto L_TooMany;
- if (rand(10)) set $Easter_2010_Egg_Loc_State3, $Easter_2010_Egg_Loc_State3 & ~(1 << @obj);
- set Easter_2010_EggState3, Easter_2010_EggState3 | (1 << @obj);
- mes "You pick up an egg.";
- getitem E10_COLLECT_EGGS_ID, 1;
- return;
-
-L_NotHere:
- mes "You can't find an egg here.";
- set @result, 0;
- return;
-
-L_TooMany:
- mes "You don't have room for this egg.";
- set @result, 0;
- return;
-}
-
-function script Easter2010Loc_Check4 {
- set @result, ~Easter_2010_EggState4 & (1 << @obj) & $Easter_2010_Egg_Loc_State4;
- if (@result == 0) goto L_NotHere;
- getinventorylist;
- if (@inventorylist_count == 100 && countitem(E10_COLLECT_EGGS_ID) == 0)
- goto L_TooMany;
- if (rand(10)) set $Easter_2010_Egg_Loc_State4, $Easter_2010_Egg_Loc_State4 & ~(1 << @obj);
- set Easter_2010_EggState4, Easter_2010_EggState4 | (1 << @obj);
- mes "You pick up an egg.";
- getitem E10_COLLECT_EGGS_ID, 1;
- return;
-
-L_NotHere:
- mes "You can't find an egg here.";
- set @result, 0;
- return;
-
-L_TooMany:
- mes "You don't have room for this egg.";
- set @result, 0;
- return;
-}
-
-function script Easter2010Loc_Check5 {
- set @result, ~Easter_2010_EggState5 & (1 << @obj) & $Easter_2010_Egg_Loc_State5;
- if (@result == 0) goto L_NotHere;
- getinventorylist;
- if (@inventorylist_count == 100 && countitem(E10_COLLECT_EGGS_ID) == 0)
- goto L_TooMany;
- if (rand(10)) set $Easter_2010_Egg_Loc_State5, $Easter_2010_Egg_Loc_State5 & ~(1 << @obj);
- set Easter_2010_EggState5, Easter_2010_EggState5 | (1 << @obj);
- mes "You pick up an egg.";
- getitem E10_COLLECT_EGGS_ID, 1;
- return;
-
-L_NotHere:
- mes "You can't find an egg here.";
- set @result, 0;
- return;
-
-L_TooMany:
- mes "You don't have room for this egg.";
- set @result, 0;
- return;
-}