View unanswered posts | View active topics It is currently Tue Apr 23, 2024 9:12 am



Reply to topic  [ 6 posts ] 
 ship repairs not working 
Author Message

Joined: Tue Jun 22, 2010 1:25 am
Posts: 164
Reply with quote
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?

_________________
Image


Mon Jul 26, 2010 6:25 pm
Profile

Joined: Tue Jun 22, 2010 1:25 am
Posts: 164
Reply with quote
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.

_________________
Image


Mon Jul 26, 2010 6:45 pm
Profile
User avatar

Joined: Sat Jan 09, 2010 12:49 pm
Posts: 2085
Reply with quote
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.


Mon Jul 26, 2010 7:36 pm
Profile

Joined: Tue Jun 22, 2010 1:25 am
Posts: 164
Reply with quote
IE 8, version 8.0.6001.18928 on this computer.

_________________
Image


Mon Jul 26, 2010 7:38 pm
Profile
User avatar

Joined: Fri May 07, 2010 12:43 am
Posts: 1122
Reply with quote
Same problems here, and if I had installed a new weapon, it disapears.

_________________
Headless wrote:
The ship ran out of gas, a group of Inergons got into the Romulan Ale, and there are Space Herpes everywhere. Help, I need allies!

viewtopic.php?f=7&t=9503 The 1.8 Adventure Update thread


Mon Jul 26, 2010 8:03 pm
Profile
User avatar

Joined: Tue May 18, 2010 5:12 pm
Posts: 909
Reply with quote
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);
%>

_________________
Leader and co-founder of The Unknown.
Image
H Having
A Anger
T Toward
E Everyone
R Reaching
S Success
--
Galactic Encyclopedia


Mon Jul 26, 2010 8:19 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 6 posts ] 

Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.