Thread: [FF2] FF2 2 rage platforms
View Single Post
doroemon
Senior Member
Join Date: Dec 2009
Location: TF2 AFK Server
Old 08-09-2020 , 12:35   Re: FF2 2 rage platforms
Reply With Quote #10

Quote:
Originally Posted by WhiteFalcon View Post
the "can end" does same job as "arg1007" from old AMS, its 0 by default, you dont need to add it.
most of the time its useless, since only "fake dead ringer" ability use it, afaik.
what does it do? if true and boss has a consistent rage, it will call internally "MyRage_EndAbility(...)" which should stop the ability or do anything else, up to the plugin creator.
But when I testing,it seem not work correctly...
that's my dead ringer ability:
PHP Code:
    "ability10"
    
{
        
"name"    "rage_fake_dead_ringer"
        
        "arg1"    "1" 
// trigger. 0 = E rage, 1 = triggered by ability management system
        
"arg2"    "5.0" // maximum duration
        
"arg3"    "1.5" // duration to wait before attacking is possible after uncloak
        
        
"initial cd"        "0.0"
        "ability cd"        "35.0"
        "this_name"        "Dead Ringer"
        "display_desc"    "Puts up a dead ringer."
        "cost"            "0.0"
        "can end"         "1"
        
        "plugin_name"    "ff2_sarysapub3r"
    

When I cloaking and I press E,it doesn't uncloak early...

and other question...although it doesn't a huge problem,
but can you optimalize AMS menu change speed?
it is old AMS menu change speed:

it is new AMS menu change speed:
__________________
I'm just a guy who's a server operator for fun.
https://steamcommunity.com/groups/cfmsg
doroemon is offline