anyway i could figure out the Target ID , l8er i'll try to send the packet to target, now , anybody knows about the second question ? how to r8 names and values to the nobility screens?
there was no data , just this screen and i ddn't send any thing but the first screen then the client replied with 2 packets same type 2046 the first with subtype 2 and the second with subtype 4 ,i think the first is the one we should should receive when the client clicks on the icon that should be there (not sure about that) the second is the normal packet that asking for the Knights names ,rank and donation
here the 2 packets in both decimal and hexadecimal
i also figured out those info (might save u some time)
*-Data[4] is the type (1=Donate / 2=i think asking for the screens (when somebody clicks the icon (not sure) / 3=never saw it (might be the names show type ,the one we search for ) / 4=asks to Show names)
*-When type=1 (Data[16]-->0=Silvers/1=CPS)
*-When type=4(Data[8]--->1=Knights Rank/3=Barons/5=Earls/7=Dukes/9=Princes and 12=Kings/Queens)
Hey samehvan,
You will need 1 or more packet(s).
- Nobility info packet
Then the structure (data type's of nobility)
This would be needed incase you wanted to show the name , donation etc.. i also created the handler's for you. Taking the amount of cp's/silvers while donating.
Saving the donation, name into the database and Loading the ranks based on the donation.
Hey samehvan,
You will need 1 or more packet(s).
- Nobility info packet
Then the structure (data type's of nobility)
This would be needed incase you wanted to show the name , donation etc.. i also created the handler's for you. Taking the amount of cp's/silvers while donating.
Saving the donation, name into the database and Loading the ranks based on the donation.
Cya'
Yashi.
all that issues (donating/saving and loading )we will think about later , the main issue now is to show the names any test name ,that is what i am looking for for now
[Help] Invalid Target/Cannot find Target(ZSZC) 05/29/2010 - SRO Private Server - 4 Replies Some write they have Problems with ZSZC SRO-DB,
by mobs for example "Ishade/Penon/Ujigi(lvl50-56)",
in the Textbox right side down a message:
"Invalid Target" or " Cannot Find Target",
All have this Problem, a good message, i have the solution!
You need Use SRO-DB Bot V0.8 and NOT V0.9a!
+++Use this and you will have Fun by Botting+++
[Frage]Packet 0x3E, Target und Attacker 07/11/2009 - Kal Online - 7 Replies Hi, will einen simplen bot machen, bin nun auch langsam am "verstehen".. nun meine frage: ich will erstmal nur die mobs angeifen, die mich attacken..
das Packet 0x3E sagt ja irgendwas greift irgendwen an..
nun wie bekomme ich das raus, dass ich angegriffen werde?!
DWORD attacker=0;
DWORD target=0;
WORD dmg;
WORD dmg2;
memcpy((void*)&attacker,(void*)((DWORD)buf2+3 +1) ,4);
memcpy((void*)&target,(void*)((DWORD)buf2+3+1 +4) ,4);