Quote:
Originally Posted by shadowman123
1st question i Noticed That Donation packets r handled using BinaryWriter so is it good or bad ?
2nd question ...is There any working Packet sniffer Yet with 5570+ ?
3rd How can i send String Effect to Both Ground And Npc ..
4th How can i Make Item Counter in my Inventory Cuz i've seen smthing good at Angelic Co which is Admin count the number of dbs in my inventory and give 180 * Number of Dbs
|
Q: 1st question i Noticed That Donation packets r handled using BinaryWriter so is it good or bad ?
Donation packets as in the packets for Nobility? I don't see why u'd use a binary writer to write a packet (unless you're working with differentiating lengths to strings and such). Do you mean the packets or saving info to the database?
Q: 2nd question ...is There any working Packet sniffer Yet with 5570+ ?
Well, no. I don't think there will be one for a very long time. I don't have permission to release mine since I didn't come up with the encryption on my own. I can always post packet logs for you if you ask for them though. There's also this:
[Only registered and activated users can see links. Click Here To Register...]
Q: How can i send String Effect to Both Ground And Npc ..
Send a string effect using the identity of an entity to send it to their body. Send a string effect using the x & y values of a coordinate to send it to a point on the ground.
Q: How can i Make Item Counter in my Inventory Cuz i've seen smthing good at Angelic Co which is Admin count the number of dbs in my inventory and give 180 * Number of Dbs
I'm not sure if this is what you mean, but basically he's just checking the Inventory's dictionary for an item name and counting the results (probably).