Default value for monster_ai is now 0x200.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13667 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2009-04-10 20:36:13 +00:00
parent 45a5374a40
commit 79907d22b4
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
2009/04/10
* Rev. 13667 Default value for monster_ai is now 0x200. [L0ne_W0lf]
2009/04/02 2009/04/02
* Uncommented pvp_room in maps_athena.conf [Playtester] * Uncommented pvp_room in maps_athena.conf [Playtester]
2009/04/01 2009/04/01

View File

@ -62,7 +62,7 @@ monster_max_aspd: 199
// 0x400: By default mobs have a range of 9 for all skills. Set this to enforce // 0x400: By default mobs have a range of 9 for all skills. Set this to enforce
// the normal skill range rules on them. // the normal skill range rules on them.
// Example: 0x140 -> Chase players through warps + use skills in random order. // Example: 0x140 -> Chase players through warps + use skills in random order.
monster_ai: 0 monster_ai: 0x200
// Should mobs be able to be warped (add as needed)? // Should mobs be able to be warped (add as needed)?
// 0: Disable. // 0: Disable.