Hello, everyone. I am still pretty new here and have been tinkering with Intersect all day. So far, so good, however, I've run into an issue utilizing weapons and projectiles.
Â
My intent is to create a class that ONLY attacks from afar with projectiles. Naturally, I created a new projectile and created an item from which to utilize it. However, now it seems that the stats of the player are completely ignored and instead are replaced with the weapon's. My intention was to have the stats of the item be blank so as to allow the player's individual stats in their class to calculate damage.
Â
Let me explain a little further: When a character's stats are calculated for basic attacks, they will follow the formula and generate appropriate numbers, but when a weapon is introduced with no stats or base attack, the weapon doesn't hit for anything. Changing the value of 'base attack' to 1 on the weapon causes it to ONLY hit for 1 damage.
Â
I've poked around looking for a way to fix this, however I cannot find one. It seems so far that the item's stats are overriding those of the player, making their level and attack points moot.
Question
banshot
Hello, everyone. I am still pretty new here and have been tinkering with Intersect all day. So far, so good, however, I've run into an issue utilizing weapons and projectiles.
Â
My intent is to create a class that ONLY attacks from afar with projectiles. Naturally, I created a new projectile and created an item from which to utilize it. However, now it seems that the stats of the player are completely ignored and instead are replaced with the weapon's. My intention was to have the stats of the item be blank so as to allow the player's individual stats in their class to calculate damage.
Â
Let me explain a little further: When a character's stats are calculated for basic attacks, they will follow the formula and generate appropriate numbers, but when a weapon is introduced with no stats or base attack, the weapon doesn't hit for anything. Changing the value of 'base attack' to 1 on the weapon causes it to ONLY hit for 1 damage.
Â
I've poked around looking for a way to fix this, however I cannot find one. It seems so far that the item's stats are overriding those of the player, making their level and attack points moot.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts