diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-24 21:03:20 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-05 21:34:37 +0100 |
commit | 11dd6fe5569be003d6582319594c315bac193d21 (patch) | |
tree | 28c23eb319cdd745c6edf1661ca80f77e8a1c123 /npc/008-2-2 | |
parent | 12a7c290fec01b70f269818faab0f7860dbab63a (diff) | |
download | serverdata-11dd6fe5569be003d6582319594c315bac193d21.tar.gz serverdata-11dd6fe5569be003d6582319594c315bac193d21.tar.bz2 serverdata-11dd6fe5569be003d6582319594c315bac193d21.tar.xz serverdata-11dd6fe5569be003d6582319594c315bac193d21.zip |
Add Gumis scripts - delete placeholders. Disable debugs.
Diffstat (limited to 'npc/008-2-2')
-rw-r--r-- | npc/008-2-2/_import.txt | 4 | ||||
-rw-r--r-- | npc/008-2-2/ledmitz.txt | 55 | ||||
-rw-r--r-- | npc/008-2-2/micksha.txt | 20 | ||||
-rw-r--r-- | npc/008-2-2/note.txt | 28 | ||||
-rw-r--r-- | npc/008-2-2/roamingo.txt | 20 |
5 files changed, 85 insertions, 42 deletions
diff --git a/npc/008-2-2/_import.txt b/npc/008-2-2/_import.txt index e7ccd597..9fc64957 100644 --- a/npc/008-2-2/_import.txt +++ b/npc/008-2-2/_import.txt @@ -3,8 +3,8 @@ "npc/008-2-2/_warps.txt", "npc/008-2-2/bartender.txt", "npc/008-2-2/kfahr.txt", +"npc/008-2-2/ledmitz.txt", "npc/008-2-2/mapflags.txt", "npc/008-2-2/melinda.txt", -"npc/008-2-2/micksha.txt", +"npc/008-2-2/note.txt", "npc/008-2-2/receptionist.txt", -"npc/008-2-2/roamingo.txt", diff --git a/npc/008-2-2/ledmitz.txt b/npc/008-2-2/ledmitz.txt new file mode 100644 index 00000000..5939428e --- /dev/null +++ b/npc/008-2-2/ledmitz.txt @@ -0,0 +1,55 @@ +// Evol scripts. +// Author: +// gumi + +008-2-2,43,34,0 script Ledd NPC_DRINKER_ROAMINGO,{ + // XXX: ^ I know it should be Led and Mitz but 4144 made names + // shorter than 4 characters illegal + + deltimer("Mitz::OnTalk"); + addtimer(rand(500, 900), "Mitz::OnTalk"); +OnTalk: + npctalk3(l("Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!")); + // TODO: add more sentences + // XXX: maybe instead of making them respond to a click they should just + // shout at each other at regular intervals? + end; + +OnInit: + .sex = G_MALE; + .distance = 3; + +////////// UNFINISHED ////////// +//////////////////////////////// +// REMOVE THIS CODE WHEN THIS // +// NPC IS NO LONGER A WIP ////// +//////////////////////////////// +//if (!debug) disablenpc(.name$); +///////// UNFINISHED /////////// + + end; +} + +008-2-2,46,34,0 script Mitz NPC_DRINKER_MICKSHA,{ + + deltimer("Ledd::OnTalk"); + addtimer(rand(500, 900), "Ledd::OnTalk"); +OnTalk: + npctalk3(l("I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!")); + // TODO: add more sentences + end; + +OnInit: + .sex = G_MALE; + .distance = 3; + +////////// UNFINISHED ////////// +//////////////////////////////// +// REMOVE THIS CODE WHEN THIS // +// NPC IS NO LONGER A WIP ////// +//////////////////////////////// +//if (!debug) disablenpc(.name$); +///////// UNFINISHED /////////// + + end; +} diff --git a/npc/008-2-2/micksha.txt b/npc/008-2-2/micksha.txt deleted file mode 100644 index 099bff34..00000000 --- a/npc/008-2-2/micksha.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Drinker Micksha -// THIS IS A PLACEHOLDER! - -008-2-2,46,34,0 script Micksha#008-2-2 NPC_DRINKER_MICKSHA,{ - speech - l("Hello Sir *hicks*."), - l("Umm, can you perhaps spring for a beer? *hicks* I'm broken."); - lg("*burp* ... ."); - - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} diff --git a/npc/008-2-2/note.txt b/npc/008-2-2/note.txt new file mode 100644 index 00000000..2fcce90f --- /dev/null +++ b/npc/008-2-2/note.txt @@ -0,0 +1,28 @@ +// Evol scripts. +// Author: +// gumi + +008-2-2,32,28,0 script Note#Hurnscald:pub NPC_PAPER_NOTE,{ + narrator(8, + l("We refuse service to anyone who:"), + l("• Has a bubblehead"), + l("• Is not properly shaded"), + l("• Can't walk without stopping after every step")); + + // In case you don't get the joke, know that it's a parody on Illutia. + + close; + +OnInit: + .distance = 3; + +////////// UNFINISHED ////////// +//////////////////////////////// +// REMOVE THIS CODE WHEN THIS // +// NPC IS NO LONGER A WIP ////// +//////////////////////////////// +//if (!debug) disablenpc(.name$); +///////// UNFINISHED /////////// + + end; +} diff --git a/npc/008-2-2/roamingo.txt b/npc/008-2-2/roamingo.txt deleted file mode 100644 index 98c82ef8..00000000 --- a/npc/008-2-2/roamingo.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Drinker Roamingo -// THIS IS A PLACEHOLDER! - -008-2-2,43,34,0 script Roamingo#008-2-2 NPC_DRINKER_ROAMINGO,{ - speech - l("Oh hi my friend *hicks*"), - l("Eh... shiver me timbers! *hicks* Where did you find this hat??"); - lg("Know what *hicks*, if you give me the hat, the next round will be on me."); - - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} |