Currently im working on a hero line war style game. This game has a feature that allows you to pick your hero though a selection circle. (like angel arena for those of you who have never played a Hero Line War) Well the glitch only occurs when a player selects a hero, and after a hero is selected players get booted. Currently iv only been able to test the game with one other person through my LAN. This other person has been booted every time despite my efforts, Also no matter what color the player is or what team their on they are still booted. Any ideas on what the problem might be?
yeah i think its a problem with the hero selection, because everything else works perfectly as long as you dont pick a hero haha but the only thing is i must have copied the error over to every player because no matter which color i am i have the same problem
Could you post the trigger (for the selection of a hero and getting the hero etc) for us to see? Might be a little easier trying to solve the problem then
ok, heres the hero selection trigger, its quite simple and seems like it should work, im not sure exactly what the problem is.
------------------------------------------------------ Pick Arthur Team 1 Events Unit - A unit enters Pick Arthur <gen> Conditions (Unit-type of (Triggering unit)) Equal to Heroic Soul Actions Unit - Explode (Triggering unit) Unit - Create 1 King of Camelot for (Owner of (Triggering unit)) at (Random point in Region 024 <gen>) facing Default building facing degrees Camera - Pan camera as necessary for (Owner of (Triggering unit)) to (Center of Region 024 <gen>) over 0.50 seconds ------------------------------------------------------
I even looked at a hero line war to see if I did something wrong with one of my triggers but I was still unsuccessful in my search.
Well, seem you encouter the boot glith too. I had a something similar to the boots glith. A server split glith. Somewhere there game the games just splits. The only way i could fix it was to start from strach again. It mostly could be the object data fault so somewhere in there because it's about picking and deleting units. So export you triiger and start from stracth. Good luck
maybe heck your defeat conditions because when the heroic chooser thing dies, that leaves your player with no units and they are defeated. or maybe something like that
ya i think im just going to start the game over from scratch, i dont know what the problem is. I checked the default settings also but i dont think that would return a "you have been disconnected" error. I did edit a few of the gameplay constants. Maybe ill try returning all those to their defaults before starting over. Thanks for all your help guys.