[QUOTE=RabidToaster]Then it won't show up, though I've forgotten to do that for the jigawatt one. I'll just fix and commit to SVN.[/QUOTE]
Is it possible to add a progress bar to this achievement, similar to the Disestablishmarian one.
[quote=levybreak]
Just a suggestion, put mod specific ones under a tab for said mod, that way you can view them when that gamemode isn't active. :v:
[b]Edit:[/b]
ahh, being the lua noob that I am, is this a valid achivement?
[lua]
// Achievement by Levybreak!
// Version 1.0
// Achievement: As a Sniper, Kill 5 Hunters with your .357 Magnum.
local total = achievements.GetValue( "Onslaught:Evolved: Gunman", "total", 0 )
if ( string.find( ( gmod.GetGamemode().Name or "" ), "Onslaught:Evolved" ) || total == 5 ) then
if (self:GetNWInt("class") == 4) then
function GM:OnNPCKilled( victim, killer, weapon )
if (victim:GetClass() == "npc_hunter") && (weapon:GetClass() == "weapon_357" ) && (killer:GetName() == Player:GetName()) && (total <= 4) then
total = math.Clamp( total + 1, 0, 5 )
achievements.Update( "Onslaught:Evolved: Gunman", total / 5, total .. "/5" )
achievements.SetValue( "Onslaught:Evolved: Gunman", "total", total )
end
end
end
achievements.Register( "Onslaught:Evolved: Gunman", "As a Sniper, Kill 5 Hunters with your .357 Magnum.", "achievements/ose_gunman", total / 5, total .. "/5" )
end
[/lua]
Edit, and yes, a class of "4" means sniper... I asked Ailia about that.
[/quote]
Ehh.. When I add it myself it doesn't work, or is that just because I haven't made the material yet?
Hunter admin! - get killed by an admin using the flech gun.
What are the chances?!? - get killed by every stock and stcok css weapon at least once.
Don't anger the thundermelon - get killed by a melon hound.
Gone to KFC - kill 100 angry chickens
KFC revenge - get killed by a angry chicken
Would you like some KFC? - kill a player with the chickens
More achievements with popular addons would be nice!
[QUOTE=mcwildfire]Run its a Hunter admin! - get killed by an admin using the flech gun.[/QUOTE]
You should shorten the name of that achievement.
[QUOTE=Markntosh]Osama been Lawling: Kill 7 human NPCs with one grenade
Batmobile: Add 2 thrusters to the back of a jeep and drive with them thrusting
Skydiving Liscence: Skydive off a plane (Parachute mod and gm_Skydive2008_rc1)
Cardiving Liscense: Fall 500 feet in a car (500 can be changed)
She Drives Like Crazy: Run over 3 people in a minute with a female playermodel
and car.
Catholic Priest: Kill a zombie with one shot to the head with an annabelle.
Rocket Science: Kill 10 NPCs with one RPG shot
I forgot my parachute: Fall to your death
Jack the Mingebag: Kill 100 other players when not on a deathmatch server
Like them?[/QUOTE]
I still like mine.
Ah ok. thanks Rabid. this I hope will be useful
I...I think I'm on an achievement high. I NEED MORE. I could even try and make some of the less awesome achievements (but none of the killing ones. GAWD.) just so I could do them. XD
why does punchbag is screwed up ? :S
Timer Error: achievements/punchbag.lua:5: attempt to perform arithmetic on upvalue 'totalDamage' (a string value)
AHHHHHHHHHHHHHH! is broken :(
[QUOTE=OutOfExile]AHHHHHHHHHHHHHH! is broken :([/QUOTE]
I have that achievement. You have to do it in one go.
Hey rabid, sence you are a lua king, I have been having some big idea's about a casino mod! I have thought if i have a great map maker and a awesome lua king, and or a group of good coding or garrys mod coders team up and make it! Think how amaizing it would be to have your friends and you come to a server and be playing blackjack! You could have money just like in RP, you can have an option to cheat with like a 75-25 chance of getting caught and being fined money, I'm just a man with an idea but you can make my dreams real! Lol, just maby look into it or so?
Rabid Toaster = Awesome
if you want to gamble and play blackjack, go to the sassilization lobby server, it has blackjack, high or low, and a bunch of other casino-related stuff.
Stick with achievements I say! Wait so would there be some animations for playing the cards and getting thrown to the floor because of cheating?
why noone wanna help me ?
everytime i get damage i get lots of lua errors -> "Timer Error: achievements/punchbag.lua:5: attempt to perform arithmetic on upvalue 'totalDamage' (a string value)"
I don't get that error, it's probably an addon confliction of some sort.
Could try resetting your achievements using achievements_reset, providing you haven't made too much progress.
I'll add a concommand for resetting individual achievements sometime tonight.
Could anyone help me? I put achievements into the folder but Garry's Mod acts like it isn't there. If I press f4 nothing happens. I also tried some of the achievements I knew about but it didn't work. I put it on a friends computer the same way and it works with his.
Never mind, I fixed it.
How do you make the pictures?
Love this mod :)
I have a small problem with this, whenever it saves the Achievements for the server it'll freeze up for a second or two. I know it is achievement mod doing it as it says "Saving Achievements" in the console whenever the freeze occurs. Also it stopped when I removed the mod.
Yes, it will autosave every five minutes. If you don't want it to, achievements_autosave 0 will stop it, but if you crash you'll lose whatever progress you got since you last played.
[b]Edit:[/b]
SVN update.
Autosave will no longer cause any noticable lag. :)
[b]Edit:[/b]
SVN update.
Added "U Can't Touch This" achievement.
Got some ideas:
(I can't come up with good names so here goes something?)
Phys a Friend!: you and your friend Phys gun each other and fly around the map for x of minutes (maybe just phys each other and get the achievement)
Raven Holm: saw 1000 zombies with a saw blade (maybe make it 100 times? dunno (sorry if I spelled it wrong so w/e
(Can you add them on there please??)
[QUOTE=Confucious]Phys a Friend!: you and your friend Phys gun each other and fly around the map for x of minutes (maybe just phys each other and get the achievement)[/QUOTE]
That can only be done if both of you are admins on a server. That is, I think so.
I know you can do this in ULX.
Not sure if RabidToaster can set it to see if your using an admin addon.
[QUOTE=Confucious]Phys a Friend!: you and your friend Phys gun each other and fly around the map for x of minutes (maybe just phys each other and get the achievement)[/QUOTE]
Is PhysGuning a player even posible?
[QUOTE=Markntosh]Is PhysGuning a player even posible?[/QUOTE]
Yes. It has to be multi player (of course!) and you might need some admin rights depending on the servers settings.
Whenever I open my achievement menu it has nothing in it or just the 1.0 ones and it says all the achievements tried to use a NILL value and i have the 1.6 ones WHAT DO I DO?
get the new one it should be fixed
Sorry, you need to Log In to post a reply to this thread.