Jump to content

Recommended Posts

Posted

unless im mistaken that part is correctly handled in TC (or was... havent tried it in a while) maybe the opcodes are there but not yet active(?)

  • Replies 288
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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?

Posted

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 :)

Posted

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

Posted
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)

Posted
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)

Thank you for help cyberium developing the dungeon finder for MaNGOS.

¡¡Gracias ;-) !!

Posted
progress? :D

OMG 12 hours since last Cyberium response... Give him some time to sleep :P

xD lol yeah i know he need sleep :P

Slow, and good work.

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

Posted
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)

Posted

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

Posted

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.

Posted

Ok cyberium, merci pour les réponses ^^ thanks for answering :)

I will ask, we get in touch !

What do you mean when say it's a dev thread ? what does it mean for my server ?

Posted
What do you mean when say it's a dev thread ? what does it mean for my server ?

Crash? Freeze? Reboot? :) All usualy stuf when we are in devellopement mode :P

Sure, i will do my best to avoid maximum of it but iam just a learner like lot of you :)

Greetings

Posted
What do you mean when say it's a dev thread ? what does it mean for my server ?

Crash? Freeze? Reboot? :) All usualy stuf when we are in devellopement mode :P

Sure, i will do my best to avoid maximum of it but iam just a learner like lot of you :)

Greetings

Posted

@caeruleaus

Can you provide the compiled files? "tiawps_decrypter.exe", "tiawps_reader.exe"

And... i read "Tiawps sessionkey reader Build 12340 3.3.5" but i need work at (13329) any problem with that?

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