Garry's Mod

Garry's Mod

[TTT/2] Blue Bull
35 条留言
Apersonthatis 2023 年 9 月 30 日 下午 1:28 
Running speed increase not working for TTT1
Bonnie ♥ 2022 年 2 月 2 日 上午 5:03 
Just jumping higher, but no running speed increased in TTT1.
Japskeks94 2021 年 8 月 25 日 上午 7:23 
Not compatible with TTT1, jumping height decrased for all innocents
LebenWieStrongForce 2020 年 5 月 8 日 上午 1:23 
The speed boost doesn't work. :steamsad:
Ouden 2019 年 8 月 30 日 下午 2:45 
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 2019 年 7 月 3 日 下午 12:09 
Same..."Refusing to load ttt_blue_bull because it is missing Type and Base keys!"
How can I fix this?
Burgundy/.Dubn #0409 2019 年 6 月 5 日 上午 4:59 
"Refusing to load ttt_blue_bull because it is missing Type and Base keys!" from server console
Zy 2019 年 1 月 27 日 上午 5:42 
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 2019 年 1 月 10 日 上午 11:40 
How to activate the 50% movement speed?
[FkG] SamPra 2019 年 1 月 10 日 上午 2:25 
is there a chance you will fix it soon?
Nek0 2018 年 11 月 15 日 上午 10:46 
Not working on my server anymore :/ its active but i cant double jump
Hagen  [作者] 2018 年 11 月 13 日 上午 2:16 
Actually dont have access to a pc atm sadly...
GigaKamina 2018 年 11 月 12 日 下午 1:04 
bump
Bomber 2018 年 6 月 21 日 上午 4:49 
Any Chance you could push the Update soon?
Hagen  [作者] 2018 年 6 月 8 日 上午 11:14 
I'll fix it when I'm back
Alf21 2018 年 6 月 7 日 上午 5:40 
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 2018 年 5 月 24 日 下午 3:43 
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  [作者] 2018 年 5 月 24 日 下午 2:52 
Ive already changed it
Alf21 2018 年 5 月 24 日 下午 2:51 
k, I solved it differently.
LuckY 2018 年 5 月 17 日 下午 12:07 
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 2018 年 5 月 16 日 上午 10:43 
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  [作者] 2018 年 5 月 16 日 上午 10:31 
is_item is an id too. Look up the original TTT code.
Alf21 2018 年 5 月 16 日 上午 10:10 
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  [作者] 2018 年 5 月 16 日 上午 10:07 
local is_item = tonumber(id) it honestly does not matter.
Alf21 2018 年 5 月 15 日 下午 12:12 
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 2017 年 6 月 19 日 下午 10:12 
bluebull won't appear in my shops (either traitor or detective), i added the convars to server.cfg but nothing happens. ideas?
Hagen  [作者] 2017 年 2 月 8 日 下午 2:22 
Then your Server probably has an Add-on that collide with my add-on.
linzewe 2017 年 2 月 8 日 上午 10:37 
if i buy the bluebull and try to double-/triple jump it dont work. i only can jump higher. do u know why?
koishicat 2016 年 9 月 22 日 上午 10:17 
It makes you a Scout?
H. Keith Mason 2016 年 6 月 12 日 下午 7:24 
Just like in Worms 3D... anyone?... no... ok...
Predator 2016 年 4 月 25 日 上午 7:47 
Than you!
Hagen  [作者] 2016 年 4 月 25 日 上午 7:46 
I gonna make him 50% faster, okay?
More would be too much
Predator 2016 年 4 月 25 日 上午 7:42 
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  [作者] 2016 年 4 月 25 日 上午 7:36 
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 2016 年 4 月 25 日 上午 7:25 
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?