viewing paste eAmod vs ExtendedBG (2) | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
eAmod:
OnAlphaFlash:
    if( getvariableofnpc(.Flag_Carrier,"Team1_Flag") == getcharid(0) && $@BG_Status == 1 && getvariableofnpc(.BG_Arena$,"BG_Queue_Join") == "Flavius_CTF" )
    {
        getmapxy .@m$, .@x, .@y, 0;
        viewpointmap "bat_b02",1, .@x, .@y, 1, bg_get_data($@BG_Team1,4);
        specialeffect2 73;
        emotion e_hlp,1;
        addtimer 2000, "Flavius_CTF::OnAlphaFlash";
        percentheal -5,-5;
    }
    end;
 
Called by:
    addtimer 2000, "Flavius_CTF::OnOmegaFlash";
Stopped By:
    OnAlphaFlash function checkings
 
 
ExtendedBG:
 
Called By:
    bg_hpsp_time(HPAmount,SPAmount,TimeInMS,1);
    bg_hpsp_time_extra(EF_BOWLINGBASH,e_hlp,1,.@color_oppose);
Stopped BY:
    bg_hpsp_time_del(EBG_HP_TIME | EBG_SP_TIME);
(Else are done by source)
Viewed 1326 times, submitted by Dastgir.