View Single Post
Batfoxkid
Senior Member
Join Date: Nov 2018
Location: ''On the map''
Old 12-25-2018 , 14:00   Re: Unofficial Freak Fortress
Reply With Quote #3

Quote:
Originally Posted by Naydef View Post
Your modification has some features I really like(!ff2companion for example), sadly the community where I play installed it and there were some gamebreaking bugs(some rages/abilities not working, rounds not starting). About rounds not starting, line https://github.com/Batfoxkid/FreakFo...ess_2.sp#L7270 should be:
PHP Code:
// Only block the commands when FF2 is actively running
    
if(!Enabled || RoundCount<arenaRounds || CheckRoundState()==-1)
    {
        return 
Plugin_Continue;

https://github.com/50DKP/FF2-Officia...ess_2.sp#L5326

Also you're right about FF2 is not currently actively updated. What about you make some pull requests with features?
Fixed, but it is unusual that the main server I have this running on has no issues with abilities and rounds not starting and I'm not sure what features will be appropriate in official like the strange rank or other outside plugins into FF2 itself.

EDIT: And now my GitHub profile is flagged, rip me

EDIT 2: And that should be resolved now
__________________

Last edited by Batfoxkid; 12-26-2018 at 13:06.
Batfoxkid is offline