Garry's Mod

Garry's Mod

[TTT/2] Blue Bull
35 Comments
Apersonthatis 30 Sep, 2023 @ 1:28pm 
Running speed increase not working for TTT1
Bonnie 2 Feb, 2022 @ 5:03am 
Just jumping higher, but no running speed increased in TTT1.
Japskeks94 25 Aug, 2021 @ 7:23am 
Not compatible with TTT1, jumping height decrased for all innocents
LebenWieStrongForce 8 May, 2020 @ 1:23am 
The speed boost doesn't work. :steamsad:
Pot hotspot 30 Aug, 2019 @ 2:45pm 
On our server if one buys the Blue Bull, you get the 3 jumps and the movement speed, but nobody could jump higher, making the item almost utterly useless. Are some addons overwriting it / how can I find out?
Mahlibuh 3 Jul, 2019 @ 12:09pm 
Same..."Refusing to load ttt_blue_bull because it is missing Type and Base keys!"
How can I fix this?
Kristallwolferino Bombadiro 5 Jun, 2019 @ 4:59am 
"Refusing to load ttt_blue_bull because it is missing Type and Base keys!" from server console
Zy 27 Jan, 2019 @ 5:42am 
Since the update of today the blue bull is missing from the shop and the command is unknown
Same goes for the Zombie Perks
NARF 10 Jan, 2019 @ 11:40am 
How to activate the 50% movement speed?
[FkG] SamPra 10 Jan, 2019 @ 2:25am 
is there a chance you will fix it soon?
Nek0 15 Nov, 2018 @ 10:46am 
Not working on my server anymore :/ its active but i cant double jump
Hagen  [author] 13 Nov, 2018 @ 2:16am 
Actually dont have access to a pc atm sadly...
GigaKamina 12 Nov, 2018 @ 1:04pm 
bump
Bomber 21 Jun, 2018 @ 4:49am 
Any Chance you could push the Update soon?
Hagen  [author] 8 Jun, 2018 @ 11:14am 
I'll fix it when I'm back
Alf21 7 Jun, 2018 @ 5:40am 
There is a bug in your addon:

line 139:
The following condition

if GetEquipmentItem(ROLE_TRAITOR, i).id then

should be

if GetEquipmentItem(ROLE_TRAITOR, i) then

same in line 141.

You can't access a value of a possible nil value without checking before. I believe you know this... Thanks!
Alf21 24 May, 2018 @ 3:43pm 
Oh i missed that. But Thanks! Now i changed it like ttt does. I really dont like the way the TTTOrderedEquipment hook works (in case of item there will be a doubled param) but this will improve the compatibility with other addons.
Hagen  [author] 24 May, 2018 @ 2:52pm 
Ive already changed it
Alf21 24 May, 2018 @ 2:51pm 
k, I solved it differently.
LuckY 17 May, 2018 @ 12:07pm 
I have "A second Chance" installed on my Server. The problem is, when the Traitor buys "Blue Bull", he also gets ASC as well. How can i fix this?
Alf21 16 May, 2018 @ 10:43am 
Ok i checked it and you are right (https://github.com/Facepunch/garrysmod/blob/fbd01f793f63e2b03bff628400f521a3185a264d/garrysmod/gamemodes/terrortown/gamemode/weaponry.lua#L353) . Could you rewrite it that it makes more sense so to use the param that i recommand for this (like i did)? It is needed to make it compatible with my addons.
Hagen  [author] 16 May, 2018 @ 10:31am 
is_item is an id too. Look up the original TTT code.
Alf21 16 May, 2018 @ 10:10am 
no you did the following:

if is_item == EQUIP_BLUE_BULL then

thats wrong, bcus "is_item" is a bool. You took the wrong param. Instead, use "equipment".

I tested it and now it works on my server
Hagen  [author] 16 May, 2018 @ 10:07am 
local is_item = tonumber(id) it honestly does not matter.
Alf21 15 May, 2018 @ 12:12pm 
You've made an error:

can you fix this hook with this?:

hook.Add("TTTOrderedEquipment", "TTTBlueBull3", function(ply, equipment, is_item)
if is_item and equipment == EQUIP_BLUE_BULL then
ply:SetJumpPower(400)-- bit more then twice as much
ply:SetNWInt("MaxJumpLevel", 2)
ply:SetNWInt("JumpLevel", 0)

ply.BoughtBlueBull = true
end
end)
myro 19 Jun, 2017 @ 10:12pm 
bluebull won't appear in my shops (either traitor or detective), i added the convars to server.cfg but nothing happens. ideas?
Hagen  [author] 8 Feb, 2017 @ 2:22pm 
Then your Server probably has an Add-on that collide with my add-on.
linzewe 8 Feb, 2017 @ 10:37am 
if i buy the bluebull and try to double-/triple jump it dont work. i only can jump higher. do u know why?
koishicat 22 Sep, 2016 @ 10:17am 
It makes you a Scout?
Keith Mason 12 Jun, 2016 @ 7:24pm 
Just like in Worms 3D... anyone?... no... ok...
Predator 25 Apr, 2016 @ 7:47am 
Than you!
Hagen  [author] 25 Apr, 2016 @ 7:46am 
I gonna make him 50% faster, okay?
More would be too much
Predator 25 Apr, 2016 @ 7:42am 
Your idea started by the redbull? sure
The redbull give you energy.
https://www.youtube.com/watch?v=KgM4VdZMA5E

It is an idea, if you don't want make it and you don't want, me re-publish your script edited don't worry!

Excuse me for any grammatica errors!
Hagen  [author] 25 Apr, 2016 @ 7:36am 
Why high speed? I know how to make something like this but why? Its just okay like it is, with high speed you cant really aim, etc.
Predator 25 Apr, 2016 @ 7:25am 
Can I add the code for implement the high speed, and upload it on the workshop?
If not can I help you to add this?