Recent content by Caedin88

  1. C

    Doesn't the graphics seem...strange?

    Blizzard is right, you are wrong. The old games were gloomier BUT, and heres the big point, BOTH DIABLO 2 AND STARCRAFT WERE 2D. Blizzard has made three unique graphics engines for Diablo III already, the first 2 being very dark and Diablo like, but they found the game just wasn't that...
  2. C

    RPG TES4: Oblivion

    Becoming a Vampire increases your agility by 1xHeroLevel when getting vampirism. Additionally every level you gain while being a vampire gives 1+ bonus agility. So by level 35, which is the current game level cap( via exp rate not gameplay constants ) you get a permanent bonus of 35 to...
  3. C

    Bounce Angle Formula

    The red line is at 315 not 45, the reflect is at 225 degrees not 315 and the white line, the correct reflection is at 45. Warcrafts directional system starts with 0 being directly East and 180 being directly West of the unit.
  4. C

    Bounce Angle Formula

    I ment to add my conditional AFTER your system, your system calculates the reflect angle, which is right. But look at your second picture, if it hits the south wall if you add 180 to the actual reflection line then you get the correct angle. Also you can't throw at 45 degrees and hit...
  5. C

    Bounce Angle Formula

    Never mind what i posted before its wrong, but i figured it out. You set the angle to the units facing every pass so you for example move at 35 degrees until you hit a wall, then u move at 35+180, but the very next time u move again at 35. You cannot declare Set AngleSU = (Facing of (Picked...
  6. C

    Oop

    Can you do OOP, in particular Encapsulation with Jass... like for example can I make a spell type that holds 4 integer variables and 1 unit variable all within 1 data type?
  7. C

    Bounce Angle Formula

    Because your trigger updates ever 0.01 seconds it is saying like this. X = unit | = wall Okay there is a wall 25 units offset in the direction of X( reverse direction ) ---> X | 0.01 seconds later (Direction is reversed by the unit has only moved 10 units, so thus 25 units to the...
  8. C

    World Editor Plays A Weird Sound.

    I have this same problem, have had it ever since I upgraded to Vista. And no my sound isn't muted because I listen to music while map making and I still get it. It is most annoying in the Object Editor, everytime I switch fields it plays the noise, so if I use the arrowkey to scroll down it...
  9. C

    Bounce Angle Formula

    ----> is 0 degrees not 90, so thus ----> | 0 degrees <---- | 180 degrees
  10. C

    Tutorial Mathematics - Basic Uses and Application

    Most of this stuff is already available in the GUI. Such as Math - distance between points, and Math - angle between points. The Z angle stuff is kinda useful though, Although I don't know when I would ever use it.
  11. C

    Bounce Angle Formula

    Yeah if it bounces at 90 degrees and there is a wall there then it becomes 270, I don't see what you are saying. It basically says calculate your bounce, then if there is a wall in that direction then reverse your bounce... for example, if it comes in like the picture at -45? then his stuff...
  12. C

    Bounce Angle Formula

    If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Terrain pathing at ((Position of (UR UNIT)) offset by 25.00 towards RM_Angle[(Integer A)] degrees) of type Walkability is off) Equal to True Then - Actions Set...
  13. C

    RPG Untitled RPG

    I was working on a teambased RPG about a year ago, it is designed with me thinking it would be like a WoW dungeon, you know a group of people killing stuff thats alot stronger than themselves stat wise but use teamwork to clear it, then get loot, then goto harder dungeon and repeat and stuff...
  14. C

    RPG TES4: Oblivion

    Yeah i'm still working on it... interestingly after working on the map for about 3-4 days I spent about 30 hours playing Oblivion and not even working on the map because when making the map i was reminded about stuff i still wanted to do in the game, so i did :). I'll post the latest version...
  15. C

    Have you ever been beaten by an AI(computer) Player?

    If this doesn't kill the enemy then you have just wasted all of your mana :D But more than just Micro ability, humans have the ability to use judgement on when to use abilities, if you know what triggers the computer to start these cycles they can be easisly countered... For example if the...
Top