Search found 7 matches
- Mon Feb 09, 2015 7:57 pm
- Forum: Development Discussions
- Topic: packet structures
- Replies: 7
- Views: 3782
Re: packet structures
sent you pm nalgol dont know if you can receive pm,s
- Sun Feb 08, 2015 8:12 pm
- Forum: Development Discussions
- Topic: packet structures
- Replies: 7
- Views: 3782
Re: packet structures
Can you pm me your recent PQuest_Objective.cs.I will have a look at it,and see what i can do.
- Sat Feb 07, 2015 4:41 pm
- Forum: Development Discussions
- Topic: packet structures
- Replies: 7
- Views: 3782
Re: packet structures
this is currently in the code i dont think it works yet though
PacketOut Out = new PacketOut((byte)Opcodes.F_OBJECTIVE_INFO);
Out.WriteUInt32(Info.Entry);
Out.WriteByte(0); // Type
Out.WriteByte(Info.Type);
Out.WriteByte(Info.Type); // Forteresse, rien du tout ,etc
Out.WriteUInt16(0);
Out ...
PacketOut Out = new PacketOut((byte)Opcodes.F_OBJECTIVE_INFO);
Out.WriteUInt32(Info.Entry);
Out.WriteByte(0); // Type
Out.WriteByte(Info.Type);
Out.WriteByte(Info.Type); // Forteresse, rien du tout ,etc
Out.WriteUInt16(0);
Out ...
- Sat Feb 07, 2015 7:33 am
- Forum: Development Discussions
- Topic: packet structures
- Replies: 7
- Views: 3782
Re: packet structures
00 A0 C1 C1 is the opcode = 0xC1) F_OBJECTIVE_INFO ignore theses. 00 A0 C1
00 00 00 E4 (E4 = flag id ) If you write the structure to use i will try it, and let you know if it works.
00 00 00 E4 (E4 = flag id ) If you write the structure to use i will try it, and let you know if it works.
- Fri Feb 06, 2015 4:52 pm
- Forum: Development Discussions
- Topic: packet structures
- Replies: 7
- Views: 3782
packet structures
here is some structures of packets, i don't find any documented .If some are not correct please add the correct structures. Nordland XI TAKEN
[Server] packet : (0xC1) F_OBJECTIVE_INFO
00 A0 C1 00 00 00 E4 00 01 01 00 00 0F 54 68 65 |.............The|
20 4E 6F 72 64 6C 61 6E 64 20 58 49 01 00 00 ...
[Server] packet : (0xC1) F_OBJECTIVE_INFO
00 A0 C1 00 00 00 E4 00 01 01 00 00 0F 54 68 65 |.............The|
20 4E 6F 72 64 6C 61 6E 64 20 58 49 01 00 00 ...
- Fri Jan 30, 2015 5:59 pm
- Forum: General Discussion
- Topic: Warhammer client patch v1
- Replies: 2
- Views: 1548
Warhammer client patch v1
heres my first client patch i been working on, download interface.myp make backup of your interface.myp first then put the patched interface.myp into your warhamer folder. details of patch changed starup logo to online private server.changed logo of age of reckoning to return of reckoning. next v2 ...
- Fri Jan 30, 2015 10:13 am
- Forum: General Discussion
- Topic: Doors
- Replies: 5
- Views: 1469
Doors
hello friends,thanks for this private server and the goodwork you do, could you tell me in detail what is missing to make the doors work correctly, im learning csharp and hope to assist you in the future.I have the server setup on pc and have visual studio with your code loaded,Ive checked some ...