Garry's Mod

Garry's Mod

[TTT/2] Blue Bull
Hagen  [developer] 23 Apr, 2016 @ 2:35pm
Suggestions/Feedback/Bugs
Please Feedback, Bugs and suggestions here!
< >
Showing 1-10 of 10 comments
linzewe 8 Feb, 2017 @ 10:38am 
i cant make double and triple jumps
Last edited by linzewe; 1 Jul, 2017 @ 5:06am
fskin 25 Jun, 2017 @ 7:04am 
Blue Bull somehow overwrites the "A Second Chance"-perk. If you buy BB, you get BB + A second chance. If you buy A Second Chance, you get Blue Bull again.
Last edited by fskin; 25 Jun, 2017 @ 7:04am
Hagen  [developer] 25 Jun, 2017 @ 7:07am 
Thats a bug caused by the hermes boots, the lucky horsehoe and the juggernaut suit because these overwrite my functions and I cant change it.
fskin 25 Jun, 2017 @ 7:22am 
I was stuck on an older ASC version. I've updated it and now it seems to work. Thx for the reply.
Hagen  [developer] 25 Jun, 2017 @ 7:23am 
Ah okay
fskin 25 Jun, 2017 @ 7:25am 
Nevermind, it's just buggy in a different way now :D I'll have to uninstall BB then I guess, soz.
Hagen  [developer] 25 Jun, 2017 @ 8:44am 
Yeah, but I told you whats causing it, the problem will arise with other perks as you continue to add more, but its your choice
Hagen  [developer] 1 Jul, 2017 @ 5:17am 
Works fine for me, check your other addons
Last edited by Hagen; 1 Jul, 2017 @ 5:17am
Alf21 15 May, 2018 @ 12:11pm 
Can you fix the "TTTOrderedEquipment" 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)

You made a mistake in using the wrong parameter "is_item"
Last edited by Alf21; 15 May, 2018 @ 12:11pm
[LOSZ] Simonky16 19 Feb, 2019 @ 9:46am 
Just installed ttt2. Both Blue Bull and ASC can't be bought by traitors anymore (server says: "[player name] tried to buy equip his subrole was not permitted to buy").

Adding the respective ConVars (e.g. ttt_bluebull_tr = 1) to the server config entirely removed the addons from the traitor shops. Other addons work fine.
< >
Showing 1-10 of 10 comments
Per page: 1530 50