Anyways, I'm beginning work on my own demo / cool projectile shit / top secret map. One feature is:
Pyro Reroute: Causes all projectiles within 1000 range of the caster and the target to lose it's path. All projectiles will then become enflamed, and refired at the targeted unit, dealing a bonus 25 damage.
Blink should like. Make missiles aimed at you go haywire. Not just missiles in range. Hmm.... because if you fire like Peasant Wyvern Spears at Blood Mage, than blink to the other side of the map... doesn't it follow? Perhaps make it so that the missile will only home on if they are in certain range of their original location
You should add shadows to projectiles. You know the Supreme Commander maps? They are open source and they have a working projectile system I think facing works correctly as well. All JASS
Add shadows to projectiles as well .. using images .__.
function BulletAddShadow takes integer i returns image
local real size
if udg_bulletAttackId==0 then
set size = udg_classCollisionRadius2d[GetUnitClass(udg_bulletUnit)]
else
set size = udg_attackShadowSize[udg_bulletAttackId]
endif
if size<1. then
return null
endif
set udg_bulletShadow = CreateImage("ReplaceableTextures\\Shadows\\ShadowFlyer.blp", size, size, size, udg_bulletX-size*.5, udg_bulletY-size*.5, 0, 0, 0, 0, 2)
call SetImageColor(udg_bulletShadow,255,255,255,192)
call SetImageRenderAlways( udg_bulletShadow, IsUnitVisible(udg_bulletUnit,GetLocalPlayer()) )
call ShowImage(udg_bulletShadow, true)
return udg_bulletShadow
endfunction
Well they gave me a snow blower but it was too wet to do much with with other than compact everything. Oh well, the cop cars can get into there now when they arrest people I guess
Need someone that can help with a Wordpress Site that uses Woocommerce and Elementor. Ideally, the designer would be Houston Based that could come and make changes onsite but it is possible for Remote work but they have to be able to keep promises. Onsite Location is 77019 area code close to...
I am going to be AFK most of this weekend has I have a friend coming into town for his company christmas party and I am going to be busy with that this weekend.