[Release] Pokemon-Area based browser game

Page 3 of 78 FirstFirst 12345678910111353 ... LastLast
Results 31 to 45 of 1163
  1. #31
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    Hey. Made with an additional small Pokémon Info.
    Open for editing ajax_call/pokemon_info.php file.

    Find the following line.
    Code:
    else $info['type'] = '<table><tr><td><div class="type '.$info['type1'].'">'.$info['type1'].'</div></td><td> <div class="type '.$info['type2'].'">'.$info['type2'].'</div></td></tr></table>';
    Paste below:
    Code:
    $result = mysql_query("SELECT wild_id, vangbaarheid FROM pokemon_wild WHERE wild_id='".$_GET['pokemon']."'");
    	$szamok = mysql_fetch_assoc($result);
    	$egesz = 255;
    	$egy = $egesz/100;
    	$kerdeses_szam = $szamok['vangbaarheid'];
    	$eredmeny = $kerdeses_szam/$egy;
    	number_format($eredmeny, 2, '.', '');
    
    	echo "Successful catch rate: ".round($eredmeny, 2)."%";
    And save.
    I hope everyone likes. : D

    Regards
    Kiru Hoshino

  2. #32
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Not bad, but i assume that only tells them the catch rate, you should change that to which pokeball, or that might not be the catch rate but the encounter rate.

  3. #33
    Red like a Tomato! tomad is offline
    MemberRank
    Nov 2007 Join Date
    NetherlandsLocation
    358Posts

    Re: [Release] Pokemon-Area based browser game

    Thanks for releasing it al together!
    I'm gonna try it :P


  4. #34
    Alpha Member Masius is offline
    MemberRank
    Dec 2007 Join Date
    1,580Posts

    Re: [Release] Pokemon-Area based browser game

    Downloaded this and cleaned the .sql file out of all of its crap (report logs, accounts, etc etc etc).

    Here's the CLEAN database with only ONE ACCOUNT created (username: Admin, password: admin). All of the pokemon data is secured.

    As you can see, the size has greatly decreased compared to the original SQL file (the original file had over 90k lines, this one has 25k)

    Link: pkmo_area.sql

    Edit: currently working on translation to english.

    So far i've translated:

    * ACCOUNTS OPTIONS
    - the 4 pages that are included on this link
    * RANKING LIST
    * STATISTICS
    * REGISTRATION
    * REFERAL
    * SELL PAGE
    * ITEMS PAGE
    * HOUSE PAGE
    * MY POKEMON PAGE
    * COMMUNICATION PAGE

    Now working on the ACTIONS pages.

    - There's TOO much for a single person to translate.
    Here's what I translated, whoever wants to proceed go ahead, my head is completely blown haha

    http://www.mediafire.com/?ptbzh25ab7ocqbs
    Last edited by Masius; 19-01-13 at 07:42 PM.

  5. #35
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: [Release] Pokemon-Area based browser game

    how to fix email activation code how to edit email adress

  6. #36
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    Open register.php

    Find this line.
    Code:
    $activatiecode = rand(111111,999999);
    And now to write this.
    Code:
    $activatiecode = rand(1);
    So in theory, but does not require activation and can immediately log onto the website.

    Not sure if it was good. Not tested.

    If it helped do not forget to press like a button. :)

  7. #37
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    SO attacks dont work... anyone know how to fix this?

  8. #38
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    they do work, just the system only works 50% of the time. you can try and rewrite how it checks pokemon moves and then does the right action according to the attack used.

  9. #39
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    no i mean no attack is working, i dont see any action... and when ever i try to click other pages it is stuck on a battle unless i erase everything and go back to the index

  10. #40
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    yeah, that happens alot. it works more often when using firefox web browser, google chrome it often stops in the middle of a battle. It will say things like unknown move or just will always say the last thing that the enemy has done.

  11. #41
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    I am using fire fox, I mean like nothing is even going on at all o.o it doesnt even let me chose an attack, doesnt explain why I cannot use items x.x like rare candy.

  12. #42
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Rare candy isn't used in battle, but this source is not good, riddled with bugs. would be much more beneficial for you to make your own as you would then learn more.

  13. #43
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    Guess i have to first translate allot of things, then make stuff functional... sigh me and my team will release our findings when we get everything done, see you guys on the other side... and please post any helpful linfo here please.

  14. #44

    Re: [Release] Pokemon-Area based browser game

    what an interesting release...
    I always love pokemon...

    Is everything PHP based?
    I'll download the source & and see what i can do to contribute...

    At any rate, Thanks @Masius you're a life saver :D

  15. #45
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    we need more brwser based releases tbh... they are really underated.



Advertisement