Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
In the file we are looking for line 586, where it will be:
Item['item_dragon_lance'] = { 'item_boots_of_elves', 'item_boots_of_elves', 'item_ogre_axe' }
It should be replaced with:
Item['item_dragon_lance'] = { 'item_blade_of_alacrity', 'item_belt_of_strength', 'item_recipe_dragon_lance' }
Now bots will collect Dragon Lance correctly.
Как исправить предмет у ботов Dragon Lance? Ищем файл "jmz_item.lua" по пути \Steam\steamapps\workshop\content\570\1801131815\FunLib\
В файле ищем 586 строку, где будет:
Item['item_dragon_lance'] = { 'item_boots_of_elves', 'item_boots_of_elves', 'item_ogre_axe' }
Надо заменить на:
Item['item_dragon_lance'] = { 'item_blade_of_alacrity', 'item_belt_of_strength', 'item_recipe_dragon_lance' }
Massive thank you for this :)
Million thanks for this fix.
Item['item_bfury'] = { 'item_quelling_blade', 'item_claymore', 'item_cornucopia', 'item_broadsword', 'item_recipe_bfury' }
Item['item_rod_of_atos'] = { 'item_vitality_booster', 'item_staff_of_wizardry', 'item_recipe_rod_of_atos' }
Item['item_soul_ring'] = GetItemComponents( 'item_soul_ring' )[1]
Item['item_bfury'] = { 'item_quelling_blade', 'item_claymore', 'item_cornucopia', 'item_broadsword', 'item_recipe_bfury' }
Item['item_dragon_lance'] = { 'item_blade_of_alacrity', 'item_belt_of_strength', 'item_recipe_dragon_lance' }
ADD
Item['item_harpoon'] = { 'item_echo_sabre', 'item_diadem', 'item_recipe_harpoon' }
Item['item_disperser'] = { 'item_diffusal_blade', 'item_demon_edge', 'item_recipe_disperser' }