[Question] How to add shaky camera to skills? 01/17/2012 - Dekaron Private Server - 0 Replies does anyone know how to get the camera shaking on other skills then i.e. demolition bomb
I've been searching for a while now but can't find what I'm looking for, is there anyone who knows it?
help is much appreciated
[TUT]Camera/Character Position 09/10/2010 - 12Sky2 - 2 Replies It took me a while to figure out the camera location addresses because at first I thought they would be angles relative to your character position, in fact they are positions relative to the map.
This is a small tutorial on how to find the addresses for your character position and the camera position. If you do not know how to use CE this tutorial will be of no use to you (go learn that first).
First lets find your character X position
1. Load into your town map by using a return...
Question finding position address with CE 08/05/2009 - General Gaming Discussion - 0 Replies I want to find the player position and real player position addresses using CE, but I'm not sure how I should go abouts finding it. Not sure how to use the in-game GetPlayerPosition() function either...
x y angle calculation [question] 11/16/2008 - General Coding - 2 Replies Hey guys,
I'd like to ask something about a calculation which I was thinking of.
I got 2 points, 1 point is the point where I am and the other point is the point to which I want to move. But first I have to look towards this point ( face angle ). It is about a game, called warhammer.
I heared, that there is a possibility to calculate the angle.
Let's say the point is (which I was reading out CE):
x1 = 27802.375;
Secure Camera angle change possible? 05/26/2007 - Guild Wars - 5 Replies hi,
i want to rotate the camera into another direction in an autoit script. But i haven't found a secure solution yet that works 100%.
i tried things like:
move mouse while right mouse button is pressed:
MouseMove(1, 200)
MouseDown("right") ;
MouseMove(1, 250, 100)