phpBB Forum
 
It is currently Wed Mar 25, 2020 2:36 pm




Post new topic Reply to topic  [ 8 posts ] 
frog, update pls 
Author Message
HH Donor
HH Donor

Joined: Thu Nov 14, 2013 5:16 am
Posts: 3
STEAM_0:0:76823782
MCID: asd74
Post frog, update pls
So i noticed the festive weapons don't have the ff2 effects on them, when i used the Festive SMG it got no crits but the normal one has.

This needs to be fixed, i enter another server and they work fine with festives.

So could any SuperAdmin or Frog fix this ?, It's annoying for some reason.


Fri Apr 03, 2015 10:10 pm
Profile E-mail
HH Donor
HH Donor
User avatar

Joined: Sun Mar 23, 2008 11:44 pm
Posts: 3761
Location: Leicester, UK
STEAM_0:0:15279954
Post Re: frog, update pls
Quote:
This needs to be fixed


Not really, seems like more of a cosmetic issue.

Please post FF2 related topics in the FF2 forum. I've moved it there now. Also try and use a more descriptive title.

Someone with server access ( frog ) might come along in a bit to give you some more info.

:)


Fri Apr 03, 2015 10:12 pm
Profile E-mail WWW
HH Donor
HH Donor
User avatar

Joined: Tue Dec 25, 2007 12:08 am
Posts: 6095
STEAM_0:0:16743808
MCID: frog
Post Re: frog, update pls
If you want to address me personally, then please PM me.

Otherwise, like Sam said, put something meaningful and relevant in the topic subject, i.e. 'Festive SMG doesn't have crits'

Please provide a list of all the festive weapons that don't have crits, where the standard counterparts do, and I'll do something about it.

Or even better, a list of weapons indices. You can look them up by referring to https://wiki.alliedmods.net/Team_fortre ... on_indexes)

I'll start you off..

1149


Mon Apr 06, 2015 5:42 pm
Profile E-mail
@H|H Reg
@H|H Reg

Joined: Tue Mar 31, 2015 3:48 pm
Posts: 12
STEAM_0:0:46849145
MCID: killalod
Post Re: frog, update pls
Please add this..
Festive Crusader's Crossbow: 1079


Tue May 05, 2015 12:43 pm
Profile E-mail
HH Donor
HH Donor
User avatar

Joined: Tue Dec 25, 2007 12:08 am
Posts: 6095
STEAM_0:0:16743808
MCID: frog
Post Re: frog, update pls
Give me a complete list and I'll do it.


Tue May 05, 2015 12:49 pm
Profile E-mail
HH Donor
HH Donor
User avatar

Joined: Fri May 31, 2013 3:36 pm
Posts: 84
STEAM_0:0:55370713
Post Re: frog, update pls
case 39, 351, 1081: //Flaregun, Detonator, Festive Flaregun
{
new Handle:itemOverride=PrepareItemHandle(item, _, _, "207 ; 1.33 ; 58 ; 3.2 ; 144 ; 1", true);
if(itemOverride!=INVALID_HANDLE)
{
item=itemOverride;
return Plugin_Changed;
}
}

case 305, 1079: //Crusader's Crossbow, Festive Crusader's Crossbow
{
new Handle:itemOverride=PrepareItemHandle(item, _, _, "17 ; 0.10 ; 2 ; 1.2"); //; 266 ; 1.0");
if(itemOverride!=INVALID_HANDLE)
{
item=itemOverride;
return Plugin_Changed;
}
}

case 1141: //Festive Shotgun
{
new Handle:itemOverride=PrepareItemHandle(item, _, _, "208 ; 1");
if(itemOverride!=INVALID_HANDLE)
{
item=itemOverride;
return Plugin_Changed;
}
}

case 131, 1144: //Chargin' Targe (not sure about the attributes on this one)
{
new Handle:itemOverride=PrepareItemHandle(item, _, _, "107 ; 1.05");
if(itemOverride!=INVALID_HANDLE)
{
item=itemOverride;
return Plugin_Changed;
}
}

Then adding the crit condition for Festive SMG (index 1149).
And the whitelisting of Festive Bonk (index 1145)

There are probably still that I have missed, oh well.
Or this wasn't what you were looking for. I think the way the old version of ff2 changes weapon attributes is the same as the newer version.

_________________
I'm just assuming things most of the time...


Tue May 05, 2015 8:31 pm
Profile E-mail
HH Donor
HH Donor
User avatar

Joined: Tue Dec 25, 2007 12:08 am
Posts: 6095
STEAM_0:0:16743808
MCID: frog
Post Re: frog, update pls
| SkyKnight | wrote:
Or this wasn't what you were looking for.
Thanks, but like I've said a couple of times already. All I simply want is a list of indices, i.e. 1149,1079,....,....,etc. :)


Tue May 05, 2015 10:02 pm
Profile E-mail
HH Donor
HH Donor
User avatar

Joined: Fri May 31, 2013 3:36 pm
Posts: 84
STEAM_0:0:55370713
Post Re: frog, update pls
frog wrote:
| SkyKnight | wrote:
Or this wasn't what you were looking for.
Thanks, but like I've said a couple of times already. All I simply want is a list of indices, i.e. 1149,1079,....,....,etc. :)

In that case:
1146: Festive Bonk
Needs to be whitelisted.

1085: Festive Black Box
Don't know if it has the attribute of less health from healers like the normal Black Box.

1141: Festive Shotgun
Needs the flames on hit.

1146: Festive Backburner
Should have the charged airblast attribute like the normal Backburner (although it doesn't do anything)

1144: Festive Chargin' Targe
Needs the extra movement speed.

1084: Festive GRU
Don't know if they still have the regular attributes or not.

1100: Bread Bite
Still has original pvp stats.

1079: Festive Crossbow
Still has pvp stats and no uber on hit and damage bonus.

1105: Beauty Mark
Doesn't reduce rage on hit.

1149: Festive SMG
Doesn't crit.

And those are it, I think.


Wed May 06, 2015 1:47 pm
Profile E-mail
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore.