Requirements
Computer
MySQL Server
MapDestination.dat (found in the ini folder of EO)
My Application
.Net Framework 3.5 (Possibly works with other Frameworks) - Used 64bit and 3.5 to code
Functions
Change/Update values
Load MapDestination.dat
Connect to MySQL Server
Save MapDestination.dat
View By All
View by Map (SubMenus)
Important
Make sure to run this Query before using the application or it will not work.
Code:
DROP TABLE IF EXISTS `cq_mapdestination`; CREATE TABLE `cq_mapdestination` ( `id` int(4) NOT NULL auto_increment, `name` text NOT NULL, `menuid` bigint(4) NOT NULL default '0', `mapid` bigint(4) NOT NULL default '0', `xpos` bigint(4) NOT NULL default '0', `ypos` bigint(4) NOT NULL default '0', `parentid` bigint(4) NOT NULL default '0', `description` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM;
How to use
- Enter MySQL Login and Host information
- Goto View All Tab
- Load MapDestination.dat
How to Edit
- Follow How to use instructions
- Click on the entry you wish to change
- Edit the fields in the selected boxes
- Click the Change Button
- Finally Save MapDestination.dat
Notes
-1 Values refer to fields not used for an entry. An example is a sub-menu path location has no mapid so it will have a value of -1 it aswell has no menuid so again -1. It only has it's parentid, x position and y position.
Limitations
500 Paths without adverts.
Previous Versions:
Code:
Since I could not advance edit my last thread about this [url=http://www.elitepvpers.com/forum/eo-pserver-hosting/336009-release-beta-path-finder-compiler.html][Here][/url] I had to make a new thread. Download the Attached rar and then read this readme below [b]ReadMe[/b] Before even running the application please run this SQL script within your database [code] DROP TABLE IF EXISTS `cq_mapdestination`; CREATE TABLE `cq_mapdestination` ( `id` int(4) NOT NULL auto_increment, `name` text NOT NULL, `menuid` bigint(4) NOT NULL default '0', `mapid` bigint(4) NOT NULL default '0', `xpos` bigint(4) NOT NULL default '0', `ypos` bigint(4) NOT NULL default '0', `parentid` bigint(4) NOT NULL default '0', `description` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM;
Once that is done goto the View All tab and load your MapDestination.dat
If you wish to sort into smaller manageble groups use the View By Map tab.
To view a SubMenu's various destinations just select it in the PathNames list box.
Current Features:
Load MapDestination.dat
Change Values (All Values tab only)
View all values [i]decrypted[/b]
Sort by Map
View Sub Destinations
Connect to SQL Datbase
Bug Fixes:
Decryption Process was slightly off.
Previous Versions:
[/code]Quote:
Originally Posted by V0.1I am releasing this Beta Version of an upcomming Path Finder Compiler. The problem is I am sure there should be a couple bugs here and there I would just like a few of you guys to test it for me and posting what locations are screwing up. Once I have it bug free I will then end up adding the save function and add path find location.
Current Features:
Load MapDestination.dat
Change Values
View all values decrypted.
I can't seem to upload any files here atm so I will link it.







