diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 02:01:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 02:01:52 -0300 |
commit | 238677b105a22f203334cead189a11b54e76541d (patch) | |
tree | 784aff6b1debbd744b66d71edaec4b7e20aefd66 /npc/006-0 | |
parent | 3be6145376aa95a6c7f5bdc5dee2663240b8b35c (diff) | |
download | serverdata-238677b105a22f203334cead189a11b54e76541d.tar.gz serverdata-238677b105a22f203334cead189a11b54e76541d.tar.bz2 serverdata-238677b105a22f203334cead189a11b54e76541d.tar.xz serverdata-238677b105a22f203334cead189a11b54e76541d.zip |
Tie again some of Saxso's lore, and add signs to Candor Underground Challenges
Diffstat (limited to 'npc/006-0')
-rw-r--r-- | npc/006-0/piouisle.txt | 11 | ||||
-rw-r--r-- | npc/006-0/warpcandorbattle.txt | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/npc/006-0/piouisle.txt b/npc/006-0/piouisle.txt index e9dfeec37..9426c73ca 100644 --- a/npc/006-0/piouisle.txt +++ b/npc/006-0/piouisle.txt @@ -2,6 +2,17 @@ // Author: // Jesusalva +006-0,41,36,0 script Sign#0060PI NPC_SWORDS_SIGN,{ + mesc l("To the lovely cuteness; Unwavering helpfulness."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warp 006-0,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{ end; diff --git a/npc/006-0/warpcandorbattle.txt b/npc/006-0/warpcandorbattle.txt index 20ef44ee2..47ff7dccd 100644 --- a/npc/006-0/warpcandorbattle.txt +++ b/npc/006-0/warpcandorbattle.txt @@ -3,6 +3,19 @@ // Crazyfefe // Jesusalva + +006-0,41,36,0 script Sign#0060CF NPC_SWORDS_SIGN,{ + //mesc l("To the brave heart; An endless maze."); + mesc l("To the strong soul; Challenges to overthrow."); // challenges await thou? + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warp 006-0,54,35,0 script Magic Barrier NPC_HIDDEN,0,0,{ end; |