"gData.Facing = Enums.ConquerAngle.East;"
Why do you make it face east? Why not use the direction of your player?
However are you appending "TQServer" to the packet?
Using the packet writer he is, TQServer will indeed be added to the end of the packet.
The packet is incorrect.
The code snippet someone gave you was right, You initialized a packet instance and the variables, but you never actually done anything with it.
so yes, client.send(gData.toArray()); was right.
If you get DC'd - That most likely means the packet is invalid and you need to double check it using a packet sniffer and not relying on packet structures posted by other people (Hard lesson well learned, ty ulti)
I think it should be 45, as Angelius posted; if last data before "TQServer" string is EffectName, the total length of the packet would be 39 + effectName.Length + "TQServer".Length - 2 = 45 + efectName.Length
If the packet length (first 2 bytes) also must be included in PacketLength( at offest 2), then replace 45 by 47. Anyway, I cannot see how it could be 46.
Also I wonder why it is not needed to write a timestamp in offset 16...
I think it should be 45, as Angelius posted; if last data before "TQServer" string is EffectName, the total length of the packet would be 39 + effectName.Length + "TQServer".Length - 2 = 45 + efectName.Length
If the packet length (first 2 bytes) also must be included in PacketLength( at offest 2), then replace 45 by 47. Anyway, I cannot see how it could be 46.
Also I wonder why it is not needed to write a timestamp in offset 16...
yeah,you right is 47. I have not read all of the packet, only the first part.
and I knew that the size is "46" at packet 10010
C# Bot, In Progress Looking For Help 08/22/2012 - Rappelz - 38 Replies Request
If you have interest, and have experience working in any c language and are intersted in working on this with me post here or pm me. Currently there are 3 people working on the project.
So far Its only in C#. But If you code in another .net language and make a dll. that's fine too.
Whats Done/Works
A bot in C# Using WPF, called "Rappelz X Bot".
I have spent about 6 months on this.
The Bot can currently level to 15 on its own.
Details
[HELP]Some progress 03/14/2012 - Rappelz Private Server - 4 Replies Hi
We have been developing such things as pet master class + cube + Lydin + cube dungeon but not 100%
about master class I have all resource + I add some skill in db (Tree_display,Job_Resource,Tree_Resource) but the problem doesn't display
http://data.imagup.com/12/1146421033.JPG
For the cube dungeon I want to join the location with gate .
Bar Progress HP Pet 09/11/2010 - Last Chaos - 0 Replies $HPPETLEISTE = GUICtrlCreateProgress(25, 255, 225, 10)
GUICtrlSetBkColor(-1, 16777215)
$PETHP = GUICtrlCreateLabel("HP Pet", 25, 240, 40, 15)
$INPUTHPPET = GUICtrlCreateLabel("0", 70, 240, 50, 15)
Global $AV_HPPET=
Global $HPPET2 = 0
Hax Bot New Bot (still in progress) 09/25/2009 - Silkroad Online - 57 Replies - Attacking monsters 100%
- Skills 100%
- Buffs 100%
- Sitting down based on HP 100%
- Sitting down based on MP 100%
- Auto login (type your info once and wait) 100%
- Inventory parsed (this includes - movement, swap, combine, pickup - for guild, player, pet, storage) 100%
- Minimize to tray 100%
- Going clientless 100%
- Going client 100%
Progress GG ??? 01/13/2009 - Lineage 2 - 1 Replies Hey all first i'd like to say hello to all since this is one of my first posts :P.
Anyway, i,ve been doing a little research about .des files. and i figured out that its encrypted with a way of coding called cryptography. It kinda creates a key for the encrypted file. Now for the real developers among us, i,ve got a wiki site where u can explore it and hopefully find a way to by pass gg and share it with us.
for interlude, hellbound gracia w/e. Just any kind of client gg.
Well i did my...