Travian3 Beyond - ML&CN

By ms99 Last update Feb 4, 2010 — Installed 5,883,319 times.

Requests

in
Subscribe to Requests 1290 posts, 286 voices



ms99 Script's Author

Post your requests here. Your comments about posted requests should go here, too.

 
BmW User

Ok :P A request ;) This is weird now :) And theres no "Topic" for chatting, so maybe you could do a new Topic -> "Comments" or "Chat" (= So that we dont "spam" here :)

 
DMaster Scriptwright

is it possible to change the title of the "total troops" table of the rally point..
like this:

 
DMaster Scriptwright

inorder to different it from te other tables..

 
mac.cat User

show the def and off rank in the profile of a player. it's annoying to look it up all the time..

 
Brains Scriptwright

Couldnt this be standard?
I think it's the most common thing.

 
yabash User

I think that when you click 'select all troops',
you want to attack with them -
so you don't want scouts...

 
Promprom User

@Brains : if u want to do it yourself find this line :
i4Check.setAttribute("checked", "true");
and transform it as comment :
//i4Check.setAttribute("checked", "true");

I think to uncheck crop by default is a good idea ;)

 
ms99 Script's Author

Hi Brains & Promprom,

I don't think deselecting crop by default is a good idea. Sorry for that. I may add an option to the Setup into a next version for this.

 
ms99 Script's Author

Hi yabash,

The "select all troops" function does exactly what it states... It selects all your troops. Nothing more, nothing less.
We can add additional options if necessary and accepted by the others, but "select all troops" should remain as it is.

 
Brains Scriptwright

@promprom
The problem with that, is i have to do it for every update

@ms99
I really thing it is the most normal thing, not sending crop using it... but i will hope for a setup option then :)

 
Brains Scriptwright

making it possible to able/disable the links to dorf1/dorf2 at the village-list, via the setup.

 
Brains Scriptwright

Okay, a good request (and possibly not that hard):
Add this to the market 'Offer'-page (http://sX.travian.com/build.php?id=30&t=2)

 
DMaster Scriptwright

i could be problematic...
you cant know the width of each languege translation...

OMG finally i can edit !!!
edit option is available.. under your username...its small..but its there..

 
Brains Scriptwright

Hmm.. its possible in the http://s2.travian.com/build.php?gid=17 page..
But i dont know much about coding, so i'll just wait, and hope :)

 
alala Scriptwright

First of all I would congratulate the author for this excellent script. Simply said... if I had not found out this script for TRAVIAN, I would have quit playing it long time ago.

THIS SCRIPT IS SIMPLY THE BEST !!!!

After all this raving... I would state my main reason writing this review. It is to request these additional features:

1.> Better battle summary report after attack or raiding some village. [Author please don't take it personally... I like the additional info displayed by "Hacked FR" script... If you don't mind could you see that script and implement the code]

2.> In MARKET "Send resources" section could you give us an option to save the choices made... just like in the "Sell" section?

3.> In the SELL section of MARKET... could you please give us a tool to auto sort the saved choices by resources.. i.e., just like you have done in the BUY section.

4.> In MARKET's OFFER/SELL section: Is there any way to have some "X" value of hours auto filled and selected in "Max time of transport" check box for all the trades we OFFER.

5.> Finally I would like to request: When viewing some one's village... could you also provide His/Her Travian RANK (in attack, defense and general). As I always use these values to determine the type of player I am dealing with. ( Like higher Attack/Defense rank indicated that the player is offensive/ defensive type... although this is useful early on in the game or for small players).

Please, if I am not imposing too much, can you implement these features. It will save us a lot of time.

Thanks and CHEERS TO YOU !!!

**Sorry I originally posted this in Reviews section.

 
phob0z User

I think the same as Brains, it should be able/disable dorf1 and dorf2 new links at the village list in the setup... If you want I can do it, but not today because I have a very important test tomorrow and I won't have time :(

 
BmW User

@Alala
So my opinion about what Alala wrote:

1. I dont know how this looks like, so i cant say nothing

2. I dont like it

3. That might be good

4. If it is an additional table that would type how many hours we selected on that trade, then i like it, its good to know that

5. It would be good, but i dont think its that easy to do

BmW

 
Danne User

I would like another function to the NPC that's a feature in NPC Add-In!

It shows you how many units of each type of troop you can build with the total resources you've got, and with a singel click it fills in the correct amount to NPC! It also has a choice for each resource if you wanna NPC everything to a singel resource (e.g. crop).

 
BmW User

@Danne
That is already in the script, but not like you typed, those info is not in NPC page but in Barracks/Stable/Workshop under the unit name, which i think is better then what you typed.

BmW

 
yabash User

ms99,
can you do that when you type 'max' in the option in the setup 'how many scouts to send',
it will send them all.
if you can,
make it available to write something like 'max-10'

 
lingo User

@yabash
u can click on the number that is left to where u right the number of scouts in the "send troops" page

 
Brains Scriptwright

@BmW
The difference with the links provided by the barrack, ect., and the option in Travian AddIn, is that the travian AddIn-script fills it up with the rest of the resources, meaning that if you by example have written 20k in the crop-box, and then press the (example) Clubswinger button, it will distibute the leftover resources, instead of the total.

I would also like to see this function added!

 
ms99 Script's Author

@Alala,

Thank you for your consideration.

1. I do not intend to replace the Battle Analysis script. This script is compatible with the "Battle Analysis" and if you install this one too, the reports generated by the "Battle Analysis" will be shown. This script was specially modified to be compatible with the named one and permit this behavior.
2. Evaluating.
3. There is only one problem. The table that you see is not the complete table. It has only some rows deactivated depending on your filters. Adding sorting to some columns may not produce the desired result.
4. It is possible.
5. This would require that I make at least 3 AJAX requests to the server to get this statistics information (from 3 different tables), every time you open a village. This script tries to avoid this kind of patterns (every time you open a village, there are 3 other pages that you request in short time, concerning owner statistic information) that may be suspected as unusual activity on the game server and eventually lead in a banned account.

 
Brains Scriptwright

@ms99
About point 5. there.
I think the thing Alala is talking about is loading this data when you enter a persons profile-page.
To avoid the automatic AJAX, it could be something like this:

And pressin the load:

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel