Register for your free account! | Forgot your password?

You last visited: Today at 20:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Arena]Avatars

Discussion on [Arena]Avatars within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
[Arena]Avatars



I send
Code:
uint.Parse(client.Entity.Face.ToString() + client.Entity.Body.ToString());
but not work at all avatars...
Sp!!ke is offline  
Old 01/28/2011, 14:24   #2
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Sounds to me like your packet isn't structure properly.

To show the faces in there you need to make sure you're writing the full mesh (face + body as you are) at the correct offsets. The fact that it works for the first entry but not the ones following it says to me that you have the packet structure wrong.
pro4never is offline  
Old 01/28/2011, 14:46   #3
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
#deleted by me ! Thanks 12tails...
Sp!!ke is offline  
Old 01/28/2011, 15:13   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
The structure looks correct but why are you doing Level & 255 and stuff? Just writing the job/level works perfectly fine.

I would worry more about how your loop is running things..

Also you have the issue of that you're hard coding the arena count (offset 4) yet allowing it to sometimes do an unfixed count.

I'd just run through all your offsets again, make sure your loops are correct and then double check the avatar values you are writing... Everything in theory looks ok but it's obviously not or it would be working.

I'm really confused why you are doing a foreach loop... then a for loop...

Just pull your top 10 ranks on server load by whatever methods you want and then write them to the packet...

I'd suggest hard coding the packet for testing purposes (that way you don't need to worry about any errors with loading ranks or w/e. just see if you can get it to display all 10 entries)
pro4never is offline  
Thanks
1 User
Old 01/28/2011, 15:25   #5
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
just for simple toughts...

Code:
                if (client.Rank == i2)
                        {
                            if (i2 == 10)
                                break;
make just if i2 < 11... maybe its better

make differents collections like this:

Code:
        public static Dictionary<uint, Ranking> Top1000 = new Dictionary<uint, Ranking>();
        public static Dictionary<uint, Groups> Fighters = new Dictionary<uint, Groups>();
        public static Dictionary<uint, Groups> Counting = new Dictionary<uint, Groups>();
        public static Dictionary<uint, GameState> Signed = new Dictionary<uint, GameState>();
        public static Dictionary<uint, GameState> A = new Dictionary<uint, GameState>();
        public static Dictionary<uint, GameState> B = new Dictionary<uint, GameState>();
        public static Counter GroupID = new Counter(9999);
        public static Timer ArenaTimer;
        public static TimerCallback ArenaCallBack;
make each one with a single function.... will get it working better and faster witouth problems...

^^

//EDIT: and for structure... with patch is that?? 5180??
12tails is offline  
Thanks
1 User
Old 01/28/2011, 16:29   #6
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
#request close problem solved ! thanks leo
Sp!!ke is offline  
Reply


Similar Threads Similar Threads
[Arena] up to 20% more damage in arena for first 25~ seconds
12/03/2009 - WoW Exploits, Hacks, Tools & Macros - 1 Replies
Ravenous Pathogen - Spell - World of Warcraft This is a debuff that increases damage done by 5% per stack, up to 20% after 4 stacks. Since debuffs dont disappear when you join arenas, you can carry that debuff into arenas. http://img132.imageshack.us/img132/5798/arenaexpl oit.jpg This debuff is given by a mob called Darkclaw Bat Darkclaw Bat - NPC - World of Warcraft http://img339.imageshack.us/img339/9326/arenaexpl oit2.jpg
[NEW]Arena Tournament server 2.4.3 (Instant lvl70 free S3 arena fight for S4)
10/31/2009 - WoW Private Server - 0 Replies
#edit #close
[Exploits][Arena]Krieger Buff in der Lorderon Arena
01/20/2008 - WoW Exploits, Hacks, Tools & Macros - 7 Replies
Dieser Trick geht nur in der Lorderon Arena, weil dort die Kammer (der Vorbereitungsraum) groß genug ist. Der Krieger hat 2 Schlachtschreie. Der eine gibt +1080 Gesundheit und der andere Angriffskraft. Krieger+Druide, Krieger+Paladin oder Krieger+Priester sind Combos in welcher der Heiler keine Angriffskraft braucht aber die Gesundheit. Erst stehen beide nahbeieinander und der Krieger bufft - Gesundheit dann geht er in die hinterste Ecke und der Heiler ganz nah an das Tor. So kann der...



All times are GMT +2. The time now is 20:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.