Hey guys!
I'm having a very strange bugs with one of my mod:
First Bug:
The char creates a spherical barrier of energy around him, making him invulnerable while it is working.
How this move works:
1 - while being protected by the barrier, the char is in a frame with no image, no normal bdy's and only a special bdy with a high y value, called the "barrier holder"
2 - the barrier, a T3 with state 3005, no bdy, and a few itr's, has an special itr k8, which is connected with the "barrier holder" bdy. This itr k8 makes the barrier loop.
3 - if the char runs out of mana or cancels the move, the frame which is called has not the special bdy, thus making the barrier go to the disappearing frames.
At this point, everything was working perfectly, but then i found a bizarre bug: only the barrier of the player 1 reacts with t0 objects, dealing them damage. Any other barrier created ignores t0 enemies.
This is a so bizarre bug that i don't even have an idea about solving it. I made an alternative way to make the barrier works withou using itr k8 to connect it with the char, but i would like to know a way to make my system works properly.
Second Bug:
One in the newest weapons in my mod is a dagger, which flies straight forward, without being affected by the gravity.
How it Works:
- The dagger has a dvy: 550 in its throwing frames.
The bug:
- whenever it hits a T3 object with a n itr, it fly backwards, but still facing forward.
I've tried a lot of ways to solve this problem, testing various types of itrs to the t3 objects, but the result is always the same.
Sorry about the newbish questions, and i swear that i researched through the site AND the entire forum before making this thread.