opendarkeden / server

42 stars 32 forks source link

Whats wrong ? heres video #112

Open Supacek opened 1 year ago

Supacek commented 1 year ago

https://user-images.githubusercontent.com/84734363/207567677-83066fea-a46a-4c74-8659-86ee5e9cb317.mp4

when u attacking u seee it normal but when u watching Friends its Broken !!

Supacek commented 1 year ago

image on leftsideim hiden gm watching my other client and i see wrong animation its Gun instead cross in other side its normall

Supacek commented 1 year ago

wrong packets sending ? client side or server side ? sending or reading ? EHH

Supacek commented 1 year ago

image

tiancaiamao commented 1 year ago

Are you using a different client? The server send the effect ID to the client, and the client rendering the effect. If the effect ID definitions mismatch between the server and the client, this could happen.

https://github.com/opendarkeden/server/pull/95 is a similiar issue.

@Supacek

Supacek commented 1 year ago

its client.exe ? or data? i download exact files u shared and i put my darkeden.exe compiled file and the problem is same.

Supacek commented 1 year ago

and is it a actualy effect id?? its like animation moving and action wrong sound when i see attacking guner the sound is like blade and he using blade instead gun its totaly mix and female characters looks half like mele characters when they moving and rotating

Supacek commented 1 year ago

but the effect are ok i think just the movement and sounds are diffrent

Supacek commented 1 year ago

i think is somethink with reading items and object .. or creatures .. ?? the effects are ok but only the movemens and wrong items and like the character vision not the skills

Supacek commented 1 year ago

i find out its happening only when the character is out of wie and i come to him,, but when hes standing near me and he swap the items then its all ok and its showing correctly

Supacek commented 1 year ago

or also if he do relog in front of me then its all ok but if he go out of view behind outside my screan its fucked

Supacek commented 1 year ago

https://user-images.githubusercontent.com/84734363/207855752-11aaec27-2be2-4568-a5f7-51f2833eb9cd.mp4

here is video its happening only when its outsite of view and i come back anythink updated in the view is ok

Supacek commented 1 year ago

find out shape.h file image but idk if its somethink to do with this file but i dont see weapons inside..

Supacek commented 1 year ago

its probly somethink with addnpc or creature

Supacek commented 1 year ago

Send:192[62,60] GCAddSlayer(SlayerInfo:PCSlayerInfo3(ObjectID:13776,Name:bubulak,X:205,Y:108,Dir:DOWN,Sex:FEMALE,HairStyle:HAIR_STYLE1,HairColor:283,SkinColor:440,Helmet:HELMET_NONE,Jacket:JACKET1,JacketColor:377/377,Pants:PANTS1,PantsColor:377/377,Weapon:WEAPON_CROSSWEAPON_MACE,WeaponColor:377,Shield:SHIELD_NONE,ShieldColor:26465,Motorcycle:MOTORCYCLE_NONE,Shoulder:0,CurerntHP:14,MaxHP:18,Alignment:7500,AttackSpeed:55,Competence:1,GuildID:99,Rank:1)EffectInfo:EffectInfo( ,ListNum: 0 ListSet()PetInfo:NULL) Send:192[61,38] GCAddSlayer(SlayerInfo:PCSlayerInfo3(ObjectID:13799,Name:bubukk,X:215,Y:108,Dir:LEFTUP,Sex:FEMALE,HairStyle:HAIR_STYLE1,HairColor:145,SkinColor:440,Helmet:HELMET_NONE,Jacket:JACKET1,JacketColor:377/377,Pants:PANTS1,PantsColor:377/377,Weapon:WEAPON_AR,WeaponColor:377,Shield:SHIELD_NONE,ShieldColor:17736,Motorcycle:MOTORCYCLE_NONE,Shoulder:0,CurerntHP:32,MaxHP:41,Alignment:7500,AttackSpeed:50,Competence:1,GuildID:99,Rank:1)EffectInfo:EffectInfo( ,ListNum: 0 ListSet()PetInfo:NULL) maybe this ??

Supacek commented 1 year ago

i made another test i send all behind sides and i put to all cross and i move with one to the other and it send image so this is working fine

Supacek commented 1 year ago

when i dwnload fresh server and test it now and im using the client u share with the fengshen.exe client i ahve image and im im gona use compiled one with your src ihave still same problem the weapons are difrent

Supacek commented 1 year ago

so i think u must have also same problem when we have same files

Supacek commented 1 year ago

i tried change almost all files in client and i download your client src again and compile it again fresh one and nothink help so it must be server Side problem in Src

Supacek commented 1 year ago

i need help with this can u guys check pls if u have same problem ???

Supacek commented 1 year ago

image Tested in darkedenextreme Client 100% server SRC code

Supacek commented 1 year ago

someone Kill Viva or Check everythink what he did.. :D

tiancaiamao commented 1 year ago

when i dwnload fresh server and test it now and im using the client u share with the fengshen.exe client i ahve image and im im gona use compiled one with your src ihave still same problem the weapons are difrent

The darkeden.exe file in the client is outdated, it should be replaced with the newly compiled client source.

tiancaiamao commented 1 year ago

someone Kill Viva or Check everythink what he did.. :D

The last commit remove all viva's modifications https://github.com/opendarkeden/client/pull/37

Supacek commented 1 year ago

can u please check the packet ?? u must have same problem with slayers..

tiancaiamao commented 1 year ago

can u please check the packet ?? u must have same problem with slayers..

Of course, I'll take a look when free.

Supacek commented 1 year ago

i changet PCSlayerInfo3.txt change to PCSlayerInfo3.h

this into Core folder now when i use another Client like old Darkeden.exe from Extreme Client the packets working fine but if i put this file also in our Client/packet/ Folder its still not working so i fixed the server side but not the Client Side :( can u guys help with ?