Item sell (Packet)

02/22/2009 00:48 hehepwnz#1
Hey,
I want to sell items with help of packets.
I tried to sniff it but i just get this informations
0x19 format:m
1: 2264880
so i dont get it how to do it now.
can anyone tell me pls :P
02/22/2009 02:09 BorSti#2
Quote:
Originally Posted by hehepwnz View Post
Hey,
I want to sell items with help of packets.
I tried to sniff it but i just get this informations
0x19 format:m
1: 2264880
so i dont get it how to do it now.
can anyone tell me pls :P

/* alles bullshit wolltest du gar net wissen
habe eben mal selber schnell versucht die packete zufangen habs aber mit packet[2] gemacht und habs nicht gesehen -
was ich gefunden habe ist

0x46 bd
1:0
1:Playerid der person mit shop

ist wenn du ein shop anklickst

0x46
1:1
2:Playerid der person die deinen shopanklickt (arg gerade nicht 100% sicher ob dass die id von der person ist oder von deinem cha)

ist wenn du ein shop hast und jemand ihn sich anschaut*/

okay also wie ich erst dachte "itemid" ist es nicht - das ding bleibt gleich egal ob relog oder anderes item oder sogar anzahl - aber dennoch hat jeder cha wohl nen unterschiedliches

lol lange rede kurzer sinn - ich habe keine ahnung - aber naja vllt hilft ya dass ausschluss verfahren nun xD - blieb ja net mehr viel was es sein kann xD
02/22/2009 02:32 Eiscremekugel#3
ich bin mir net sicher aber meint er vill eher >_< irgendwas an npc sellen keine ahnung?
02/22/2009 02:41 meak1#4
jes he will sell his items on the npc, when he lvling?
02/22/2009 03:32 hehepwnz#5
just want to sell items @npc, yes
02/22/2009 11:57 xUsername#6
Naja... Ich hatte schon in einem anderen Thread erwähnt, dass es mehrere "Send()"-Funktionen gibt. Es gibt nicht nur das eine Send(). Von daher: Such' nach den anderen. Du wirst merken, dass sogar noch mehr "geheime" Send()-Packete sichtbar werden. ^-^ Das gleiche gilt für Recv().

Viel Spaß.
02/24/2009 15:01 hehepwnz#7
Quote:
Originally Posted by hijax View Post
Naja... Ich hatte schon in einem anderen Thread erwähnt, dass es mehrere "Send()"-Funktionen gibt. Es gibt nicht nur das eine Send(). Von daher: Such' nach den anderen.
well you dont even know how my source code looks, so u dont know how much "send"-, & "receive" functions i have...

so someone can tell me how to do it? :o
02/24/2009 16:56 BenKiu#8
m is table :>
02/28/2009 07:04 hehepwnz#9
Quote:
Originally Posted by hehepwnz View Post
Hey,
I want to sell items with help of packets.
I tried to sniff it but i just get this informations
0x19 format:m
1: 2264880
so i dont get it how to do it now.
can anyone tell me pls :P
ok i tried somethink now...
i checked that value...
and every item got another value...
so i tried to sell with this way to test it...
Code:
if (strcmp ( command , "setsell" ) == 0)
{
printf("\nSet the ITEMSELLID :");
cin >> itemsellid;
}
if (strcmp ( command , "sell" ) == 0)
{
SendDetour(0x19,"m",itemsellid);
}
so i sniffed for example the id of g40 bow... and set it as itemsellid
but when i sell he sends a "0" as itemsellid o0 and kal quits -.-
why? i dont get it why he sends a 0 :D
02/28/2009 14:16 meak1#10
jo bei mir geht kal auch instant aus wenn er den packet sendet :E
03/13/2009 18:05 hehepwnz#11
so noone knows how to sell overpackets?