OpenHogwarts / hogwarts

Hogwarts (Harry Potter) open sandbox game made in Unity
Other
743 stars 167 forks source link

Combat - Spell Cast Re-Write #23

Open kardall opened 7 years ago

kardall commented 7 years ago

Just adding this, cause while I was messing around I found this.

If I disable mana costs. I could spam like multiple spells and two things happened:

  1. I could get like 10+ fireballs per second going out to the target.
  2. the spell graphics circled around the target constantly.

it's like the "follow" ability is just going in circles (Lerping?) to the target, instead of going directly to it.

OpenHogwarts commented 7 years ago
  1. That should be possible no? (think of players having buffs?)
  2. I don't remember how it was coded, so i don't have an immediate response for this :(