zedor / PipNumbers-Deprecated-

Exchanges the default ability level indicators (pips) with numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash/Scaleform is deprecated in Dota2Reborn. No further support for this module.

PipNumbers

Shows numbers instead of the normal ability level indicators (pips)

Preview

Usage
  • Put the files in their correct folders
  • In Lua, use FireGameEvent( 'send_hero_ent', { player_ID = pID, _ent = PlayerResource:GetSelectedHeroEntity(pID):GetEntityIndex() } )
custom_events.txt
"CustomEvents"
{
	
	"send_hero_ent"
	{
		"player_ID"		"short"
		"_ent"		"short"
	}
	
}

About

Exchanges the default ability level indicators (pips) with numbers


Languages

Language:ActionScript 100.0%