• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

TravianZ - yi12345

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 8, 2012
Messages
21
Reaction score
0
If i bought trapp server give me
4294967295 Settler
:\..
and trapp don't work if somebody attacked me don't work :\
 
Newbie Spellweaver
Joined
Apr 11, 2012
Messages
8
Reaction score
0
fix Automation.php is bad..expanding the resource field jumps sometimes white blank window...not continue
 
Newbie Spellweaver
Joined
Mar 20, 2011
Messages
88
Reaction score
1
Hey friend, I'm still learning php and can't help you fix bug. But I have some idea, hope that can help you :D:

- About the Rat. Please view this post first: http://forum.ragezone.com/6972302-post38.html (if hero not in attack he dont show). So, I think you can use some function like: if any natural forces (except rat) don't in reinforcement, it won't show. So you can use rat in natural forces again & also can fix problem with report.

- About troop die when have negative crop. Just my idea, not the whole code
Code:
$maxcrop=0;
while(using crop > crop per hour && crop_exist==0) {

if(exist any troop have crop >= $maxcrop)
$maxcrop=troop_crop;

$troop--;
using crop -= $maxcrop;

}
Hope this can help you :thumbup: If anything in my idea about function troop die wrong, please show it to me. I'll try another way to improve it
 
Last edited:
Newbie Spellweaver
Joined
Apr 3, 2012
Messages
8
Reaction score
0
hi yi12345
There is a bug in your trafian t4 version
the bug:
Code:
Parse error: syntax error, unexpected ']' in C:\Program Files\EasyPHP-5.3.9\www\GameEngine\Technology.php on line 545
and just fix it with:
PHP:
$time = time() + round(($data[$CurrentTech+1]['time'] * ($bid13[$building->getTypeLevel(12)]['attri'] / 100))/SPEED);
 
Elite Diviner
Joined
Aug 26, 2011
Messages
495
Reaction score
109
hi yi12345
There is a bug in your trafian t4 version
the bug:
Code:
Parse error: syntax error, unexpected ']' in C:\Program Files\EasyPHP-5.3.9\www\GameEngine\Technology.php on line 545
and just fix it with:
PHP:
$time = time() + round(($data[$CurrentTech+1]['time'] * ($bid13[$building->getTypeLevel(12)]['attri'] / 100))/SPEED);

thanks, fixed.
 
Newbie Spellweaver
Joined
Apr 8, 2012
Messages
21
Reaction score
0
If i attack one player my hero die and i cant undie :\..
 
Newbie Spellweaver
Joined
Aug 23, 2009
Messages
87
Reaction score
0
and populated oasis not work on install and admin panel
 
Newbie Spellweaver
Joined
Mar 28, 2012
Messages
80
Reaction score
44
yi12345

please check Add World Wonder Villages in adminmenu
natarend not working.

i think problem session.
It direct to travian/GameEngine/Admin/Mods/install/

Hello;

I had the same problem that did not work the link.
My solution, I do not know whether it is general, was the following:

The following file must be modified as follows:
File: natarbuildingplan.tpl

Seek out times for the following line:
PHP:
<form action="../GameEngine/Admin/Mods/natarbuildingplan.php" method="POST">

and change it as follows:
PHP:
<form action="GameEngine/Admin/Mods/natarbuildingplan.php" method="POST">

It may be that you have in front of the 'GameEngine' another place '/', but it should work now.

Please excuse my bad english. I use Google-Translator for that :)

Look at the attachment and place the files in the archive at the right place. Dont forget to make an backup by rename the original-files.

best wishes
Ralf
 

Attachments

  • changes.rar
    1.3 KB · Views: 41
Junior Spellweaver
Joined
Feb 25, 2012
Messages
172
Reaction score
21
Is there a solution for the next problem ?

If you build a WW, there are no natar attacks ?
It is much nicer is there is a attack of natars on each 5 levels. (So 5 .. 10 .. 15 enz).


i do not know where to put it or find it (which file).
 
Newbie Spellweaver
Joined
Mar 28, 2012
Messages
80
Reaction score
44
Hello;

at first : excuse my bad english.....

I have following problem :
when i play as Romans and my hero die, it isnt possible to make him alive again.

as gauls it works !!

anyone has a solution for that?


best wishes
Ralf
 
Newbie Spellweaver
Joined
Apr 8, 2012
Messages
21
Reaction score
0
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home/u533843919/public_html/GameEngine/Protection.php on line 22
$_COOKIE = array_map('mysql_real_escape_string', $_COOKIE);
 
Initiate Mage
Joined
Feb 9, 2012
Messages
4
Reaction score
0
Helo yi12345 thanks for developing TravianZ, i hope you can continue this project until 100%. i want ask you about Doubling Troops, i can install your TravianZ Correctly but the troops is doubling please fix this problem.

I found another bug, when i want to create trap on trapper galia, i just got 42M of settler.

I found another bug again, if i attack another players or oasis, when the time is comming, prosecess was so heavy, and make server lagging.

please fix this, i use the travianX of advoicate, its not heavy process.

best regards, masudin

sorry for my bad english
 
Last edited:
Status
Not open for further replies.
Back
Top