diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 15:22:23 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 15:22:23 +0000 |
commit | e7cff182f411b0f42f4fe14522fea7722c8c5a38 (patch) | |
tree | 5ad9202ffa6c8cd19f7592aabb56c3f775e9a111 | |
parent | af7fa927b91742598448033726aea70cff614c15 (diff) | |
download | hercules-e7cff182f411b0f42f4fe14522fea7722c8c5a38.tar.gz hercules-e7cff182f411b0f42f4fe14522fea7722c8c5a38.tar.bz2 hercules-e7cff182f411b0f42f4fe14522fea7722c8c5a38.tar.xz hercules-e7cff182f411b0f42f4fe14522fea7722c8c5a38.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@296 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/devnpc.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 48d11e724..3b98b178f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -36,6 +36,7 @@ Date Added ====== 11/20 + * Reduced walking speed for davidsiaw's Dev NPC. [MC Cameri] * Fixed some typos in MC Cameri's Dev NPC, walking speed, etc. [MC Cameri] * Fixed spawns on umbala fields, Fixed spawn point of Amon Ra in morroc pyramids B2 [shadow] 11/21 diff --git a/npc/other/devnpc.txt b/npc/other/devnpc.txt index 3bfdc105b..d1af636a2 100644 --- a/npc/other/devnpc.txt +++ b/npc/other/devnpc.txt @@ -148,7 +148,7 @@ OnInit: // Davidsiaw =========================================================>\\ payon.gat,182,104,4 script Davidsiaw 1002,{ - npcspeed 50; + npcspeed 150; mes "[Davidsiaw]"; mes "omghi"; close; |