diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-02 19:13:58 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-02 19:13:58 +0000 |
commit | 86f35863610b87fef7c414bf9a4685f3e3823ffc (patch) | |
tree | 47094b0b467e9a96a65e7d520daa632998f9d99d /npc | |
parent | 891e12b3a45a02bc847a9003ec74df0bf7ee7be5 (diff) | |
parent | 72e7b36cb98f5d86a4be72002e1880dae3aee060 (diff) | |
download | serverdata-86f35863610b87fef7c414bf9a4685f3e3823ffc.tar.gz serverdata-86f35863610b87fef7c414bf9a4685f3e3823ffc.tar.bz2 serverdata-86f35863610b87fef7c414bf9a4685f3e3823ffc.tar.xz serverdata-86f35863610b87fef7c414bf9a4685f3e3823ffc.zip |
Merge branch 'dummystats' into 'master'
rebalance the stats of the dummy mobs used in the legion training
See merge request evol/serverdata!205
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-36/hector.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-36/hector.txt b/npc/001-2-36/hector.txt index f4c7176f..d25ca9e3 100644 --- a/npc/001-2-36/hector.txt +++ b/npc/001-2-36/hector.txt @@ -451,7 +451,7 @@ OnInit: // here input some sentences "hello noob" like, the npc pick randomly a sentence setarray .mockingGreeting$[0], "Hey noob!", "Hey somethingwholooklikeawarrior...", "Sup' chibi."; - setarray .mobID[0],0, Dummy, FireDummy, Dummy2; // an array of dummies, one for each training + setarray .mobID[0],0, Dummy, FireDummy, Dummy; // an array of dummies, one for each training setarray .mobCoordinate[0], 24, 34, 31, 41; // this represent the square of "ring" training end; |