Hello E*PvP,
I finished my PHP Script, this script allow your players to find every mobs who drop the item that they are looking for. I think some screenshoots are better than a long text, so:
In first you have to enter the item name:
[Only registered and activated users can see links. Click Here To Register...]
And, the script will display the mobs list, and the maps where the monsters are:
[Only registered and activated users can see links. Click Here To Register...]
You can test this script here: [Only registered and activated users can see links. Click Here To Register...]
But pls note that our database is still in french, we will make an english one soon, so u have to enter french item name (exemple: "Poudre Alchimique Mgique" or "Epée d'argent"), it will too display french mobs
So, how to install?
First, you have to run the SQL server script in the archive (download bellow)
If you use french Sdata, and so a french databse (french or other languages that often use ''s), i recommand u to uncoment this part:
These quotes can cause some problems on ur logs
The episo 6 map ids are 102 103 104, you can change it if you want, it's at the end of the sql file, but don't forget to edit the dbo.MapNames table too ;)
So, next, simply put both php file in your web server
don't dorget to edit the db file:
Credits/thanks to:
Changelog:
-- v1
* Initial Release
-- v2
* Adding Armor and Wepeon support
* Now displaying Map Name
-- v3 (work under progress, thanks to [Only registered and activated users can see links. Click Here To Register...])
* Fixed security issues
* Better search engine
I'm open for any suggestions
DOWNLOAD: (V2)
I finished my PHP Script, this script allow your players to find every mobs who drop the item that they are looking for. I think some screenshoots are better than a long text, so:
In first you have to enter the item name:
[Only registered and activated users can see links. Click Here To Register...]
And, the script will display the mobs list, and the maps where the monsters are:
[Only registered and activated users can see links. Click Here To Register...]
You can test this script here: [Only registered and activated users can see links. Click Here To Register...]
But pls note that our database is still in french, we will make an english one soon, so u have to enter french item name (exemple: "Poudre Alchimique Mgique" or "Epée d'argent"), it will too display french mobs
So, how to install?
First, you have to run the SQL server script in the archive (download bellow)
If you use french Sdata, and so a french databse (french or other languages that often use ''s), i recommand u to uncoment this part:
PHP Code:
--'Uncomment this bellow if you get problems with '' 's
UPDATE PS_GameDefs.dbo.Items
SET ItemName = REPLACE(ItemName, '''', '_')
UPDATE PS_GameDefs.dbo.Skills
SET SkillName = REPLACE(SkillName, '''', '_')
UPDATE PS_GameDefs.dbo.Mobs
SET MobName = REPLACE(MobName, '''', '_')
UPDATE PS_GameDefs.dbo.ProductList
SET ProductName = REPLACE(ProductName, '''', '_')
The episo 6 map ids are 102 103 104, you can change it if you want, it's at the end of the sql file, but don't forget to edit the dbo.MapNames table too ;)
So, next, simply put both php file in your web server
don't dorget to edit the db file:
PHP Code:
$host='151.80.XXX.XXX'; // <-- IP Adresse of the server where your DB is hosted
$user='Shaiya'; // <-- Your DB UserName
$pass='Shaiya123'; // <-- Your DB Password
- [Only registered and activated users can see links. Click Here To Register...]
- [Only registered and activated users can see links. Click Here To Register...]
- [Only registered and activated users can see links. Click Here To Register...]
Changelog:
-- v1
* Initial Release
-- v2
* Adding Armor and Wepeon support
* Now displaying Map Name
-- v3 (work under progress, thanks to [Only registered and activated users can see links. Click Here To Register...])
* Fixed security issues
* Better search engine
I'm open for any suggestions
DOWNLOAD: (V2)