Forum




Poll
Do you like the idea of the script?
Only registered users are allowed to vote
No, it is nothing new | 0.00% (0) | |
Yes | 0.00% (0) |
72 votes cast
This achievement doesn't work for me, it works? '-'

2. hard way doesn't work too
3. why picias image is "banned" :v
edited 3×, last 15.12.15 11:12:37 pm
The Hard Way - to kill an enemy which is in a fow for you. Means you are not able to see him at that moment.
I think this error happens when you are using wrong achievement name:
1
OpenUnlockAchievement(id,name)
edited 1×, last 16.12.15 12:12:09 am
I didn't changed anything in the code:
1
AddAchievement("Forest Ranger", GAMEMODE_ALL,"gfx/stats/a/palm.png",{"Killing Enemy with AWP" ,"while camping under palm" },"PalmKill")
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- Under The Palm
function palmKillFunction(id,v,w)
if (w == 35) then
local list = entitylist()
for _,e in pairs(list) do
local t = entity(e.x,e.y,"int0")
if (entity(e.x,e.y,"typename") == "Env_Object") then -- if tree (t=1) needs more distance
local x =player(id,"x")
local y = player(id,"y")
if (t == 0) then
if (distance(x,y,e.x * 32,e.y * 32) < 30) then
OpenUnlockAchievement(id,"PalmKill")
return
end
end
end
end
end
end
edited 1×, last 16.12.15 12:15:33 am

1
OpenUnlockAchievement(id,"PalmKill")
Lua stacktrace that you gave says that there is something else wrong. Not this achievement. part 2 achievements 48 line - first blood achievement.
Also probably you don't know if you remove AddAchievement function, it doesn't remove all related functions to that achievement. Probably you just don't really know what you are doing.
How MVP works? This doesn't do much.
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
-- Who Let The Doge Out
function WhoLetTheDogeOutRoundEnd(id)
if GetUserValue(id,"MVP") > 4 then
OpenUnlockAchievement(id,"WhoLetTheDogeOut")
end
end
function WhoLetTheDogeOutRoundProgress(id)
return(GetUserValue(id,"MVP") / 5)
end
edited 3×, last 17.12.15 03:27:09 am
[TAB] Achievements 81.30.156.51:10020
100 Achievements in total, many fixes and performance updates.
edited 2×, last 17.12.15 10:37:35 am
Many new achievements, flag location updates.
Lots of shit actually. I started working on a new feature of the script as well. It's called "Challenges"
[TAB] The Achievements 81.30.156.51:10020
I probably won't add more achievements, but challenges. This is going to be more fun.

edited 2×, last 26.12.15 10:13:39 pm
I'll update my old ranks upload tomorrow with the new ones. We're also planning on a total of 50 (right now there are 34).

PS: It was the TAB server
