New Poke Market
Download Link:
Poke_Market.rar
Images:
Setup:
- Copy the files to your web server.
- Modify the index.php in the market path.
If you like it then do not forget to like a button is pushed.Code:<li><a href="?page=pokemarket"><?php echo $txt['menu_market']; ?></a>
Thank you.
Regards Kiru Hoshino
How can I remove unnecessary language options? and I Want to Change Flag Icon.
Can someone help?
![]()
Alright guys I have taken the time and have fixed this up a great deal for you all. It sill needs a lot of work but it's still an improvement. It is 99% translated to English with some extra features.
Some changes below
Fixes
- Wild Pokemon encounters are fixed
- Pokemon battles are now possible
- Pokemon battle graphics have been fixed, no more missing images
- Pokemon re arranging has been fixed, now supports older browsers
- Item Pokedex now functions correctly
- Experience bars now update automatically
- Combat now updates automatically
- Fixed trainer battles
- Fixed gym battles
- Fixed player dueling
- Fixed some maps not obtainable
- Fixed event messages
- Fixed Growl doing 150 physical damage
- Fixed work MySQL error handling bad request
- Fixed flip a coin in the casino
- Fixed selling pokemon
- Fixed pokemon trades
- Fixed clans
- Fixed money transfer to clans
- Improved clan profile page
- Fixed Seismic Toss
- Fixed Dragon Rage
- Other skill fixes
Other
- Cash shop temporarily removed
- Added Pokecenter music
- Added battle music
- Translations 99% complete (Minor changes needed)
- Added the ability to win gold from wheel of fortune
- Admin panel manual account status resets (Resets wheel of fortune plays, stealing, banks, etc...)
- Added animated images provided by KiruHoshino
- More that I can not remember
Known Issues
- Not all Pokemon Skills function correctly, needs some re writing
- Evolution page has an error when a Pokemon evolves that has a form that requires trade evolution afterwards.
Good luck all, and enjoy!
Download: Click Here To Download
Database: Click Here To Download
EDIT: Forgot to update player profiles for the image format change. Simply download the file below and replace with yours.
Profile Update: Download
Last edited by Zeriu; 09-02-13 at 11:57 PM.
Index.php
and style.cssCode:<div id="header"> <div> <ul> <li class="en"><a href="index.php?page=<?php echo $page; ?>&language=en" alt="EN" title="EN">English</a></li> <li class="nl"><a href="index.php?page=<?php echo $page; ?>&language=nl" alt="NL" title="NL">Netherlands</a></li> </ul> <h1><a href="index.php" title="Home" class="logo"><?php echo $txt['logo_text']; ?></a></h1> </div> </div>
flag image:Code:#header { width: 990px; height: 160px; border-bottom: 20px solid #7da21b; background: url(../images/layout/header.png); } #header div a.logo { width: 200px; height: 100px; margin: 35px 0 0 83px; background: url(../images/layout/logo.png); text-indent: -9999px; float: left; } #header div ul { padding: 20px 20px 0 0; list-style: none; float: right; } #header div ul li { margin: 0 0 0 10px; float: left; } #header div ul li a { width: 22px; height: 16px; background: url(../images/layout/lang.png); text-indent: -9999px; float: left; overflow: hidden; } #header div ul .en a:hover { background-position: 0 -16px; } #header div ul .de a { background-position: -22px 0; } #header div ul .de a:hover { background-position: -22px -16px; } #header div ul .es a { background-position: -44px 0; } #header div ul .es a:hover { background-position: -44px -16px; } #header div ul .nl a { background-position: -66px 0; } #header div ul .nl a:hover { background-position: -66px -16px; } #header div ul .pl a { background-position: -88px 0; } #header div ul .pl a:hover { background-position: -88px -16px; }
/images/layout/lang.png
Added an update to player profiles. Forgot to add the changes for the new image format. Download is below. Simply download and replace with your current files.
Profile Update: Download
nice to see someone beat me to releasing fixes, anyways my site is Pknest , if you have any questions let me know, im redoing mostly everything
I don't understand why but every time I make an edit to my posts. An admin needs to approve the change before my post shows up... So frustrating. So my post for the fixes and download I made are currently not listed while I wait for it to approved...
for trainer dules im about to fix it anyone know anything before i start working hours on it
Trainer Battle Download:
trainer.rar
![]()