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

Showing results 1 to 25 of 106
Search took 0.01 seconds.
Search: Posts Made By: UberMedicFully
Forum: Scripting 01-16-2023, 21:35
Replies: 7
Views: 898
Posted By UberMedicFully
Re: [HELP] TF2 Flamethrower Halloween particle

Thank you alot for the response, will be testing tomorrow!
It's weird that the TF2_Ignite doesnt work like that tbh.
Forum: Scripting 01-16-2023, 18:28
Replies: 7
Views: 898
Posted By UberMedicFully
Re: [HELP] TF2 Flamethrower Halloween particle

Well, the boss ignites victims upon rage and it would look fancier with the green flames, therefore its a medic boss, i guess its impossible then.
Forum: Scripting 01-16-2023, 17:53
Replies: 7
Views: 898
Posted By UberMedicFully
Re: [HELP] TF2 Flamethrower Halloween particle

Didn't work, sadly, in Freak Fortress 2 the boss has a ubersaw, i guess thats why it doesnt work?
Forum: Scripting 01-16-2023, 17:44
Replies: 7
Views: 898
Posted By UberMedicFully
Re: [HELP] TF2 Flamethrower Halloween particle

I totatlly forgot to enable the holiday for fullmoon, I will reply when it worked, thank you anyway!
Forum: Scripting 01-16-2023, 15:58
Replies: 7
Views: 898
Posted By UberMedicFully
[HELP] TF2 Flamethrower Halloween particle

Hello, I would like to trigger the Flamethrower halloween spell when igniting somebody through the plugin.
I also can't seem to find the particle that does that so if the first option doesnt work,...
Forum: VSH / Freak Fortress 04-05-2022, 17:17
Replies: 2
Views: 1,558
Posted By UberMedicFully
Damage Reduction Ability.

I find this way better than giving any Boss a Ubercharge.

"ability1"
{
"name" "special_resistance"
"arg1" "0.3" // Damage reduction. 1.0 = 100% damage reduction 0.0 = 0% damage...
Forum: VSH / Freak Fortress 03-27-2022, 03:25
Replies: 16
Views: 3,601
Posted By UberMedicFully
Re: Help find a boss? (The Human Sandvich)

Im a Contributor on Panda as im kinda developing there the changes for the hales, i dont know if Human Sandvich is private or not, sorry but im not sure if im allowed to share the config as the Owner...
Forum: VSH / Freak Fortress 03-05-2022, 15:12
Replies: 7
Views: 1,678
Posted By UberMedicFully
Re: Special Finisher Ability (Heavy only)

Well i got told the weapon doesnt spawn and i tested it myself seems like something got fucked up when i made that one change.
Fix coming soon
Forum: VSH / Freak Fortress 02-23-2022, 08:59
Replies: 7
Views: 1,678
Posted By UberMedicFully
Re: Special Finisher Ability (Against overhealed heavies only)

Ok so i made a few changes, look on top. Its untested but should work.
Forum: VSH / Freak Fortress 02-23-2022, 08:29
Replies: 7
Views: 1,678
Posted By UberMedicFully
Re: Special Finisher Ability (Against overhealed heavies only)

Yea, i did tests in that plugin before i actually got into making this Ability, i should remove stuff that arent needed lol..
You arent supposed to die when having 330 hp, only above it, i should...
Forum: VSH / Freak Fortress 02-23-2022, 02:13
Replies: 7
Views: 1,678
Posted By UberMedicFully
Re: Special Finisher Ability (Against overhealed heavies only)

Uhm yea, i talked to Lord Homicide aka Spookmaster and he told me a less complicated way to detect if the user is above 330 lmao
just do if(GetEntProp(client, Prop_Data, "m_iHealth") > 330.0)...
Forum: VSH / Freak Fortress 02-23-2022, 00:57
Replies: 7
Views: 1,678
Posted By UberMedicFully
Special Finisher Ability (Heavy only)

I felt like there are moments where Heavies are pretty annoying once they got ton of overheal, so i made this Ability, yes i did take code here and there, authors are credited in the code.
If theres...
Forum: VSH / Freak Fortress 12-10-2021, 19:35
Replies: 30
Views: 9,071
Posted By UberMedicFully
Re: [Subplugin] Summon a boss

U could try to add a argument where it plays a sound when they've spawned
(i dont want to do that for now i have other stuff planned, 2-3 hales lol no spoiling for now kek)
Forum: VSH / Freak Fortress 12-10-2021, 08:11
Replies: 8
Views: 5,151
Posted By UberMedicFully
Re: [Boss Subplugin] Air Dash (possible replacement for Super Jump)

I love to code and learn things, thats why i turned the Airdash into a % based one, dealing damage adds %, when 100% reached it starts from 0 again and gives the hale one dash, have fun with my edit...
Forum: VSH / Freak Fortress 11-21-2021, 19:49
Replies: 57
Views: 38,500
Posted By UberMedicFully
Re: [Abilities] Dynamic Defaults v1.3.2 (many new adds!)

I made a few changes as the Special Point Teleporter acted like the Super Jump, means it didnt have it own Hud Y position and not it own bool in the "DD_SetDisabled".
Totally forgot that lmfao (im a...
Forum: VSH / Freak Fortress 11-16-2021, 08:04
Replies: 57
Views: 38,500
Posted By UberMedicFully
Re: [Abilities] Dynamic Defaults v1.3.2 (many new adds!)

Added the Ability into Dynamic Defaults, works with no issues have fun!
Forum: VSH / Freak Fortress 11-15-2021, 12:09
Replies: 57
Views: 38,500
Posted By UberMedicFully
Re: [Abilities] Dynamic Defaults v1.3.2 (many new adds!)

Okay so this Ability, i saw it in a Gamemode called Boss Vs Boss which had a Cooldown based Point Teleporter that acts like the Super Jump, thanks to the dynamic defaults subplugin i could make this...
Forum: VSH / Freak Fortress 10-16-2021, 10:49
Replies: 7
Views: 5,451
Posted By UberMedicFully
Re: UberMedicFully Hale's

Had to remove Pootis Engage, i will upload soon a other version, with other abilities only
EDIT: nope theyre private sorry. theyre gone
Forum: VSH / Freak Fortress 10-15-2021, 13:36
Replies: 7
Views: 5,451
Posted By UberMedicFully
Re: UberMedicFully Hale's | New Boss, Pootis Engage DUO

I might have to change some ability concepts soon, stay up to date i will upload the configs soon enough
Forum: VSH / Freak Fortress 10-15-2021, 11:13
Replies: 7
Views: 5,451
Posted By UberMedicFully
Forum: VSH / Freak Fortress 10-12-2021, 16:12
Replies: 40
Views: 6,563
Posted By UberMedicFully
Re: [warning] content stealers!!

No one gives you Permissions to recreate a Private Hale neither take their files without the Agreement of the Creators behind the Hale. Since the Creators actually invested Time making such Hales its...
Forum: VSH / Freak Fortress 10-12-2021, 16:00
Replies: 40
Views: 6,563
Posted By UberMedicFully
Re: [warning] content stealers!!

They took the Hale files from the download folder (Materials, Sounds and Models) and stole the Hales Ability names aswell, Hale concept etc etc.
Didnt even bother asking the Creators
Forum: VSH / Freak Fortress 10-10-2021, 15:41
Replies: 40
Views: 6,563
Posted By UberMedicFully
Re: [warning] content stealers!!

no theyre not, all private
Bomber Z v2 by Doctor Krazy
Onimusha by Lord Homicide, Sadao and swipez
No Random Crits v4 by Artvin
Forum: VSH / Freak Fortress 10-10-2021, 14:52
Replies: 40
Views: 6,563
Posted By UberMedicFully
Re: [warning] content stealers!!

To mods please ban him here ty ty https://forums.alliedmods.net/member.php?u=309919
the profile of him
Forum: VSH / Freak Fortress 10-10-2021, 14:43
Replies: 40
Views: 6,563
Posted By UberMedicFully
Re: [warning] content stealers!!

I heard about it thats hella sad, he even stole NRCv4 from the Boss Vs Boss server and other hales by the creator Artvin, some may know him, some may not

Alex made him delete them i think idk who...
Showing results 1 to 25 of 106

 
Forum Jump

All times are GMT -4. The time now is 14:30.


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