Travian P-Alpha 2.03 (All bases support)

Page 37 of 55 FirstFirst ... 27293031323334353637383940414243444547 ... LastLast
Results 541 to 555 of 817
  1. #541
    Banned HackHeaven is offline
    BannedRank
    Sep 2006 Join Date
    127.0.0.1Location
    671Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    And the res update still don't show on the page you have to reload 1/2 times to get it to update right

    @Skuttzen
    This is from real travian world 10

    Code:
    Main Building Level 3
    
    In the main building the village's master builders live. The higher its level the faster your master builders complete the construction of new buildings.
    Current construction time: 	93 Percent
    Construction time at level 4: 	90 Percent
    
    Costs for upgrading to level 4:
    Lumber145 | Clay85 | Iron125 | Crop40 | Crop consumption1 | duration1:04:40
    Upgrade to level 4.
    There is a . after it :P

  2. #542
    akakori akakori is offline
    MemberRank
    Apr 2008 Join Date
    613Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    WTF... lol.. whats with the dot.. LOL....

    Anyway for the production right.. it is made this way...

    Retrieve array, Calculate Production...

    Thats normal..

    But if u made and upgrade..

    Its Update->retrieve->do nothing... LOL.. i think..

    No worries.. it will be fix in the next version.. after all.. all u need to do is


    function refreshVillage($vid,$uid) {
    global $database,$functions;
    $this->baseinfo = $database->getVillage($vid,$uid);
    $this->resarray = $database->getResourceLevel($this->baseinfo['wref']);
    $this->prod = $functions->getProduction($this->resarray); //<=== this line lol
    $functions->getUpgrading($this->baseinfo['wref']);
    }

  3. #543
    Enthusiast Skuttzen is offline
    MemberRank
    Feb 2009 Join Date
    36Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    Quote Originally Posted by HackHeaven View Post
    And the res update still don't show on the page you have to reload 1/2 times to get it to update right

    @Skuttzen
    This is from real travian world 10

    Code:
    Main Building Level 3
    
    In the main building the village's master builders live. The higher its level the faster your master builders complete the construction of new buildings.
    Current construction time: 	93 Percent
    Construction time at level 4: 	90 Percent
    
    Costs for upgrading to level 4:
    Lumber145 | Clay85 | Iron125 | Crop40 | Crop consumption1 | duration1:04:40
    Upgrade to level 4.
    There is a . after it :P
    Hahah, it still looks ugly :P

  4. #544
    Member mafiacarl is offline
    MemberRank
    Jun 2007 Join Date
    nederlandLocation
    96Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    Coming barracks?

    Ther im waiting on :D

  5. #545
    om nom nom. Innovative is offline
    MemberRank
    Nov 2007 Join Date
    SydneyLocation
    1,237Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    Not all images show for me, especially the round map - none of the images show.

    Any ideas?

  6. #546
    akakori akakori is offline
    MemberRank
    Apr 2008 Join Date
    613Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    none of the image? O o hmmm linking of the image might have failed.. but i dont understand why everyone can lol.. except a few.. = ="

  7. #547
    Enthusiast teleman123 is offline
    MemberRank
    Jan 2009 Join Date
    47Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    wells can u pm me how to build the server cause when i try to install it it always says couldn't connect to ftp.000space.com

  8. #548
    Enthusiast TTMTT is offline
    MemberRank
    Jan 2010 Join Date
    YemenLocation
    37Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    ------------------Replace-------------------

    edit file s1/Templates/profile/overview.tpl in line 124

    Replace :

    PHP Code:
    echo "<div class=\"cox\">(".$coor['x']."</div><div class=\"pi\">|</div><div class=\"coy\">".$coor['x'].")</div></td></tr>"
    to :

    PHP Code:
    echo "<div class=\"cox\">(".$coor['x']."</div><div class=\"pi\">|</div><div class=\"coy\">".$coor['y'].")</div></td></tr>"
    ------------------Replace-------------------

    edit file s1/install/process.php in line 33

    Replace :

    PHP Code:
    $text preg_replace("'%EMAILAUTH%'",$_POST['aemail'],$text); 
    to :

    PHP Code:
    $text preg_replace("'%EMAILAUTH%'",$_POST['atemail'],$text); 
    ------------------Replace-------------------

    edit file s1/install/Templates/config.tpl in line 14

    Replace :

    PHP Code:
    <td><span class="f9 c6">Auth Email:</span></td><td><input name="aemail" type="text" id="aemail" value="true"></td></tr><tr
    to :

    PHP Code:
    <td><span class="f9 c6">Auth Email:</span></td><td><input name="atemail" type="text" id="aemail" value="true"></td></tr><tr

    ------------------Replace-------------------

    This my disposal now, and i will check version and tell you that if any mistakes

    sorry my language is bad
    Last edited by TTMTT; 13-02-10 at 08:17 AM.

  9. #549
    Enthusiast teleman123 is offline
    MemberRank
    Jan 2009 Join Date
    47Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    kk i try now

  10. #550
    Member mafiacarl is offline
    MemberRank
    Jun 2007 Join Date
    nederlandLocation
    96Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    Can you not post the new files? (A)

  11. #551
    Member mafiacarl is offline
    MemberRank
    Jun 2007 Join Date
    nederlandLocation
    96Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    the files off updatjes off TTMTT
    Attached Files Attached Files

  12. #552
    Apprentice S4nguinolento is offline
    MemberRank
    Nov 2007 Join Date
    17Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    you cant build stuff even when requiriments are met, this is intended for now?

  13. #553
    Member mafiacarl is offline
    MemberRank
    Jun 2007 Join Date
    nederlandLocation
    96Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    That buildingen are not in the files.

  14. #554
    Enthusiast vesichaa is offline
    MemberRank
    Dec 2008 Join Date
    41Posts

    sad Re: Travian P-Alpha 2.03 (All bases support)

    battle.php ,statistiken.php and Barracks
    Fix Please ;)

  15. #555
    Enthusiast teleman123 is offline
    MemberRank
    Jan 2009 Join Date
    47Posts

    Re: Travian P-Alpha 2.03 (All bases support)

    well i just released a site:

    www.theservers.000space.com/travian



Advertisement