From 70f2b9ca3287073db4a2afe477116780a77cc3f3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 May 2020 18:55:25 -0300 Subject: deletearray() is broken, I officially don't know what to do. Therefore, Tolchi second and third bonus slots were removed entirely. --- npc/005-4/tolchi.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/005-4/tolchi.txt') 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)); -- cgit v1.2.3-70-g09d2