Raised This Month: $32 Target: $400
 8% 

FF2 [Subplugin] Koishi's Abilities


Post New Thread Reply   
 
Thread Tools Display Modes
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 01-22-2016 , 12:54   Re: [Subplugin] SHADoW93's Abilities
Reply With Quote #21

v1.21 Changes
  • AMS-supported abilities now use auto-detection instead of an arg
  • NOW REQUIRES ff2_ams.inc TO COMPILE!
__________________
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 02-10-2016 , 08:45   Re: [Subplugin] Koishi's Abilities
Reply With Quote #22

v1.22 Changes:
__________________
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 04-10-2016 , 13:14   Re: [Subplugin] Koishi's Abilities
Reply With Quote #23

v1.23 Changes:
  • SetEntityModel doesn't seem to want to co-operate for some reason, made a stock for setting the model.
  • Allowed world model weapon override when using a custom weapon (only boss client can see though..)
  • Allowed weapon scaling for custom weapon
__________________
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 05-30-2016 , 15:01   Re: [Subplugin] Koishi's Abilities
Reply With Quote #24

Line 1114-1129:
PHP Code:
if(!status[0])
    {
        
Format(statussizeof(status), "%t""summon_status");
    }
    if(!
status2[0])
    {
        
Format(status2sizeof(status2), "%t""summon_status_2");
    }
    if(!
status3[0])
    {
        
Format(status3sizeof(status3), "%t""super_duper_jump");
    }
    if(!
status4[0])
    {
        
Format(status3sizeof(status4), "%t""summon_ready"); //???!!!
    

Also:
Code:
L 05/30/2016 - 16:03:55: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:55: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:55: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:55: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:55: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:55: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:55: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:55: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:55: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:55: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:55: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:55: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:55: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:55: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:55: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:55: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:55: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:55: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:56: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:56: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:56: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:56: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:56: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:56: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:56: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:56: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:56: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:56: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:56: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:56: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:56: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:56: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:56: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:56: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:56: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:56: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:56: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:56: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:56: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:56: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:56: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:56: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:56: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:56: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:56: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:56: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:56: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:56: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:57: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:57: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:57: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:57: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:57: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:57: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:57: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:57: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:57: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:57: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:57: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:57: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:57: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:57: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:57: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:57: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:57: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:57: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:57: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:57: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:57: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:57: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:57: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:57: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
L 05/30/2016 - 16:03:57: [SM] Plugin encountered error 22: Maximum number of parameters reached
L 05/30/2016 - 16:03:57: [SM] Native "Format" reported: Translation string formatted incorrectly - missing at least 1 parameters
L 05/30/2016 - 16:03:57: [SM] Displaying call stack trace for plugin "freaks\shadow93_abilities.ff2":
L 05/30/2016 - 16:03:57: [SM]   [0]  Line 1116, L:\scripting\shadow93_abilities.sp::Charge_Salmon()
L 05/30/2016 - 16:03:57: [SM]   [1]  Line 737, L:\scripting\shadow93_abilities.sp::FF2_OnAbility2()
L 05/30/2016 - 16:03:57: [SM]   [2]  Line 58, L:\scripting\include\freak_fortress_2_subplugin.inc::FF2_OnAbility()
__________________
My plugins:
*None for now*


Steam:
naydef

Last edited by Naydef; 05-30-2016 at 15:03.
Naydef is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 07-13-2016 , 01:38   Re: [Subplugin] Koishi's Abilities
Reply With Quote #25

Salmon is gonna be completely re-written from the ground up, and split into its own sub-plugin.
It will be a major arg-breaking re-write, so the old Salmon from this subplugin will remain for a few months after releasing the standalone subplugin to allow bossmakers to update their config files to point to the new standalone subplugin.

Will also include a DD-compatible charged version.

ETA: SOON.
__________________

Last edited by 93SHADoW; 07-13-2016 at 01:44.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
JuegosPablo
Veteran Member
Join Date: Feb 2016
Location: Gravity is a Harness
Old 07-17-2016 , 04:11   Re: [Subplugin] Koishi's Abilities
Reply With Quote #26

"abilityX"
{
"name" "rage_buildable"
"arg1" "25" // Buildable item index #
"arg2" "1" // Hint Notification
"arg3" "1" // Sound Notification
"arg4" "500" // Metal (for engineers)
// args reserved for the ability management system, if configured to be used with AMS.
"arg1001" "0.0" // delay before first use
"arg1002" "10.0" // cooldown
"arg1003" "Buildable!" // name
"arg1004" "Erectin' a dispenser!" // description
"arg1005" "25" // rage cost
"arg1006" "1" // index for ability in the AMS menu
"plugin_name" "shadow93_abilities"

( ͡° ͜ʖ ͡°) Erectin a dispenser

(Thanks by this koishi)

Last edited by JuegosPablo; 07-17-2016 at 04:12.
JuegosPablo is offline
AnubisTF2
Senior Member
Join Date: Oct 2015
Old 09-03-2017 , 00:27   Re: [Subplugin] Koishi's Abilities
Reply With Quote #27

Revive markers just doesn't work for me, at all.

Last edited by AnubisTF2; 09-03-2017 at 15:11.
AnubisTF2 is offline
JuegosPablo
Veteran Member
Join Date: Feb 2016
Location: Gravity is a Harness
Old 09-03-2017 , 17:04   Re: [Subplugin] Koishi's Abilities
Reply With Quote #28

Quote:
Originally Posted by AnubisTF2 View Post
Revive markers just doesn't work for me, at all.
for me work fine

__________________
My Youtube Channel
Steam Profile
My Discord: JuegosPablo#0568
JuegosPablo is offline
AnubisTF2
Senior Member
Join Date: Oct 2015
Old 09-03-2017 , 21:47   Re: [Subplugin] Koishi's Abilities
Reply With Quote #29

what the heck >.<
AnubisTF2 is offline
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 09-06-2017 , 06:07   Re: [Subplugin] Koishi's Abilities
Reply With Quote #30

Quote:
Originally Posted by AnubisTF2 View Post
what the heck >.<
i guess, that something brokes your server
Maximilian_ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode