diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 18:55:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-27 18:55:25 -0300 |
commit | 70f2b9ca3287073db4a2afe477116780a77cc3f3 (patch) | |
tree | 9c32ee9cd9021287b868e602d791e920eea873ef /npc/005-4/tolchi.txt | |
parent | 0cb0d4ccde67c89a8eb28a072788a92e9d8341d4 (diff) | |
download | serverdata-70f2b9ca3287073db4a2afe477116780a77cc3f3.tar.gz serverdata-70f2b9ca3287073db4a2afe477116780a77cc3f3.tar.bz2 serverdata-70f2b9ca3287073db4a2afe477116780a77cc3f3.tar.xz serverdata-70f2b9ca3287073db4a2afe477116780a77cc3f3.zip |
deletearray() is broken, I officially don't know what to do.
Therefore, Tolchi second and third bonus slots were removed entirely.
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index bb9ac46c1..8ebccd91d 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -321,6 +321,7 @@ function tolchi_tweaks { .@bonus=csys_Multiplier(.@lv); setitemoptionbyindex(.@id, 0, .@vartp, .@bonus); + /* // Re-roll: Easier for lower levels. Equip based. deletearray(@csys_attr[.@popindex], 2); if (rand2(1000) < 250-((.@lv+BaseLevel*(REBIRTH+1))*2)) { @@ -338,6 +339,7 @@ function tolchi_tweaks { .@bonus=csys_Multiplier(.@lv); setitemoptionbyindex(.@id, 2, .@vartp, .@bonus); } + */ if (BaseLevel*(REBIRTH+1) > 25) setitemoptionbyindex(.@id, 3, IOPT_WALKSPEED, rand2(-10, -5)); |