arzon4dt / bot-experiment

My Dota 2 Bot Script
114 stars 51 forks source link

Fix warding #7

Open icamys opened 5 years ago

icamys commented 5 years ago

Due to item cast delay, easy and medium bots do not have enough time to set wards. Warding OnEnd() function swaps wards and items from backpack before bot actually sets the ward.

To solve this problem, added a scheduler utility that schedules wards and items swap in future Think() calls.