Abyss
Well-known member
- Joined
- Sep 30, 2005
- RedCents
- 69¢
I just finished my packet obstru yesterday however its still limited on some things, but it works great. However today I have finally got it to send me receive packets, instead of just send.
So I have been messing with receive packets, and man there is some interesting stuff to be found honestly. I had no idea that the server sends your client so much information, that can be read and bounced back. I am kind of thankful in a way that EverQuest did the packet changing, otherwise I probably would have never bothered looking into receive packets, nor would I have been working on a packet plugin for the last 5 months on and off, which taught me a great deal about client and server communication.
Anyway I have been messing with corpses in a zone in the last couple of hours and found some interesting stuff. Like for instance you can find out information such as what exact time that person died, what npc attacked him last, and stuff such as if that person was grouped or not when he died.
So far from what I can see, thru experimentation you can't really do anything other than *read* receive packets. I am still trying to change the information on things before they hit my client to see what effect it has, but its a long way still.
Here is a packet plugin I made while experimenting on corpse decaying, thru the receive packet. This plugin will read the receive packet on corpse deletion/decay, and spew it to your client. Any person or NPC who dies in the whole zone, and there corpse decays or has been looted it will give you that information. It will tell you the name of the person, or npc and even give you its ID, and when the corpse was looted.
The weird thing about this plugin is that it doesn't allow you to move, when turned on no idea why. I am still learning and messing with things.
Well here you go, you can check it out if you want. You will need to download two plugins. My MQ2EQAPI which is part of my obstru and the plugin MQ2PacketCorpseDecay both needs to be loaded especially MQ2EQAPI since it protects you from being banned.
Download:
http://www.kenetixeq.com/downloads/MQ2EQAPI.dll
http://www.kenetixeq.com/downloads/MQ2PacketCorpseDecay.dll
Commands:
/showdecaycorpse on
/showdecaycorpse off
Basically I am just excited because maybe you can get information such as how much HP your target has, or mana etc.
So I have been messing with receive packets, and man there is some interesting stuff to be found honestly. I had no idea that the server sends your client so much information, that can be read and bounced back. I am kind of thankful in a way that EverQuest did the packet changing, otherwise I probably would have never bothered looking into receive packets, nor would I have been working on a packet plugin for the last 5 months on and off, which taught me a great deal about client and server communication.
Anyway I have been messing with corpses in a zone in the last couple of hours and found some interesting stuff. Like for instance you can find out information such as what exact time that person died, what npc attacked him last, and stuff such as if that person was grouped or not when he died.
So far from what I can see, thru experimentation you can't really do anything other than *read* receive packets. I am still trying to change the information on things before they hit my client to see what effect it has, but its a long way still.
Here is a packet plugin I made while experimenting on corpse decaying, thru the receive packet. This plugin will read the receive packet on corpse deletion/decay, and spew it to your client. Any person or NPC who dies in the whole zone, and there corpse decays or has been looted it will give you that information. It will tell you the name of the person, or npc and even give you its ID, and when the corpse was looted.
The weird thing about this plugin is that it doesn't allow you to move, when turned on no idea why. I am still learning and messing with things.
Well here you go, you can check it out if you want. You will need to download two plugins. My MQ2EQAPI which is part of my obstru and the plugin MQ2PacketCorpseDecay both needs to be loaded especially MQ2EQAPI since it protects you from being banned.
Download:
http://www.kenetixeq.com/downloads/MQ2EQAPI.dll
http://www.kenetixeq.com/downloads/MQ2PacketCorpseDecay.dll
Commands:
/showdecaycorpse on
/showdecaycorpse off
Basically I am just excited because maybe you can get information such as how much HP your target has, or mana etc.



