[Release] Pokemon-Area based browser game

Page 78 of 78 FirstFirst ... 2868707172737475767778
Results 1,156 to 1,163 of 1163
  1. #1156
    Apprentice AglarCZ is offline
    MemberRank
    Feb 2013 Join Date
    15Posts

    Re: [Release] Pokemon-Area based browser game

    So you are not going to update/repair basic functions of your game for public right?

  2. #1157
    Member Snok is offline
    MemberRank
    Sep 2010 Join Date
    IsraelLocation
    80Posts

    Re: [Release] Pokemon-Area based browser game

    build trading system by yourself it's not that hard that you think

  3. #1158
    Account Upgraded | Title Enabled! Raftaar is offline
    MemberRank
    Apr 2013 Join Date
    274Posts

    Re: [Release] Pokemon-Area based browser game

    XD snok ...

    - - - Updated - - -

    Unless u copy from a site

  4. #1159
    Member Snok is offline
    MemberRank
    Sep 2010 Join Date
    IsraelLocation
    80Posts

    Re: [Release] Pokemon-Area based browser game

    u can't copy php scripts from sites -.-
    only front-end shit like html and css

  5. #1160
    Apprentice AglarCZ is offline
    MemberRank
    Feb 2013 Join Date
    15Posts

    Re: [Release] Pokemon-Area based browser game

    i dont know php at all, just few easy scripts.. i just wonder why some basic functions are not public or atleast for some money to buy.. i would understand some more complicated functions not to be public, but why not to share basic features of the game?

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

    Re: [Release] Pokemon-Area based browser game

    The preparation of these functions is not an easy task. We do not work with that after sharing 90% of users do not thank you. I have've had enough. Therefore, I do not share my work.

  7. #1162
    Apprentice AglarCZ is offline
    MemberRank
    Feb 2013 Join Date
    15Posts

    Re: [Release] Pokemon-Area based browser game

    So why you dont atleast offer these functions for guys like me, who would like to donate your work and buy these scripts? I know its your choice, but its really pitty for those who likes your work and who want to spread it to their country that they cant use some part of it just cause of some unfriendly guys.

    If you want, i can show you my site and talk about it on skype or teamspeak to show you how much i like your project to make you sure about my good purposes. I am not really the one who want to take only, i am able to give too. Thats why i want to support you by donating or so..

  8. #1163
    Account Upgraded | Title Enabled! felixcruzer is offline
    MemberRank
    May 2012 Join Date
    GermanyLocation
    289Posts

    Re: [Release] Pokemon-Area based browser game

    Are Player's pokemon alive?

    With this script you can check if player has pokemon with live - if they're defeated, the player gets automatically redirected to the pokemoncenter or you can show the player a simple div error.

    Script:
    Spoiler:

    //Are player pokemon alive?
    $kill_query = mysql_query("SELECT `wild_id`, `leven` FROM `pokemon_speler` WHERE `user_id`='".$_SESSION['id']."' AND `opzak`='ja' ORDER BY `opzak_nummer` LIMIT 6");
    while ($poke_live = mysql_fetch_assoc($kill_query)) {
    if($poke_live['leven'] <= 0){
    header('location: index.php?page=pokemoncenter');
    //echo "<div class='red'>Your pokemon are defeated, please visit the <a href="?page=pokemoncenter">pokemoncenter</a>!!</div>";
    }
    }



Advertisement