Neo Shadowdream

Super-Powered
  • Posts

    343
  • Joined

  1. Ninja/Beast run, are 0.46 end/s compared to sprint, and it's variants at .29 end/s. Not calling you out, just pointing it out.
  2. I believe the store is down, which means bought character slots are locked, and account services, including the merit vendors is down.
  3. No, the respec will stay with you, as will the ability to use any Patron Pool pool, regardless of your alignment when you do the respec.
  4. Ninja/Beast run are a end hog that people don't usually consider too.
  5. Do you have Stamina 3 slotted with EndMod? My BS/Shield has no end issues at 32, 3 lvl 35 end mods in Stamina, 1-2 on the toggles, and one here and there in the BS attacks.
  6. I made an installer for the Mac a while back. Some people have issues with it, and ATM, I can't run OSx86 to test/develop more.. So it's kinda stuck as it is. The download is on the VidiotMaps site though.
  7. Quote:
    Originally Posted by Hendrake View Post
    Totally awesome tool, is there any way to make the plots go horizontal instead of vertical?
    Not at the moment, but I will add it to my todo list. Basically it will make the plots menu longer, again, but it will be an option.

    [Edit]I lied! There is now a Flip Plot option under the Plot Menu!
  8. Quote:
    Originally Posted by Snow Globe View Post
    He's using JQuery.
    jQuery, with PHP in the backend.
  9. Quote:
    Originally Posted by SilverSablinova View Post
    Forgive me for asking but where are the color controls? I'm using IE.

    Example:

    http://webapps.sgspaces.net/cohstuff...BaseConfig.xml

    Still - nice resource!
    There is no way for the end user to adjust colors, at the moment.
  10. Yeah.. that's because I added the menu bar above, when I saved that the menu was to the left, everyting is now pushed down 45px.. I just need to update the url in the post.

    [Edit] Link above has been fixed, thanks Snow Globe!

    Here is a more advanced look at what it can do, from my base on Victory "Ravens Nest" http://webapps.sgspaces.net/cohstuff...BaseConfig.xml
  11. Quote:
    Originally Posted by Tife_the_Gilded View Post
    Doors altered colors to make it easier to distinguish would be nice.
    Done, I'll be playing with colors.. but it's there
  12. Hello all,

    I've been working on a web Base Layout designer, and I come to you with progress!

    http://webapps.sgspaces.net/cohstuff...BaseConfig.xml

    I don't have all room types / sizes added yet, and it has VERY basic functionality, no collision detection, but there is a save/load function, and as seen above, there is a share functionality too. I will soon be adding a cost calculator, and if I can figure out how to do it, add basic functional items, so you can calculate Power/Control usage.

    Please leave feedback, and any issues you discover, so I can further this hopefully useful project.

    *3/24/12 - Added Price Calculation.
    *3/25/12 - Added some basic items, and Power/Control calculations.
  13. Challenge: Graveyard/Tomb, Entry submitted.
  14. Quote:
    Originally Posted by Captain_Photon View Post
    You've got these backward. Daylight Saving Time is one hour ahead of Standard Time, so, for example, Central Standard Time is GMT-6, while Central Daylight Time is GMT-5.
    HA! So I do... my bad :/

    Quote:
    Originally Posted by Texas Justice View Post
    Right-clicking the time in my system tray doesn't tell me anything of the sort.

    It gives the standard taskbar/system tray right-click options.

    Yes, I have the time/date set for my time zone.

    I haven't seen that right-click behavior in any version of Windows that I've run, all the way back to Windows 3.1 The only version I can recall not having run was Windows NT 4.
    Left click, Change date and time settings, it then shows timezone as UTC +/-
  15. CDT is GMT -5, CST is GMT -6. If time is 12 PM (Noon) GMT, CDT would be 7 AM, CST would be 6 AM. EDT/EST -4/-5, CDT/CST -5/-6, MDT/MST -6/-7, PDT/PST, -7/-8.
  16. http://webapps.sgspaces.net/cohstuff/click.php?id=2
    There is A LOT in that, so look over the options to see if there is anything else you like too...
  17. Are you just trying to get the badge locator help stuff working? If so, then I have a community mod installer, that also has a lot of other useful stuff as well, though you can deselct everything except the badge helper stuff.

    To answer your question directly, no you can't change to the old style, but you must be doing something wrong, as the badge location /help stuff works perfectly fine for me today with the new window.
  18. Quote:
    Originally Posted by Tessa View Post
    It is the same patch that went up on the regular servers, if you didn't d/l it when it went up (I think on Tuesday), you will need to d/l it first before entering the Training Room tonight.
    CoH Live: 2060.201108130612.1.0
    CoH Test: 2060.201108180101.1.0
    bin.pigg changed
    geom.pigg changed
    geomBC.pigg changed
    geomV1.pigg changed
    geomV2.pigg changed
    mapsMissions.pigg changed
    So, no they aren't the same patch.
  19. Unknown = less then X amount of people on the server, but the server it's self is up.
    http://sgspaces.net/server_status/
  20. Quote:
    Originally Posted by Supernumiphone View Post
    That's the way I read it, but what's to stop anyone from making a new master account?
    I just bought 2 codes for $1.99 each on my EXISTING master account. Going to use Serial Code prompts me to make a new account, under said master account. So W00T! My daughter gets her own CoH account, and I get a 3rd
  21. http://sgspaces.net/server_status/
    I wrote a pretty accurate server status checker... feel free to use it, and spread the word. Sadly, I can't help with the connection issues.
  22. Right click City of Heroes, and click Repair (Consistency Check)
  23. It took me 10 minutes to write one from scratch and that included remembering that the game servers are UDP, and that to check UDP ports in PHP you have to write to the open socket, and see if there is an error...