diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-10 01:16:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-10 01:16:27 -0300 |
commit | 7e457bc60c1e17e894672b9c9b8e4df73941f5d2 (patch) | |
tree | e388f5278a814a560564e07d9ca8653f9b3c51e8 | |
parent | e295cdb0a264abb25e071e37aa09893819abaf36 (diff) | |
download | serverdata-7e457bc60c1e17e894672b9c9b8e4df73941f5d2.tar.gz serverdata-7e457bc60c1e17e894672b9c9b8e4df73941f5d2.tar.bz2 serverdata-7e457bc60c1e17e894672b9c9b8e4df73941f5d2.tar.xz serverdata-7e457bc60c1e17e894672b9c9b8e4df73941f5d2.zip |
Missing flag.
-rw-r--r-- | db/re/mob_db.conf | 3 | ||||
-rw-r--r-- | npc/014-4/kamelot.txt | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 649f442fa..f7f8e01da 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9769,6 +9769,7 @@ mob_db: ( ChangeChase: true Aggressive: true CastSensorChase: true + Boss: true } MoveSpeed: 162 AttackDelay: 872 @@ -9811,6 +9812,7 @@ mob_db: ( ChangeChase: true Aggressive: true CastSensorChase: true + Boss: true } MoveSpeed: 162 AttackDelay: 872 @@ -9853,6 +9855,7 @@ mob_db: ( ChangeChase: true Aggressive: true CastSensorChase: true + Boss: true } MoveSpeed: 162 AttackDelay: 872 diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 0ec8a026d..bf3c701e7 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -115,6 +115,14 @@ OnTouch: // Debug is only allowed if server is in override mode OnDebug: if (!$@GM_OVERRIDE) goto L_SimplifiedDebug; + /* + mes "Guild ID:"; + input .@g; + + if (.@g < 1 || .@g > 100) + .@g=getcharid(2); + */ + .@g=getcharid(2); if (.@g < 1) end; mes "Kamelot Debug"; |