Jump to content
Pokémon Vortex

Chris_

Retired Staff
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Chris_

  1. I wouldn't consider gaming a physical sport, for obvious reasons. There are some games however, that are being branded as an e-sport, such as games like Counter Strike: Global Offensive, DOTA, League of Legends, and there are plenty more. As for fishing being a sport, I'll leave that opinion to Rob, as I don't know enough about it to give my own.

    Edit: I fixed your thread a bit. It seemed.. off letting people post only what sport they play.

  2. This is an away message script I made for mIRC. I'm not always around, or I'm usually busy, so I can't respond to everyone. Feel free to use this yourself. If you can improve my code, feel free to do so and explain why it's better in a reply, I'm more than happy to listen.

    Insert the code into your remotes (CTRL+R).

    To set your "away" message type: /statusmsg Status Nickname
    For example, you can type Busy instead of Away: /statusmsg Busy Chris|Busy

    Code

    alias statusmsg {
      if ($1 != back) {
        set %status $1
        nick $2
      }
      else { halt }
      if (%status) {
        unset %status
        nick $2
      }
      else { halt }
    }
    
    
    on *:text:*:?: {
      if (%status) {
        if (!%busy. [ $+ [ $nick ] ]) {
          set -z %busy. [ $+ [ $nick ] ] 1200
          msg $nick Automated Message: My status is currently set to  $+ %status so I may respond slower than usual, or not at all. You won't see this notifcation for another 20 minutes if you message me again.
        }
        else { halt }
      }
      else { halt }
    }

     

    • Upvote 1
  3. This is a jQuery popup I made in my free time. Feel free to use it in your own projects. If you can improve my code, feel free to do so and explain why it's better in a reply, I'm more than happy to listen.

    See it in action: https://jsfiddle.net/u4pw6m6j/1/

    Click the link "Display" and it will show the popup. Click outside of the content (In the black area) and it will close the popup.

    jQuery

    $(document).ready(function() {
      // If they click the ID display the popup
      $(".popup-header").click(function() {
        $("#popup-container").fadeIn("fast");
      });
      // If they click outside of the content close the popup
      $("#popup-container").click(function(event) {
        var target = $(event.target);
        if (target.is("#popup-container")) {
          $("#popup-container").fadeOut("fast");
        }
      });
    });

    HTML

    <a class="popup-header" href="#">Display</a>
    <!-- Popup Container -->
    <div id="popup-container" style="display: none;">
      <!-- Popup Content Container -->
      <div class="popup-content">
        Hullo
      </div>
    </div>

    CSS

    #popup-container {
      background-color: rgba(0, 0, 0, 0.6);
      /* For IE 5.5 - 7*/
      filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      width: 100%;
      height: 100%;
      z-index: 9999;
      top: 0%;
      position: fixed;
    }
    
    .popup-content {
      color: #000;
      background-color: #fff;
      border-radius: 10px;
      height: 85%;
      width: 70%;
      padding: 10px 20px 0 20px;
      margin: 0 auto;
      top: 7%;
      position: relative;
      overflow: auto;
    }

     

    • Upvote 1
  4. I'm currently playing Blade and Soul. It's a Korean MMO, developed by NCSOFT. The combat is based off of martial arts and has an action aspect to it. The goal, so far from what I can tell, is gathering the required materials to upgrade gear. You upgrade gear until the item can be broke through, then using a more rare material you breakthrough the item and do everything again.

    You perform all of which I explained while leveling your character and you can level by questing or running through dungeons (Although dungeon grinding is very slow). I wouldn't suggest mob grinding as you gain next to 0 kill experience. I haven't reached the end-game yet so I can't really inform you of my experiences in that category, but I am very much so enjoying the game at the moment with my friends and I'll likely continue to play it for a while.

  5. There have been a lot of reports about attacks you can purchase saying "You do not have enough money" when trying to buy them for your Pokemon.

     

    This is not a bug or glitch, it is intended as you're very likely buying an attack that has a special effect other than damage.

     

    Because these attacks do no damage and the effect has not yet been added to the game, the attacks cannot be purchased as to stop the creation of accounts where Pokemon do not attack each other. (AKA Training accounts)

     

    As these attacks effects are added into the game, they will then become available for the displayed price.

    Please do not report about this as we are aware and as I said, it's intended to be this way for now.

    • Upvote 1
  6. As some of you know and all of you are now finding out reading this, Vivillon forms in v3 of Pokémon Vortex are based on that of your account so while one of you may be able to evolve your Spewpa into Vivillon (Monsoon), another person can evolve theirs into Vivillon (Ocean).

    So if you're a person who likes to complete the Pokedex or complete a set of a specific Pokémon - This topic is for you. Come here and post what Vivillon pattern / form you have been assigned to your v3 account and trade with everyone else who has the others.

     

    Here are all the different patterns of Vivillon in v3
    http://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Archipelago).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Continental).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Elegant).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Fancy).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Garden).gif

    http://static.pokemon-vortex.com/images/pokemon/Vivillon%20(High%20Plains).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Icy%20Snow).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Jungle).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Marine).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Meadow).gif

    http://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Modern).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Monsoon).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Ocean).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Pokeball).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Polar).gif
    http://static.pokemon-vortex.com/images/pokemon/Vivillon%20(River).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Sandstorm).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Savanna).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Sun).gifhttp://static.pokemon-vortex.com/images/pokemon/Vivillon%20(Tundra).gif

    • Love-dis 1
    • Upvote 4
  7. When creating a report thread, please make sure to be as informative and thorough as possible. At minimum a report must include the scammer's username, the scam message, and a screenshot as proof. Any user who tries to create a false report in an attempt to get an innocent player banned, will be punished with a ban.

    • Love-dis 1
    • Upvote 10
  8. If you've just signed up, introduce yourself here.

    If you're leaving the board for some reason, let us know why.

     

    Hi there, I'm Chris. I'm an Administrator here at Pokemon Vortex and my job is to help develop and maintain the game, forums, etc. I've been around since the beginning of beta back in 09 and I hope to be around for the rest of the game's lifespan! If you need any help with anything, feel free to shoot me a PM and I will do my best to answer you. xD

    • Upvote 2
×
×
  • Create New...