diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 19:45:58 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 19:45:58 +0000 |
commit | 0822199f38915337bf0f59f4e0cb8818b2688fab (patch) | |
tree | 5ab92cab978978181237efb5beff4e720f53885e | |
parent | 3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7 (diff) | |
download | hercules-0822199f38915337bf0f59f4e0cb8818b2688fab.tar.gz hercules-0822199f38915337bf0f59f4e0cb8818b2688fab.tar.bz2 hercules-0822199f38915337bf0f59f4e0cb8818b2688fab.tar.xz hercules-0822199f38915337bf0f59f4e0cb8818b2688fab.zip |
more bugs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@676 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Dev/bugs.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 444042b64..bf5fcea1b 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -139,3 +139,14 @@ Assigned: N/A Progress: 0% spawn mob 1600.. + + also + + add a flag to the monsters defs + for example + 1002,1039 // makes a poring a bapho + if it's like that nothing happens + but if you do this + 1002,1039,1 // makes a poring a big bapho + 1002,1039,2 // makes a poring a small bapho + effect id or something |