You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to get information about courier equipment using,but through @OnCombatLogEntry ,CombatLogEntry.getInflictorName().equals(”the equipment name(eg:item_smoke_of_deceit)”) can't get it.
I would appreciate it if you could help me.
The text was updated successfully, but these errors were encountered:
There is m_hTransientCastItem property in each CDOTA_Unit_Courier entity. But the property never perform properly. I asked my friend to use a smoke with courier at 31:13 in radiant fountain in game 6121405721 but its not detected. Maybe spheenik can you fix this property please? Just sayin.
Yeah I understand cant really blame spheenik for that. I use modifier_add combatlog in the current project and everything is ok except cant find smoke center when courier uses smk (but we know if there is no user for smoke, then user is a courier). It seems
a smoke is the only item a courier can use. Luckily a pro tells me he didn't smoke in a courier for more than a year, so i guess no need to worry to much.
i want to get information about courier equipment using,but through @OnCombatLogEntry ,
CombatLogEntry.getInflictorName().equals(”the equipment name(eg:item_smoke_of_deceit)”)
can't get it.I would appreciate it if you could help me.
The text was updated successfully, but these errors were encountered: