• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

LeaderBoard and Camera Help

Status
Not open for further replies.
Level 5
Joined
Feb 14, 2005
Messages
48
Im making a map that is in 3rd person shooting, and i cant seem to make the camera stay put. Like the camera would be fine, but once i move the scroll on the mouse, the camera would reset.

The leader board problem is that i cant make it count kills.

Heres how i have is set up

Event: A unit dies
Condition: Unit dying type equal to Hunter
Action: Leader board, add 1 point to owner of killing unit.

but it only works for the first kill.

PLEASE HELP! :cry: :cry: :cry:
 
Level 8
Joined
Jul 28, 2004
Messages
258
Im making a map that is in 3rd person shooting, and i cant seem to make the camera stay put. Like the camera would be fine, but once i move the scroll on the mouse, the camera would reset.

to prevent mouse wheel scrolling u have to apply the camera object every 0.01 seconds to prevent the scrolling from being seen at all

The leader board problem is that i cant make it count kills.

Heres how i have is set up

Event: A unit dies
Condition: Unit dying type equal to Hunter
Action: Leader board, add 1 point to owner of killing unit.

but it only works for the first kill.
it only works for the first kill because u cannot add 1 using the leaderboard actions, u will have to store the kills in an integer variable and then add to them
here is a tutorial
http://world-editor-tutorials.thehelper.net/leaderboard.php
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
U must not apply the camera, but lock the camera (The only problem is that u can unlock it ingame by pressing 'Ctrl+C'

About the leaderboard:

U can just use the action: Leader Board - Chang Value. I dont use variables for the leaderboard (except a varialbe for the leader board itself to show and hide it) and it works in my game
 
Level 6
Joined
Sep 17, 2005
Messages
276
Ramza said:
The only problem is that u can unlock it ingame by pressing 'Ctrl+C'

make a trigger where you set and lock the camera every 30 seconds or something. the ppl wont press ctrl+c every 30 sec. :wink:
 
Status
Not open for further replies.
Top