#how to make items open for buy without blacksmith?
1 messages · Page 1 of 1 (latest)
not entirely
universal shop mode means you don't need the secret shop
if you want to be able to buy items anywhere, you need to create a shop trigger that covers the entire map
you can either do that in hammer or by just putting something like
local global_shop = SpawnDOTAShopTriggerRadiusApproximate(Vector(0,0,0), 40000)
global_shop:SetShopType(DOTA_SHOP_HOME)
in the InitGameMode() function of the mode
you'll also need to enable universal shop mode otherwise you'd need to be at the secret shop to buy the items