Interesting.. One of the attribute amounts for the gear in whole or the steed itself is over the max. What data are you sending in your packets for the steed exactly?
Edit: Actually, that means that the information attribute for the item tooltip is too large or negative.
Interesting.. One of the attribute amounts for the gear in whole or the steed itself is over the max. What data are you sending in your packets for the steed exactly?
Edit: Actually, that means that the information attribute for the item tooltip is too large or negative.
SpecialType and Position are definitely correct. I dunno about Color being 5. Not sure about the SteedInfo part, that's steed collor/tali progress right?
Yeah, I forgot to update my offsets for the newer patch. I edited my post a few minutes ago. As far as the steed color/progress goes, if that is progress, reduce it to 0 and do the same for plus. Does that help any?
Hmm.. I believe it's one of the text labels. Albetros has it set as "GreenText" if that means anything?
Edit: Gotta be off to bed, 4 hours until I have to be up so people can work on my back yard lol. Here's the PHP script I wrote so you can convert your packet on the fly:
PHP Code:
<?php // Your servers packet $packet_1008="44-00-F0-03-09-99-98-00-E0-93-04-00-64-00-64-00-01-00-0C-00-FF-00-96-00-00-00-00-00-00-00-00-00-00-03-96-00-00-00-00-00-FF-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-01-00-00-00";
// Note, packets should always be in BYTE form, with each byte separated by a hyphen. $bytes = explode('-', $packet_1008);
class PacketParser { public static function ReadByte($bytes, $pos) { return (count($bytes) >= $pos ? hexdec($bytes[$pos]) : null); }
public static function ReadUInt16($bytes, $pos) { if (count($bytes) < $pos + 2) { return null; } $return = ""; for ($x = 1; $x >= 0; --$x) { $return .= $bytes[$pos+$x]; } return hexdec($return); }
public static function ReadUInt32($bytes, $pos) { if (count($bytes) < $pos + 4) { return null; } $return = ""; for ($x = 3; $x >= 0; --$x) { $return .= $bytes[$pos+$x]; } return hexdec($return); }
public static function ReadUInt64($bytes, $pos) { if (count($bytes) < $pos + 2) { return null; } $return = ""; for ($x = 5; $x >= 0; --$x) { $return .= $bytes[$pos+$x]; } return hexdec($return); } }
I'm telling you its not a packet that's crashing the client. and if you wanna make sure.... then send the 1008 packet with no attribute other then the UID + ID of the steed.
Hmm.. I believe it's one of the text labels. Albetros has it set as "GreenText" if that means anything?
GreenText is a short name we gave it, based on what it looks like in the client. In actuality, it represents something called 'anti monster' -- which basically means you deal double damage to certain monsters of that type. TQ has yet to fully implement this system in the client because the text that appears in the item's tooltip is green, and untranslated.
GreenText is a short name we gave it, based on what it looks like in the client. In actuality, it represents something called 'anti monster' -- which basically means you deal double damage to certain monsters of that type. TQ has yet to fully implement this system in the client because the text that appears in the item's tooltip is green, and untranslated.
Ah alright. Conquer is full of unimplemented code.
Will trade Rare Steed Packs code for lavender steed fix 02/06/2012 - CO2 Private Server - 10 Replies Hey all... I will trade Rare Steed Packs to the one who will really help me to fix of on screen steed look in source 5530.
When riding other players see my steed Lavender but it is not a Lavender steed i wear ...like it is on screenshot-->
I will trade those steed packs codes to the one who will really help me:
Thanks in advanced :)
9D skill info extracted 10/26/2010 - 9Dragons - 2 Replies Not sure if this will help anyone.
-Action 6 Info Skill- 09/11/2009 - Dekaron Private Server - 6 Replies This Is Info For Action 6...
Press Thx To Me...
Sorry If Bad English!!;)........
http://i208.photobucket.com/albums/bb145/jovmilan /Hunter.png
http://i208.photobucket.com/albums/bb145/jovmilan /Mage-AK.png
http://i208.photobucket.com/albums/bb145/jovmilan /Seg.png
http://i208.photobucket.com/albums/bb145/jovmilan /summ-bagi.png
skill hack info pls 04/06/2009 - Dekaron - 8 Replies hii guyz still searching for those skillz hax but i don't found anything at all :X nothing to help me better idk if you uyz could help me for a sec , just wanne skill hack with my summy in abyss :X
thnx
Cyaaaah
Free Riding skill 04/25/2005 - WoW Exploits, Hacks, Tools & Macros - 4 Replies Mounts cost 100gold
if your buying a raptor...buy the riding skill first at 20g...then walk over to the raptor vender and try to buy a 1000gold rapter......clicking on it several times...then log out.....come back in and your 20gold you spent to buy the riding skill will be back in your Pack..thus saving you 20gold..
Haven't tested it.