Jump to content
Pokémon Vortex

Canol1

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Canol1

  1. I realize RNG is a problem so I'm thinking about changing maps.

     

    Before: Random chance of finding a Pokemon

    After: Searching the map will increase your "searches" which can be exchanged for Pokemon

     

    I feel like that's a better way than always finding a Pokemon after x searches.

     

    Edit:

    More choices:

    A setting that increases the chance to find Pokemon, but makes them much stronger. This is only possible once a battle system is added.

    Purchasing an item that increases the chance to find Pokemon. Only lasts for a certain number of searches.

     

     

    Feel free to post features you guys want (except battle, I know people want that). I also have some ideas for Wonder Trade (offering legends = only receive legends in return, etc), but I might just add a GTS instead where you don't need to select a specfic Pokemon but can toggle categories like legends, certain generations, etc.

    • Upvote 1
  2. I've tried multiple accounts (including one that wasn't created by me, thanks to a mod) but get the same result for all of them.

     

    @Scheryar

    I tried logging in directly after I created the account today

     

    It doesn't display any message even if the form is empty, so I believe the site is checking something before all of the form checks. I hope Patrick will attempt to figure out the problem which should just take a minute or two.

  3. Notes:

     

    I will not be running this site myself, so this thread will not include a link to a different game


    I'm currently working on an open source Pokemon RPG made with PHP
    Pokemon data was obtained from veekun

    Information:

     

    - IP addresses are hashed before they are inserted into the database
    - Queries are performed using PDO
    - Text filter that users can choose to disable. Enabled by default
    - Option to enable increased account security when logging in, which prevents any other IP from using your authorisation token
    - Javascript is optional. No features will require javascript to work correctly
    - Users can capture their last found map pokemon at any time. It would be unpleasant if they found a rare pokemon and accidently searched again!
    - Deleting messages removes them from the database instead of flagging them as deleted. Soon, messages will no longer be deleted, but the subject and content of them will be.

     

    Media (last updated on 2018-05-08):

    https://files.catbox.moe/uogc5y.zip

    Dynamic map: https://files.catbox.moe/v57ylm.png


    Source (read below before using):
    2018-05-08

     

    https://share.riseup.net/#AHdA-5Mc9MVTrQkPhqNljQ

    Changelog:

    User party is now cached in the User class
    Cached party data will be used when a user views their own profile
    Fixed user parties showing Pokemon in the wrong position
    Correct money amount is now shown after battle without needing to change the page
    Modified maps. Removed old maps and added new ones. Now randomizes and sorts the map pokemon array

    Fixed broken CSS on Buy Pokemon page

    Removed rpg_settings database table

    Removed view.php and replaced with pokemon.php?view

    Switched privileges from database to settings.php
    Recoded privilege checking in User class
    Added new privilege: use markdown
    Added markdown support to private messages, news posts, and news comments
    Added notification for unread messages
    Fixed messages not being marked as read

    Added Species ID to pokemon view page
    Fixed Pokemon names not including the form and variety when performing actions in your box

    Added GTS


    Next release (last updated on 2018-05-08):

     



    How to set up the source:

    Read the "Getting started" section of _README.txt in the source

     


    If you notice any sensitive information in any of the sources, please tell me immediately, thanks!

    • Upvote 1
  4. Username: Canol

    When I enter my information and submit the form, I'm still on the login page and no error is displayed

     

    Also, when I was joining the forum it asked what Charmander evolves into but said "Charmeleon" (without quotes) was wrong

×
×
  • Create New...