diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-10-30 19:11:13 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:50:04 +0100 |
commit | 0d0067cb364e500550d9d9aa1990ed77826a59c8 (patch) | |
tree | 8d12b485e6ba75a8f07884a0c3a5e43f8f49520e | |
parent | f1e6501ed96d11f6419f5d7c1e027c727cefa851 (diff) | |
download | serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.gz serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.bz2 serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.xz serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.zip |
rename rumli to rumly
-rw-r--r-- | db/const.txt | 2 | ||||
-rw-r--r-- | db/quest_db.conf | 2 | ||||
-rw-r--r-- | npc/000-2-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/rumly.txt (renamed from npc/000-2-1/rumli.txt) | 8 |
4 files changed, 7 insertions, 7 deletions
diff --git a/db/const.txt b/db/const.txt index 4a2ebe05..3d75cc13 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3438,7 +3438,7 @@ NPC_FLYING_PIOU 440 NPC_WATER_SPLASH 441 NPC_ALIGE_BARREL 442 NPC_BACCHUS 443 -NPC_RUMLI 444 +NPC_RUMLY 444 NPC_TEST1 800 NPC_PLAYER 801 NPC_SAVE_POINT 901 diff --git a/db/quest_db.conf b/db/quest_db.conf index 9d8210c5..09dfcb18 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -131,6 +131,6 @@ quest_db: ( }, { Id: 26 - Name: "General_Rumli" + Name: "General_Rumly" } ) diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index 032c5187..9b97cf85 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -11,6 +11,6 @@ npc: npc/000-2-1/devis.txt npc: npc/000-2-1/hammock.txt npc: npc/000-2-1/knife.txt npc: npc/000-2-1/peter.txt -npc: npc/000-2-1/rumli.txt +npc: npc/000-2-1/rumly.txt npc: npc/000-2-1/q'onan.txt npc: npc/000-2-1/savepoint.txt diff --git a/npc/000-2-1/rumli.txt b/npc/000-2-1/rumly.txt index 3c0565e0..b10c06dc 100644 --- a/npc/000-2-1/rumli.txt +++ b/npc/000-2-1/rumly.txt @@ -1,4 +1,4 @@ -000-2-1,67,25,0 script Rumli NPC_RUMLI,{ +000-2-1,67,25,0 script Rumly NPC_RUMLY,{ mesn; mesq lg("Hello! Do you have any mushrooms?"); .@visited = getq(General_StatsReset); @@ -78,7 +78,7 @@ L_ChangedMind: L_FirstTime: mesn; - mesq lg("I am Rumli, the one who likes mushrooms so much!"); + mesq lg("I am Rumly, the one who likes mushrooms so much!"); next; mesq lg("Also I can make your stats clean! Just like fresh mushrooms..."); menu @@ -93,13 +93,13 @@ L_FirstTime: goto L_Menu; L_Later: - setq ShipQuests_Rumli, 2; + setq ShipQuests_Rumly, 2; mesn; mesq lg("Come back soon! And bring the mushrooms with you!"); goto L_Quit; L_Never: - setq ShipQuests_Rumli, 1; + setq ShipQuests_Rumly, 1; mesn; mesq lg("I am sure you will change your mind."); goto L_Quit; |