Thank you very much. Great Work.![]()
Thank you very much. Great Work.![]()
great works!
You may have noticed that we no longer Pokemon does the order has been changed.
Not to worry. Here is the solution. Download and overwrite the files.
Download: Modify-order.rar
Have nice day.
kiru that doesnot work :/
It works for me. My website is the one I use.
i forgot the crons setup please help
thanx kiru
Screenshot by Lightshot
CHAMPIONS
RANDOM champions come
they give random prizes like
rare candy , gold , stones , tms etc
CRIMINAL ORGANISATIONS
Screenshot by Lightshot
can anyone give me complete images
mine pokemons images are not complete
gifs :/
Download the source in the first post. It contains all the images.
thanx,,,,
My captcha is giving error
Screenshot by Lightshot
Screenshot by Lightshot
please help
I'm currently tryin to import a map movement system.
Screenshot:
Spoiler:
For a demo click here:
Pokemon-Germany.de
or look at my signature
It's currently only code, i need someone who can help me with adding things like:
-mysql map position save
-If player is in grass the pokemon-area battle screen appears
-Your Sprite has your username over his head
-Starter Pokemon Following
-etc. etc.
Last edited by felixcruzer; 25-06-13 at 09:44 PM.
felixcruzer : You can check on POKECREED source there are some of this things.
Im stuck trying to put a HIT animation in battles but dont work , this are the lines :
wild-attack.php : In the JSCRIPT :
//Player Do Attack
$("button[id='aanval']").click(function(){
if(speler_attack == 1){
if($(this).html() != ""){
speler_attack = 0
$("#message").html($("#pokemon_naam").html()+" <?php echo $txt['did']; ?> "+$(this).html()+".")
$("#hit").show()
$("#potion_screen").hide()
In the HTML :
<div align="center"style="display:none;"><img id="hit" src="http://forum.ragezone.com/f705/images/test.png"/></div>
Bassically with this when you click in the attack button a hit animation will appear over the mob , but dont work , need the help of someone with CSS knowlege.
I have a problem, special letters like ä, ö etc. are displayed as a "?".
How can i fix this? I already use charset=utf-8
Edit: delete charset=utf-8 line in index.php fixed my problem lol
Last edited by felixcruzer; 26-06-13 at 04:41 AM.