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.
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
Re: Actual Working Project on Travian

How do I download the current revision of




make new folder
(after install) right click new folder (rename the folder if you like)
click SVN Checkout...
then put in top:
then click ok (new window should show up and start downloading)

btw SVN doesnt work...(pic attached)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2008
Messages
5
Reaction score
0
Re: Actual Working Project on Travian

thank, but outputs me error:
Error: Repository moved permanently to 'http://194.213.4.83/Project/'; please relocate
 
Newbie Spellweaver
Joined
Dec 28, 2008
Messages
5
Reaction score
0
Re: Actual Working Project on Travian

Akakori, I wrote PM, I found a bug in
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

i think that svn may be under private viewing.. anyone wants to help me set up a public one? O o

Anyway i am going to rush thru the rest of the .php its getting a bit draggy zzz > <

---------- Post added at 01:20 PM ---------- Previous post was at 11:44 AM ----------

released a new ver on rapidshare..

---------- Post added at 01:23 PM ---------- Previous post was at 01:20 PM ----------

what it contains exactly is... the dorf2 fixed... the basic structure of implementing buildings into the game.. some building data.. main bonus timing is not added in yet.. for peeps who are free..

help me implement f6-12 > <
Building datas...
Even adding more cases to the switch in dorf2.php and build.php to recognise more buildings would help alot..

---------- Post added at 02:20 PM ---------- Previous post was at 01:23 PM ----------

o yea.. please tell me what errors u get when u meet any problems with the new release.. as in.. if u cant login.. is there any errors shown? cause depending on whether there is an error or not.. i have to look at different places.. > <
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
Re: Actual Working Project on Travian

i think that svn may be under private viewing.. anyone wants to help me set up a public one? O o


and google wins :D

thanks for Rapidshare upload :D hope ya fix the SVN
 
Last edited:
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

that svn is not mine.. its zola's think he set it private.. > < lol
 
Newbie Spellweaver
Joined
Dec 9, 2009
Messages
6
Reaction score
0
Re: Actual Working Project on Travian

Can someone rehost the files on filefront or mediafire?
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

both filefront and mediafire hates me.. lol.. it always time out or errors.. > < the upload speed calculator isnt accurate either..

---------- Post added at 09:56 PM ---------- Previous post was at 09:41 PM ----------

somehow i managed to upload to filefront.. lol.. also uploading a patch file for rally points and some more minor changes for the implementation of more buildings
 
Last edited:
Newbie Spellweaver
Joined
Dec 9, 2009
Messages
6
Reaction score
0
Re: Actual Working Project on Travian

is there any other way for me to attain it?
possibly could you email me the files bit by bit
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

? u cant get it from filefront either? = =
 
Newbie Spellweaver
Joined
Dec 9, 2009
Messages
6
Reaction score
0
Re: Actual Working Project on Travian

oh, sorry.. i tend to not read thins fully.

Really sorry
 
Newbie Spellweaver
Joined
Dec 7, 2009
Messages
13
Reaction score
0
Re: Actual Working Project on Travian

Hi :) It`s posible to get login and pass?:rolleyes: or,
how to update to 2.01? save to file and with svn insert? :?:

hmm.. Im set rate to x100 but food -1/min when show 1800/h:grr:

sorry for stupid question :blink:
 

Attachments

You must be registered for see attachments list
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

LOL... thats kinda simple.. =)

the higher the speed.. the higher the upkeep..

if 1x upkeep was 1.
then 100x upkeep would be 100.

function Upkeep($baseinfo) {
global $database;
$timepast = time() - $baseinfo['lastupdate'];
$upkeep = ($baseinfo['pop'] / (3600/SPEED)) * $timepast;
return $database->villageUpkeep($baseinfo['id'],$upkeep);
}

if u check up my upkeep function u would know lol
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Actual Working Project on Travian

heh.. it seems to me i made a small bug for resource gain xD..
well i manage to fix it.. probably u guys would see it much later though

---------- Post added at 07:06 AM ---------- Previous post was at 06:01 AM ----------

also.. lol.. the crop gain calculation and max pop had some calculation error > < i cant believe i missed it.. but its fixed now

---------- Post added at 07:10 AM ---------- Previous post was at 07:06 AM ----------

also.. for the svn.. there is a user and password required for it to checkout.. so dont bother using it.. > <

I am just going to leave that as a working copy svn..
Anyone want to setup a public release svn for me? O o

---------- Post added at 07:39 AM ---------- Previous post was at 07:10 AM ----------

nvm i figured out how to do it in assembla.. =)

---------- Post added at 08:23 AM ---------- Previous post was at 07:39 AM ----------

someone please tell me if the svn works.. i just finialize the commits..
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
Re: Travian P-Alpha 2.01 xD

thanks for letting me know lol.. xD

Actually the one that was commited was 2.01.. well technically it shld be 2.02 already xD
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
check out the new updates.. please try them out tell me if there is any problems =)
 
Newbie Spellweaver
Joined
Dec 9, 2009
Messages
6
Reaction score
0
>is it possible to run yet?<
 
Last edited:
Status
Not open for further replies.
Back
Top