Implemented: Change of form method in the "Look for noble claims" dialog on "Noble planner" page

DeletedUser410

Guest
I suggest to change the method POST to method GET in the search dialog on "Noble planner" page. Than it will be possible to write simple scripts like
{game}/screen=ally&mode=reservations&search_for=PLAYERNAME&search_by=2
to show reserved villages of any player.

That could be used mainly for obtaining lists of your own claimed villages.
 

DeletedUser

Guest
Very good idea. Exactly same idea i've placed to CZ forum. /In my case mainly to filter player itself, but for "any" players is for all purpose/

And not necessary exactly to change POST to GET, but any interface how to apply filter directly from URL parameters.

EDIT: Heh. Not "another" same idea. Recognized PATES to be from CZ TW :-D
 
Last edited by a moderator:

DeletedUser

Guest
A workaround SCRIPT
(fake "form" inserted and submitted, to make POST method accessible from js)

-----

To display Your own reservations (in Noble planner). One click access.

Source: Script by "omaslo" http://forum.divokekmeny.cz/showthread.php?p=183402#post183402
inside script You must change text "omaslo" to Your account (player) name.

And next post is modified script for 6.1+ withou necessary to change name (player name filled autamatically)
 

DeletedUser73

Guest
Filters and export feature installed to do this for your own claims at least.
 
Top