Galaxy Legion Forum http://galaxylegion.com/forum/ |
|
ship repairs not working http://galaxylegion.com/forum/viewtopic.php?f=5&t=1212 |
Page 1 of 1 |
Author: | spacecowboy [ Mon Jul 26, 2010 6:25 pm ] |
Post subject: | ship repairs not working |
In the battle with a rare NPC, I am attacking until I need to repair my hull. As expected, I get the message that my hull is too damaged to initiate an attack. So I go click the repair button, watch the button disappear, my credits reduce, and my hull integrity maximize. Then I go back into the battle screen with the rare NPC, and hit the attack button. I instantly get the message that my hull is too damaged to initiate an attack. My hull integrity in the screen greyed behind is back to where it was, my credits are returned, and I must go click the repair button again. Whereupon the second attempt to repair works. I thought that I was imagining things the first time, then it did it again. The third time I was prepared for it and watched it do it again. Is this some sort of bug, or is it normal? |
Author: | spacecowboy [ Mon Jul 26, 2010 6:45 pm ] |
Post subject: | Re: ship repairs not working |
Further to this, there is also some sort of connection to energy. I had 101 energy left, and when I clicked repair, my energy dropped to 21. I had not even gone back into the battle screen yet. |
Author: | webguydan [ Mon Jul 26, 2010 7:36 pm ] |
Post subject: | Re: ship repairs not working |
Which browser are you using? IE 7 has been known to cache old status data for some players. It is highly recommended to use a modern browser when playing. |
Author: | spacecowboy [ Mon Jul 26, 2010 7:38 pm ] |
Post subject: | Re: ship repairs not working |
IE 8, version 8.0.6001.18928 on this computer. |
Author: | Robert [ Mon Jul 26, 2010 8:03 pm ] |
Post subject: | Re: ship repairs not working |
Same problems here, and if I had installed a new weapon, it disapears. |
Author: | FuriousRage [ Mon Jul 26, 2010 8:19 pm ] |
Post subject: | Re: ship repairs not working |
webguydan wrote: Which browser are you using? IE 7 has been known to cache old status data for some players. It is highly recommended to use a modern browser when playing. That "should be" easily fixed by appending Code: <meta http-equiv="Expires" content="Tue, 01 Jan 2000 12:12:12 GMT"> <meta http-equiv="Pragma" content="no-cache"> and In ASP/IIS: wrote: http://support.microsoft.com/support/kb ... 4/0/67.asp <% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %> or In PHP: wrote: http://www.php.net/manual/en/function.header.php <? Header('Cache-Control: no-cache'); Header('Pragma: no-cache'); ?> or In COLD FUSION: wrote: <cfheader name="Expires" value="#Now()#"> <cfheader name="Pragma" value="no-cache"> or In JSP: wrote: http://www.jguru.com/faq/view.jsp?EID=377&page=2 <% response.setHeader("Cache-Control","no-cache"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); %> |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |