From 57ed6116c2f76419bc63bdd9b939bfc2f01aca1b Mon Sep 17 00:00:00 2001 From: mc_cameri Date: Sun, 21 Nov 2004 03:33:31 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@284 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/devnpc.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/other/devnpc.txt') diff --git a/npc/other/devnpc.txt b/npc/other/devnpc.txt index 15cf4c502..3bfdc105b 100644 --- a/npc/other/devnpc.txt +++ b/npc/other/devnpc.txt @@ -65,16 +65,16 @@ OnInit: // MC Cameri =========================================================>\\ morocc.gat,160,97,4 script MC Cameri 706,{ - npcspeed 50; + npcspeed 100; mes "[MC Cameri]"; mes "I'm the @command guy from oA..."; - mes "^FF00FFReal Name^000000: Can't tell you my name"; - mes "^FF00FFAge^000000: 16 years"; - mes "^FF00FFWhere I live^000000: Dominican Republic, in the caribbean"; + mes "^FF8040Real Name^000000: Can't tell you my name"; + mes "^FF8040Age^000000: 16 years"; + mes "^FF8040Where I live^000000: Dominican Republic, in the caribbean"; next; mes "[MC Cameri]"; - mes "^FF00FFWhat I Do^000000: mostly working on @commands for GMs..."; - mes "^FF00FFWhy I'm here^000000: Because I like programming..."; + mes "^FF8040What I Do^000000: mostly working on @commands for GMs..."; + mes "^FF8040Why I'm here^000000: Because I like programming..."; next; mes "[MC Cameri]"; mes "I'm a senior student, programmer, body builder(yes, I lift weights), etc."; @@ -102,11 +102,11 @@ Lquote0: setnpctimer 0; break; Lquote1: - npctalk "160,95-I owns you all, under my commands. *lol*"; + npctalk "I owns you all, under my commands. *lol*"; setnpctimer 0; break; Lquote2: - npctalk "I forgot what my script, what do I have to say again? *_*U"; + npctalk "I forgot my script, what do I have to say again? *_*U"; setnpctimer 0; break; Lquote3: -- cgit v1.2.3-70-g09d2