Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Travian P-Alpha 2.03 (All bases support)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 8, 2006
Messages
19
Reaction score
0
wrong constant.php. in s1/include is the one from install. in /include is:
<?php
include("news_setting.php");
//Server Constants
define("NETWORK_NAME", "Travian Clone");
define("SHOW_FLAG", false);
define("MULTI_SERVER", false);
?>
 
Newbie Spellweaver
Joined
Aug 10, 2009
Messages
5
Reaction score
0
is there a way to make activation emails being sent through SMTP ??
 
Newbie Spellweaver
Joined
Oct 8, 2006
Messages
19
Reaction score
0
so set define("ACTIVATE", 0) in s1/include/constant.php
its alpha/beta afterall
 
Newbie Spellweaver
Joined
Oct 8, 2006
Messages
19
Reaction score
0
i wish there was any progress, waitin for weeks :/:
atleast i researched my TT on s1.travian.com today. yuppie

PS: playin this silly game for 2 weeks now..:blushing:

---------- Post added at 11:37 PM ---------- Previous post was at 11:00 PM ----------

cmon akakori make a intermediate release plix, we are waitng for ya :thumbup1:

---------- Post added 03-09-2010 at 12:06 AM ---------- Previous post was 03-08-2010 at 11:37 PM ----------

well, this one looks dead, no more waistn time watching this tread. akakori came earlier and didnt make a peep
bb:?::thumbdown:
 
Last edited:
Initiate Mage
Joined
Jan 6, 2009
Messages
2
Reaction score
0
I do not receive the administration panel, and the moderation panel.

Help.

(sorry my bad english, i am from argentina and use google translator :p)
 
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
18
Reaction score
0
i wish there was any progress, waitin for weeks :/:
atleast i researched my TT on s1.travian.com today. yuppie

PS: playin this silly game for 2 weeks now..:blushing:

---------- Post added at 11:37 PM ---------- Previous post was at 11:00 PM ----------

cmon akakori make a intermediate release plix, we are waitng for ya :thumbup1:

---------- Post added 03-09-2010 at 12:06 AM ---------- Previous post was 03-08-2010 at 11:37 PM ----------

well, this one looks dead, no more waistn time watching this tread. akakori came earlier and didnt make a peep
bb:?::thumbdown:

Dude, and you think your comments will do any difference?
Akakori doesn't have to do this. He is not doing this for us, he is doing it for himself. We should be happy because he wants to share it with us.
So STOP whining about that nothing happens.
 
Newbie Spellweaver
Joined
Jan 10, 2010
Messages
16
Reaction score
0
i have to agree with Skuttzen, he has a life outside. He is only one person. Sometimes people need breaks, and i am sure we will hear from him soon. you just have to be patient.
 
Newbie Spellweaver
Joined
Aug 26, 2007
Messages
67
Reaction score
10
I just will not do some scripts, because this programming is very Akakori fucked!

Akakori scripts are very slow .. he makes a enrolação codes to make sure .. an example is in parts of buildings: very slow to load on occasion ..

If I was finished, I would have to re-make several scripts ... and also the organization is bad .. He does all the information of one building in one file, it creates several files to the same building ..

I hope you understand what I mean!
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
I just will not do some scripts, because this programming is very Akakori fucked!

Akakori scripts are very slow .. he makes a enrolação codes to make sure .. an example is in parts of buildings: very slow to load on occasion ..

If I was finished, I would have to re-make several scripts ... and also the organization is bad .. He does all the information of one building in one file, it creates several files to the same building ..

I hope you understand what I mean!


Oh really... Here's a few thing u should note.. =)
1. You aint much of a coder, the quest system that u said to have done does nothing. All you have is a organised source codes of each page.
2. Ask yourself, which is more practical during Alpha and Beta phase? Scalability or Functionality?
3. Optimization of code is not hard once the codes of everything is working to a certain extend.
4. You can never achieve perfection of a code based on NOTHING. Always have to work on a more crude and rough version of things.

If you cant comprehand the 4 things above i suggest u give it a try to make every single part of this server like i did on your own. And i do not want to see any part of my source in your's. If things ever happen like magic in coding, they wouldn't need so much programmers in the world.

As for travian schedule, i am way behind time. But that's because i am doing admin panel, ranking, battle, profile, alliance all at the same time.

anyway here's the latest remake of Battle class.

Code:
<?php
/*******Battle.php*******
-- Consist of Battle Class
-- Revision: Beta 4
-- Author: akakori
-- Homepage: -
-- Beta Server: -
-- Please do not remove this section
************************/
class Battle {
 
 private static $battleArray = array();
 
 function Battle() {
  if(empty(self::$battleArray)) {
   self::updateBattleArray();
  }
  self::operateBattle();
 }
 
 private static function updateBattleArray() {
  global $database;
  self::$battleArray = $database->getBattleArray();
 }
 
 private static function operateBattle() {
  include("unitdata.php");
  $now = time();
  foreach(self::$battleArray as $battle) {
  }
  self::updateBattleArray();
 }
 
 private static function updateBattleStatus($movID,$battleResult) {
  global $database;
  
 }
 
 private static function preSetField($battleField) {
  global $database,$functions;
 }
 
};
$battle = new Battle;
?>


---------- Post added at 09:48 PM ---------- Previous post was at 08:49 PM ----------



beta4 backup 3

The "intermediate" release....

Fix some things in beta 4.. more tables for beta 5.. = =" stuff like that
 
Junior Spellweaver
Joined
Feb 25, 2010
Messages
119
Reaction score
11
Great news!!!! :thumbup1:

Edit:
Got it running on the S1 on my website..

Will come back later with notes :)
 
Last edited:
Newbie Spellweaver
Joined
Aug 16, 2009
Messages
6
Reaction score
0
akakori, imposible to install. i have this error.
can you help me?
akakori - Travian P-Alpha 2.03 (All bases support) - RaGEZONE Forums
 
Status
Not open for further replies.
Back
Top