summaryrefslogtreecommitdiff
path: root/world/map/conf/magic-quests.sex
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-19 09:42:48 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-19 09:42:48 -0400
commitea7d999c39ead96efb6d9af7e68794c59290cf60 (patch)
tree771e06363fe2e7609847a0a63a2e499632d3d7a2 /world/map/conf/magic-quests.sex
parent9e7f46ac732851c1359a15837c82ebf67ea2be39 (diff)
parent91fe3711fcacdfe83794b4347595e56e90e9d3a7 (diff)
downloadserverdata-ea7d999c39ead96efb6d9af7e68794c59290cf60.tar.gz
serverdata-ea7d999c39ead96efb6d9af7e68794c59290cf60.tar.bz2
serverdata-ea7d999c39ead96efb6d9af7e68794c59290cf60.tar.xz
serverdata-ea7d999c39ead96efb6d9af7e68794c59290cf60.zip
Merge self-fork from mekolat/magic-v3
Magic v3 spells
Diffstat (limited to 'world/map/conf/magic-quests.sex')
-rw-r--r--world/map/conf/magic-quests.sex154
1 files changed, 0 insertions, 154 deletions
diff --git a/world/map/conf/magic-quests.sex b/world/map/conf/magic-quests.sex
deleted file mode 100644
index 4b8a822c..00000000
--- a/world/map/conf/magic-quests.sex
+++ /dev/null
@@ -1,154 +0,0 @@
-(PROCEDURE hug_tree (target)
- (IF (||
- (||
- (||
- (||
- (||
- (||
- (||
- (||
- (== target "")
- (== target "tree"))
- (== target "tree*"))
- (== target "Tree"))
- (== target "Tree*"))
- (== target "druid"))
- (== target "druid*"))
- (== target "Druid"))
- (== target "Druid*"))
- (SCRIPT "{
- set @flag, 2;
- callfunc \"QuestTreeTrigger\";
- close;
- }")))
-
-(SPELL (NONMAGIC) hug0 "hug" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-(SPELL (NONMAGIC) hug1 "*hug*" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-(SPELL (NONMAGIC) hug2 "*hug" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-(SPELL (NONMAGIC) hug3 "hugs" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-(SPELL (NONMAGIC) hug4 "*hugs*" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-(SPELL (NONMAGIC) hug5 "*hugs" (STRING target)
- (=>
- (REQUIRE
- (||
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree0#_M")))
- 1)
- (<=
- (rdistance
- (location caster)
- (location
- (npc "#DruidTree1#_M")))
- 1)))
- (EFFECT
- (CALL hug_tree target))))
-
-"--------------------------------------------------------------------------------"
-"Illia spell"
-"--------------------------------------------------------------------------------"
-(SPELL (NONMAGIC) illia0 "#catalazuli" ()
- (=>
- (REQUIRE
- (==
- (rdistance
- (location caster)
- (location
- (npc "#Power Circle")))
- 0))
- (EFFECT
- (SCRIPT "{
- callfunc \"StartChannelling\";}
- "))))