giacometti
|
Last Activity: 08/12/2020 02:56
Quotes
| 06/10/2018 |
| 01:35 - { Angelius } quoted giacometti in post Item count [F# keys] Angelius, these "QItemXRecord" are just the itemtypeids... He want the stack number of them (he showed in his spoiler).
Interesting formula tq uses for identify char in log folder...... |
| 06/04/2018 |
| 09:57 - One Tap quoted giacometti in post Item count [F# keys] If I remember well, these itens at FKeys uses the same memory struct of itens at your inventory.
So, this may help you:
class T_Itembag { //SIZE OF 0x328
public:
DWORD dwConstant... |
| 03:19 - iBotx quoted giacometti in post Trying to create the HP Bar I am not sure if game client has that information (other players current hp and total hp). When an entity is spawned, if it is a mob or a guard, client receives total hp of that entity; ... |
| 06/03/2018 |
| 05:26 - Spirited quoted giacometti in post Conquer Development Wiki (conquer.wiki) Here is other of my research's project:
From current official patch 6719 (from 31/may/2018)
enum Type : WORD
{
Message = 2109, //2137,
MapItem = 2286, //2173,
PlayerSpawn = 2... |
| 05/29/2018 |
| 21:32 - boDil quoted giacometti in post Packet jump noob question - How to update hero position /client ? For reference, this was the packet that I test to teleport, by sending it to client:
29-05-2018 15:14:32 [RECV] Type: 2102 Length: 29
==================================================... |
| 21:30 - ghosfromhell quoted giacometti in post Packet jump noob question - How to update hero position /client ? did not work;
worked like a charm!
Wiki is helping a lot by the way.
For reference, this was the packet that I test to teleport, by sending it to client:
29-05-2018... |
| 05/25/2018 |
| 18:23 - abdaboda quoted giacometti in post need help about speedhack for bot You could put the code around CODE tag, much more easier to read. Did you and your team understand what this code is doing? Where is it failing?
they copy and paste don`t care about t... |
| 05/12/2018 |
| 10:01 - ghosfromhell quoted giacometti in post problem finding the list of the items dropped by monsters near me The dropped item memory struct looks like this:
struct ItemDropped {
DWORD DropID;
DWORD ItemTypeID;
DWORD PositionX;
DWORD PositionY;
...
}
I hope it helps you find it.
I... |
| 05/11/2018 |
| 10:01 - DarkDevil-w quoted giacometti in post Multi Client Well, there are some ways... One of them is defeating conquer integrity checks. You need to do it before you login to the game, because when you login, conquer sends hash of your .exe an... |
| 01:18 - Spirited quoted giacometti in post Multi Client Well, there are some ways... One of them is defeating conquer integrity checks. You need to do it before you login to the game, because when you login, conquer sends hash of your .exe an... |






