Jump to content

[DEV] Dungeon Finder


Recommended Posts

  • Replies 288
  • Created
  • Last Reply

Top Posters In This Topic

iam not specialist about that, i just know there is some parser can annalyse trafic between client and server and save all opcode in the file...

Iam with SPP and some issue need more work around opcode. That's why i try to find some of them to do not let him do all the sniff part of the work. But he already work on it.

In exemple, for actual 15 min LFG cooldown do it's still used on retail? If yes is the the coorect aura? http://www.wowhead.com/spell=71328/dungeon-cooldown

If yes why join panel is messed up when i apply this aura?

Link to comment
Share on other sites

Where i am?

- join queue solo

- join queue group

- all leave situation

- rolecheck

- proposal

- find group (with possibility to complete queued group by another queued group)

- create group

- teleportation (and exit instance handled)

- statisitc (windows information)

- KickVote

- buff and debuff.

- reward

Considering the reward part will be not handled for now, iam close to release the code in Developpement mode.

Bug described are none blocking. I need comparing official opcode to get ride of them.

But i faced some other too, especialy dungeon selection must be rewrited this will take some days...

After that i will need lot of feedback, hope you will be there to test it :)

Link to comment
Share on other sites

Hi

I found the solution for my problem

FIX:

in LFGMgr.h

#include "Common.h"

#include <ace/Singleton.h>

#include "LFG.h"

+#define IS_PLAYER_GUID(Guid) ( GUID_HIPART(Guid) == HIGHGUID_PLAYER && Guid!=0 )

+#define GUID_HIPART(x) (uint32)((uint64(x) >> 48) & 0x0000FFFF)

I have other problem which is a crash. The teleport is work but when loading screen end the server crash

log : http://pastebin.com/nHJXbAmQ

Help me

Thanks

Link to comment
Share on other sites

Ansonic, the old patch is no longuer supported. Read the whole thread.

In fact shouldn't be used IMO. It's based on old tc work. Too much work have been done since that 1st port. New code from cyberium is far better than that. (like actual TC work is :D)

Link to comment
Share on other sites

Cyberium Sleeps?...Dam I thought he was a Coding Machine!...He probably programs in his sleep too! tongue

No, but i admit some time i think in how strategy i'll use for some feature.

Today i haven't got time to work on it, i just made some research about another bug.

This week end i will let DF sleep before next week! I will have time to make releasable code (i hope).

Still need one or more session of LFG OPCODE. Some bug cannot be corrected without this (and little chance to get what i want)

Link to comment
Share on other sites

Wow my first post got you all talking about it again, quite proud ^^

I'm glad that you are about to release a dev version, so i want to ask you 3 questions :

1) Do you agree that i ask my server to test your work on it ? it's a public server so i think 600 peoples is inof to test it :)

2) Can you add a bug report fonction ? so that players don't loose time, someway they could tell us the bugs.

3) Is it only Group search or Raid aswell ? (accesible by the social/raid panel )

Thanks for your work and your updates on your advances ! you are doing great work, get the news flowing !

Truly Yours Kyro

Link to comment
Share on other sites

1) Do you agree that i ask my server to test your work on it ? it's a public server so i think 600 peoples is inof to test it smile

Of course, i need maximum feedback! But, be advised, it's a developpement thread!

2) Can you add a bug report fonction ? so that players don't loose time, someway they could tell us the bugs.

The only place you will able to see bug list it's in new thread i will create for the first release.

3) Is it only Group search or Raid aswell ? (accesible by the social/raid panel )

Only LFG for now, iam not sure if i will expend it to raid search.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use