Jump to content

Dual Gun Skill Research


xeroplz
 Share

Recommended Posts

So I'm currently working on Dual Gun skills, and they're going quite well, except for two of them specifically.

1. Bullet Storm

2. Grapple Shot

At the moment when each of these two skills "completes" they lock the character from using skills. I've been looking into it, but I can't seem to find any answers at the moment, so I'm putting it here in case anyone sees something I'm doing wrong. For now I'm just going to focus on Bullet Storm, as solving the problem there will most likely solve the problem for Grapple Shot as well.

Here's a log of Bullet Storm: Bullet Storm - 218.txt

And my current example of Bullet Storm if you're interested.

  Reveal hidden contents

If you notice anything that could be causing these issues (between the log and the code), please comment on it. I'll still be working on it though :D

If you want to test it, you'd have to clone my gun branch because there are a few core changes.

https://github.com/xeroplz/aura/tree/gunner_skills

Apologies if this is in the wrong section of the forum exec :>

Edited by Petch
  • Like 1
Link to comment
Share on other sites

Just took a quick look at the log and your handler, and some packets are out of order. For example, you're sending SkillUse after the combat handling, in the logs it's sent before. There's also quite a few effect and other packets between SkillUse and the combat action, that you don't seem to have, what's up with that?

And it's so weird that SkillComplete is sent from Use... but that's what the logs says I guess =<

Link to comment
Share on other sites

....Thank you, Exec. I think you just solved his problem. Try doing all of your complete steps in use. That's probably why you lock in place; you don't ever reach SkillComplete because the client never calls the step from the server. I noticed you force it to go to the complete structure =l 

Link to comment
Share on other sites

  On 12/28/2015 at 7:44 PM, exec said:

There's also quite a few effect and other packets between SkillUse and the combat action, that you don't seem to have, what's up with that?

Expand  

If you mean effects 298 and 231, effects with that ID, they may appear multiple times but they're not part of a skill. They're lightning bolt effects created when I kill something since I'm in a family on NA.

298 and 231 will basically appear all over any skill I log with my character o_O

Edited by Petch
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...