ProGamingEXP - PROFESSIONAL GAMING EXPERIENCE
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Hiện bộ gõ=phím F8
PRESS F9 to turn on/off the unicode typing method. Bộ gõ Tiếng Việt kiểu VNI đã mặc định bật, bấm F8 để hiện trạng thái bộ gõ và hiệu chỉnh khi cần.
Latest topics
» Specified Game requires a saved game file problem
vJass StormBolt Icon_minitimeTue Nov 24, 2015 6:08 am by kingsamurie

» Strange Invalid version error after changing to bnet version 26
vJass StormBolt Icon_minitimeWed Oct 07, 2015 9:26 am by Gen

» Perfect-G 412KANAKO Gallery
vJass StormBolt Icon_minitimeWed Sep 23, 2015 11:32 pm by Guest

» Fully Naked Pics Of Jessica Gomes
vJass StormBolt Icon_minitimeTue Jul 07, 2015 5:57 pm by Guest

» The One Tree Hill Season 3
vJass StormBolt Icon_minitimeSun Jun 07, 2015 11:27 am by Guest

» The One Tree Hill Season 3
vJass StormBolt Icon_minitimeSun Jun 07, 2015 11:20 am by Guest

» When i host i get this error using Gen MOdded Ghostone(Latest ver)
vJass StormBolt Icon_minitimeMon Apr 21, 2014 12:00 am by kingsamurie

» When i type !map on any kind of map i get this error
vJass StormBolt Icon_minitimeSun Apr 20, 2014 11:59 pm by kingsamurie

» Players get kicked
vJass StormBolt Icon_minitimeThu Oct 17, 2013 1:51 am by keisersoze

» Where to find Games!
vJass StormBolt Icon_minitimeTue Oct 15, 2013 11:22 am by kokkis

Thống Kê/Statistic
Free counters!

vJass StormBolt

Go down

vJass StormBolt Empty vJass StormBolt

Post by Gen Sun Apr 08, 2012 6:30 am

Visibility - Create an initially Enabled visibility modifier for (Player((Integer A))) emitting Black mask across (Playable map area)
===========================================
scope ABC initializer StormBolt
private function Storm_Bolt_Conditions takes nothing returns boolean
return GetSpellAbilityId()=='AHtb' and GetOwningPlayer(GetTriggerUnit())==Player(0)
endfunction
private function Storm_Bolt_Actions takes nothing returns nothing
local unit u=GetSpellTargetUnit()
local real x=GetUnitX(u)
local real y=GetUnitY(u)
local effect fx= AddSpecialEffect( "Abilities\\Spells\\Undead\\FreezingBreath\\FreezingBreathTargetArt.mdl" , x, y )
call DestroyEffect(fx)
endfunction

//===========================================================================
private function StormBolt takes nothing returns nothing
local trigger Storm_Bolt = CreateTrigger( )
call TriggerRegisterAnyUnitEventBJ( Storm_Bolt, EVENT_PLAYER_UNIT_SPELL_EFFECT )
call TriggerAddCondition( Storm_Bolt, Condition( function Storm_Bolt_Conditions ) )
call TriggerAddAction( Storm_Bolt, function Storm_Bolt_Actions )
endfunction
endscope

Gen
Admin
Admin

Posts : 148
Join date : 2012-02-26

http://GarenaID G.M.Bot

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum