18.05.2011, 19:10
Hello TWLAN community,
This is my first public tool for DSLan. With this tool you can see on map information like resources , farmspace, market dealers troops and walking duration.
Screenshots:
Download:
Download
Installation:
1. Execute SQL Query on database:
2. Copy the files from map_info1.0.zip into htdocs.
Please report any bugs.
This is my first public tool for DSLan. With this tool you can see on map information like resources , farmspace, market dealers troops and walking duration.
Screenshots:
Download:
Download
Installation:
1. Execute SQL Query on database:
Code:
CREATE TABLE `map_info` (
`id` int(11) NOT NULL auto_increment,
`userid` int(11) NOT NULL,
`resources` int(1) NOT NULL,
`farm` int(1) NOT NULL,
`dealers` int(1) NOT NULL,
`troops` int(1) NOT NULL,
`attktime` int(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;
Please report any bugs.