Register for your free account! | Forgot your password?

You last visited: Today at 02:07

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

Advertisement



Mount Porblem

Discussion on Mount Porblem within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Mount Porblem

When I Equipment New Mount i got this Error and Mount Disapear and when i relog the mount apear again

Code:
----Exception message----
Index was outside the bounds of the array.
----End of exception message----

----Stack trace----
   at Conquer_Online_Server.Game.ConquerStructures.Equipment.Add(IConquerItem item)
   at Conquer_Online_Server.Network.PacketHandler.EquipItem(ItemUsage itemUsage, GameState client)
   at Conquer_Online_Server.Network.PacketHandler.HandlePacket(Byte[] packet, GameState client)
----End of stack trace----
magnon is offline  
Old 05/18/2013, 19:04   #2
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Index outside bounds of array means you're trying to access an element that does not exist in the scope of your collection/array.

Sounds to me like the slot ID your trying to equip the steed to isn't handled by your equipment handler.

Just breakpoint the method and see what slot its using and the size of the collection it's being inserted into.
pro4never is offline  
Old 05/18/2013, 19:07   #3
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,115
Most likely the array that holds your equipment set is only set up to hold 12 items (from head to foot - 0 to 11) without taking 12 (horses) into account. When trying to add the item, you're getting the index out of range error because it's out of range in the array. You'll need to increase the array size and add all of the handlers required for seeing steeds on other players and equipping them properly.

Edit: Chris got to it first. He's right, check where it's being inserted into as well and determine if it's either an error or simply that your source wasn't made to handle horses.
Spirited is offline  
Old 05/18/2013, 19:11   #4
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Where i Can Search i'm Use Kimo Source
magnon is offline  
Old 05/18/2013, 19:36   #5


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Can we literally just stop helping magnon, we helped him fix half his source, its pretty ridiculous >_>
Korvacs is offline  
Old 05/18/2013, 19:38   #6
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Quote:
Originally Posted by Korvacs View Post
Can we literally just stop helping magnon, we helped him fix half his source, its pretty ridiculous >_>
hhhhhhhhhhhhhhhhhhh check all my topics and found if anyone help me realy all say stopped and no one help don't say that please you make me laugh
magnon is offline  
Old 05/18/2013, 19:40   #7
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
Quote:
Originally Posted by magnon View Post
Where i Can Search i'm Use Kimo Source
That's what the stack trace is for.
nTL3fTy is offline  
Old 05/18/2013, 19:52   #8
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by magnon View Post
hhhhhhhhhhhhhhhhhhh check all my topics and found if anyone help me realy all say stopped and no one help don't say that please you make me laugh
We have answered all your questions accurately. We've already answered THIS question as well.

You've shown zero logical ability, zero willingness to learn and virtually zero appreciation for the help we've given you.


So yes... use the suggestions we've given you and take the time to actually LEARN and you'll be far better off.
pro4never is offline  
Old 05/18/2013, 19:55   #9
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
but most of answer not give me realy answer just search but where it's can't i know elitepvpers big fourm but some member conceited
magnon is offline  
Old 05/18/2013, 19:56   #10


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by magnon View Post
but most of answer not give me realy answer just search but where it's can't i know elitepvpers big fourm but some member conceited
Pathetic.
Korvacs is offline  
Old 05/18/2013, 19:59   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Quote:
Originally Posted by Korvacs View Post
Pathetic.
hahahaha cuz u know little of C# you think you owned the World it's game bro at all just for fun i think you at all like my Child i have baby maybe At your age
magnon is offline  
Old 05/18/2013, 21:01   #12
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Quote:
Originally Posted by magnon View Post
but most of answer not give me realy answer just search but where it's can't i know elitepvpers big fourm but some member conceited
On epvp we explain what your problem is and how to fix it. We do NOT simply give you something to copy and paste as that would help no one.

If you're not happy with being given informative and knowledgeable information on how to learn to fix your own problems then why are you even here?

We answered this question for you VERY specifically. We said the exact code to look for in your source, what to look for when you find that code and how to fix it once you've done your debugging. If that's not enough for you then that's not our problem.
pro4never is offline  
Thanks
2 Users
Old 05/18/2013, 21:51   #13
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
the perfect way i think is to breakpoint at equipitem
and try to equipthem and try to trace the values may be u had to add manually the codes in item postions.
abdoumatrix is offline  
Old 05/19/2013, 00:01   #14
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,882
Why do people like you who have no interest in learning even try to run/work on a Conquer Server? Just go run a ****** binary server.
InfamousNoone is offline  
Old 05/19/2013, 00:52   #15
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by InfamousNoone View Post
Why do people like you who have no interest in learning even try to run/work on a Conquer Server? Just go run a ****** binary server.
He probably couldn't find the manual how to run an executable.
Super Aids is offline  
Reply


Similar Threads Similar Threads
Kill people with your mount (Passenger mount needed)
04/15/2009 - WoW Exploits, Hacks, Tools & Macros - 0 Replies
Couldn't find anything that was similar to this but I'm sorry if its a repost. First of all you need a passenger mount (Mammoths preferable) Next pick up some people that will ride with you and run to the Dalaran well and jump in it. Now the trick is that you will get teleported normally down into the sewers but the passengers have a 50% chance to get bugged and fall trough Dalaran and die. Will try to update it with pictures later and sorry if its a bad guide, its mainly just to piss...
Dalaran Sewer Mount arena (Aq 40 opening mount)
02/09/2009 - WoW Exploits, Hacks, Tools & Macros - 14 Replies
Well, you cant use any mounts in dalaran arena, except Black Qiraji Resonating Crystal. I know not much people have it, but still it is not intended to be able to mount in this arena, so i posted it there) Btw, you still can get the Scarab Lord title and mount, there are several servers, where gates are not open yet, all new servers where transfer is closed for first 3 months have their gates closed, so you can make the scepter on your server and then transfer to another server with closed...
[Mount Trick] Ground Mount Speed 160%
12/04/2008 - WoW Exploits, Hacks, Tools & Macros - 5 Replies
If you're lucky enough to have a Travelers Tundra Mammoth, you can chuck the vendors off and with the spares seats you can have a hunter with Aspect of the Pack on and a pally with Crusader Aura on which which stack and make your mount go 160% on the ground! Notice that if you try and mount with Aspect of the Pack you will lose your buff once mounting. http://img404.imageshack.us/img404/2...edboostil3. png



All times are GMT +2. The time now is 02:07.


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.