After selecting starter file use relative path instead of full path.
For example if our bot is located in C:\Kolbot
after selecting starter file in path we can see "C:\Kolbot\d2bs\kolbot\D2BotLead.dbj"
If we make it to relative to D2Bot.exe it should be like that: "d2bs\kolbot\D2BotLead.dbj"
This way we can avoid issue when user is copying or moving bot folder to different location and need to change starter location.
By default if user copy bot folder and keep original one, copied one will use location from original destination instead of new.
Manually removing "C:\Kolbot\" do not cause any issues for D2Bot and works for copied folders.
After selecting starter file use relative path instead of full path.
For example if our bot is located in C:\Kolbot after selecting starter file in path we can see "C:\Kolbot\d2bs\kolbot\D2BotLead.dbj" If we make it to relative to D2Bot.exe it should be like that: "d2bs\kolbot\D2BotLead.dbj"
This way we can avoid issue when user is copying or moving bot folder to different location and need to change starter location.
By default if user copy bot folder and keep original one, copied one will use location from original destination instead of new.
Manually removing "C:\Kolbot\" do not cause any issues for D2Bot and works for copied folders.