Dota 2
Sirius AI 1.6.4 国际版
Dragon lance issue
all heroes using DL is cannot get their items done due to the change of recipe, any timeframe that it will be updated?
< >
Showing 1-11 of 11 comments
BulbaSoy Sep 29, 2022 @ 12:45pm 
Please fix the Dragon Lance issue
XÆA-13 Oct 22, 2022 @ 2:32am 
Please fix it. It is very important.
NicE Oct 22, 2022 @ 9:08pm 
Please fix
DESOLATOR Dec 19, 2022 @ 7:29am 
How to fix the Dragon Lance bot subject? We are looking for the "jmz_item.lua" file along the path \Steam\steamapps\workshop\content\570\1801131815\FunLib\
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' }
XÆA-13 Dec 20, 2022 @ 12:13pm 
Thanks, DESOLATOR! It was helpful. I hope developers will continue support this script...
WHITELIONX Feb 4, 2023 @ 7:34pm 
Originally posted by DESOLATOR:
How to fix the Dragon Lance bot subject? We are looking for the "jmz_item.lua" file along the path \Steam\steamapps\workshop\content\570\1801131815\FunLib\
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 :)
Pusheen Feb 14, 2023 @ 4:27pm 
Originally posted by DESOLATOR:
How to fix the Dragon Lance bot subject? We are looking for the "jmz_item.lua" file along the path \Steam\steamapps\workshop\content\570\1801131815\FunLib\
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' }

Million thanks for this fix.
DoodieCoin Apr 12, 2023 @ 7:50pm 
Originally posted by DESOLATOR:
How to fix the Dragon Lance bot subject? We are looking for the "jmz_item.lua" file along the path \Steam\steamapps\workshop\content\570\1801131815\FunLib\
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' }
Hi DESOLATOR, i can't find line 586 in Funlib folder. please teach me more Thanks!
SC.冬春.WiSp May 19, 2023 @ 12:36am 
hello, can you fix the battle fury too?
Franz_F May 24, 2023 @ 7:45am 
Originally posted by JGWiSp:
hello, can you fix the battle fury too?
line 550 replace with:
Item['item_bfury'] = { 'item_quelling_blade', 'item_claymore', 'item_cornucopia', 'item_broadsword', 'item_recipe_bfury' }
Last edited by Franz_F; May 24, 2023 @ 7:46am
DESOLATOR Sep 8, 2023 @ 10:46am 
FIX

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' }
Last edited by DESOLATOR; Sep 8, 2023 @ 10:46am
< >
Showing 1-11 of 11 comments
Per page: 1530 50