Menu

#33 Growitem do not recognize building in progress

open
biminus
None
6
2009-04-20
2008-12-13
No

Growitem don't recognize the time to building done when a building is in progress for .no server
I changed the end of the last line below to
</span> t.":);
instead of what was there to begin with, and it worked. I deleted some stuff to make it fit here.

bncache

public void update() throws ConversationException {
Pattern p;
Matcher m;

// Fetch name
// <h1>.A.Moncalieri</span></h1>
p = Pattern.compile(Util.P_FLAGS + "<h1>([^<]*)<");
m = p.matcher(page);
if (m.find()) {
villageName = m.group(1);
p = Pattern.compile(Util.P_FLAGS + "<img src=\".*?img/un/a/del.gif\".*?<td>(\\D+?) \\(.*?<span id=timer.*?>(\\d?\\d:\\d?\\d:\\d?\\d)</span> t."); <--- here

Discussion

  • xtian

    xtian - 2009-04-19
    • priority: 5 --> 6
     
  • biminus

    biminus - 2009-04-20
    • assigned_to: nobody --> biminus
     

Log in to post a comment.

Auth0 Logo