|
|||||||
![]() |
|
|
Thread Tools |
|
|
#501 |
|
Join Date: Nov 2012
Posts: 51
Sinnoh
|
My only suggestion would be to add more battle music if possible ( Gym leader themes, E4, ect.) Thank you and have a nice day :D
__________________
Lul you are reading my signature. -Volt |
|
|
|
|
|
#502 |
|
barely clinging on
Join Date: Dec 2011
Posts: 755
Location: Singapore ^.^
|
The only reason you would need to rearrange your team is if you have a Zoroark on it - and if you have a Zoroark on it, it already lets you rearrange it as you like. Otherwise it just lets you choose your lead (which is all you really need to do).
__________________
Back to school, gg contribution rate [15:59] <&@chaos|away> i hence forth make it official: im better than arcticblast [15:59] <&@chaos|away> spread the word |
|
|
|
|
|
#503 |
|
is going goat
![]()
|
That would be useful for tiers like Balanced Hackmons where there is no Team Preview. However, you can already reorder your Pokemon in the import/export field with copy+paste.
__________________
New to Smogon? Afraid to jump into discussion? Introduce yourself!------------------- Fail Cup | Scramble! | RMTs: Blistering Sands (BH) Night Stall (OU) | The Fringe Tournament | ARcTicblast | Other Metagames Premier League | avatar by raikou00, signature art by Zracknel additional credit to Pocket and AccidentalGreed
|
|
|
|
|
|
#504 |
|
Join Date: Jan 2013
Posts: 1
|
I have two suggestions, hopefully these will be seen and considered.
1. A Hover-over feature for when you hover over your Pokemon to see it's total stats. This includes stat boost calculations. 2. Hide All for chat, or another channel so we aren't forced to see people talk in chat. Not everyone wants to see it lol. |
|
|
|
|
|
#505 |
|
Banned deucer.
Join Date: Oct 2012
Posts: 549
Texas
|
Please please please bring back a PO server for like suspect tests and stuff. Cuz I just got better internet yesterday, but PS! still lags like crazy. Kept on getting kicked in my battle even though I pressed the move ASAP didn't even think (i still won but I think he was just pissed off). PS! is just really slow but PO never has these problems. Like I love this community a lot but I hate the fact I can't battle. :(
|
|
|
|
|
|
#506 |
|
is going goat
![]()
|
Actually, Pokemon Showdown! is normally much less laggy. In the last couple weeks, however, the server has been experiencing some issues related to the ladder and login servers. The developers are working hard to fix this issue, so don't fret.
__________________
New to Smogon? Afraid to jump into discussion? Introduce yourself!------------------- Fail Cup | Scramble! | RMTs: Blistering Sands (BH) Night Stall (OU) | The Fringe Tournament | ARcTicblast | Other Metagames Premier League | avatar by raikou00, signature art by Zracknel additional credit to Pocket and AccidentalGreed
|
|
|
|
|
|
#507 |
|
Join Date: May 2012
Posts: 155
Is probably the only person who doesn't do IRC.
|
Update the Pokemon tiers in the teambuilder. I want to be able to see what Pokemon are in which tier without having to check the official Site for that. Like Cresselia still shown in RU. I understand that I may need to be patient with this, but I just find it irksome.
__________________
<Scarfwynaut> can't people just sit around and eat a cheese wheel? <Scarfwynaut> that is my kind of social gathering |
|
|
|
|
|
#508 |
|
Join Date: Jun 2011
Posts: 59
|
I'd like to see an ignore function during battles like on PO, so you can ignore your opponent and/or spectators. I'm getting tired of having to read random shit about "OP legendaries" and "omg hax".
|
|
|
|
|
|
#509 |
|
Join Date: Sep 2012
Posts: 88
Caveland, Ohio
|
I've been playing ps for about 6 months now, but I have a suggestion for it.
Make it so ps is actually playable on mobile devices. Ps is near unplayable on any sort of moble divice and kicks you out of team building whenever you start to build one. The battles are playable, but you can't see the side screen where all the talking is going, and you can't see any of the previous moves you made. Simply I want to play pokemon showdown when I don't have access to a computer, which is about 90 % of the day for most of us. |
|
|
|
|
|
#510 |
|
Join Date: Aug 2008
Posts: 164
Aachen, Germany
|
There should be an option to save the avatar. I see that some avatars are hard-coded in the source code (users.js). It would be better to put them on a database table. I don't know how the user identification data is stored but here you could also store an integer for the avatar for each UserID.
Hardcoded values are difficult to maintain, unflexible and unportable. The ugly code section Code:
if (userid === "serei") avatar = 172; else if (userid === "hobsgoblin") avatar = 52; else if (userid === "ataraxia" || userid === "okuu") avatar = 1008; else if (userid === "verbatim") avatar = 283; else if (userid === "mortygymleader") avatar = 144; else if (userid === "leadermorty") avatar = 144; else if (userid === "leaderjasmine") avatar = 146; else if (userid === "championcynthia") avatar = 260; else if (userid === "aeo" || userid === "zarel") avatar = 167; else if (userid === "aeo1") avatar = 167; else if (userid === "aeo2") avatar = 166; else if (userid === "sharktamer") avatar = 7; else if (userid === "bmelts") avatar = 1004; else if (userid === "n") avatar = 209; else if (userid === "growlithe") avatar = 1007; else if (userid === "v4") avatar = 94; else if (userid === "hawntah") avatar = 161; else if (userid === "greatsage") avatar = 1005; else if (userid === "bojangles") avatar = 1006; else if (userid === "dtc") avatar = 30; else if (userid === "hugendugen") avatar = 1009; else if (userid === "fatecrashers") avatar = 18; Code:
LoginServer.request( 'getAvatar',
{ user: this.userid },
function(data){this.avatar = data} );
if (this.avatar === null) {
var trsprites = [1, 2, 101, 102, 169, 170];
this.avatar = trsprites[Math.floor(Math.random()*trsprites.length)];
}
|
|
|
|
|
|
#511 |
Join Date: Apr 2012
Posts: 41
|
I would like it if whenever I PM someone or multiple people, that I don't get cut off when someone new sends me a message or something. It's not like overly bad or anything, but when I type a longer message it stops and messes me up. :c
|
|
|
|
|
|
#512 | |
|
Join Date: Aug 2008
Posts: 164
Aachen, Germany
|
Quote:
|
|
|
|
|
|
|
#513 | |
|
It's only over when you give up
![]()
|
Quote:
Also, I find it funny that mute mutes all alts but unmute just unmutes the target.
__________________
Intelligence speaks, wisdom listens. Contributions: Smog articles: NFEs in NU | NU Spotlight: Drifblim | Seasonal Fun | Blue Best Rival Projects: Joim's Lab: OMs in action | Speed Calc | Old Gens in PS Gameplay: Play Smogon Doubles! | Joimmons [15:24] <%Joim> I have so many fans! [15:24] <@TheImmortal> do they keep you cool [12:00] <@mikel|away> i love a good twistie penis gif |
|
|
|
|
|
|
#514 |
|
Join Date: Sep 2010
Posts: 11
|
1) In-battle stat view (I mainly would need it for random bat, but it would be a convenience over viewing in team builder)
2) Change order of team prebattle (Makes disguising your Zoroark less of a pain) 3) Changeable auto-load team (You can choose which teams load when a tier is changed rather than the first possible one) 4) Changing order of team in team builder (or just the lead spot) 5) Mono-type tier 6) Mono-Gen tier 7) Hidden Power chart (Allows you to change which stats IV's change within the same HP, i.e HP ice can be 31/31/31/31/31/30 or 30/31/30/31/31/31) 8) Mutual Tie (Stops people from raging when both sides can only stall to win) 9) Invisible mode (Doesn't show up in the online list) 10) Damage Calc(either in team builder or battle menu) 11) Pause on replay 12) Save replay's to computer 13) Complete view of the ladder(not just top 100)
__________________
Pokemon Black FC: 2064 7467 3176 Using Legal Hacks Last edited by tjtjpoke; Jan 7th, 2013 at 8:53:15 PM. Reason: Forgot I made a sugesstions post before updated with explainations for some. |
|
|
|
|
|
#515 | |
|
Banned deucer.
Join Date: Dec 2012
Posts: 42
California
|
Quote:
2) You should be able to change team around when you do have Zoroark on your team 4) You can use the export function in teambuilder to copy/paste the team around and therefore change their order 9) If mods don't show up on the list, how will people contact them if need be? 10) Use /calc in the chat to bring up a link to the PS Honcho calculator |
|
|
|
|
|
|
#516 | |||||||||
|
Join Date: Mar 2012
Posts: 1,137
Minnesota
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
|||||||||
|
|
|
|
|
#517 |
|
>> BEGIN POSTBIT
![]() ![]() ![]()
Super Moderator
Join Date: Aug 2011
Posts: 1,129
>> END POSTBIT
|
For the record, the lack of a UI to rearrange teams in the list, or pokemon in the team, is the main reason why the "I'm not finished with it" message still appears in the teambuilder.
__________________
Pokemon Showdown | Replay player | No, I am not impressed that you know that my name is Guangcong Luo. The PS website says "Copyright Guangcong Luo" at the bottom, ffs. |
|
|
|
|
|
#518 |
|
Join Date: Aug 2011
Posts: 4
|
I'm not sure if this is possible but we should be able to copy and paste movesets and etc off the smogon site onto PS teambuilder. Like having a link on the side of to page saying "add to team"
|
|
|
|
|
|
#519 | ||
|
Join Date: Sep 2010
Posts: 1,461
|
Quote:
it's not impossible
__________________
nyuu~ This is the world we live in
And these are the hands we're given Use them and lets start trying To make it a place worth living in. |
||
|
|
|
|
|
#520 | ||
|
Overlord of all Animals and Paintbrushes
![]() ![]() ![]()
|
Quote:
Quote:
|
||
|
|
|
|
|
#521 | |||
|
Join Date: Sep 2010
Posts: 11
|
Quote:
Quote:
Quote:
__________________
Pokemon Black FC: 2064 7467 3176 Using Legal Hacks |
|||
|
|
|
|
|
#522 |
|
Join Date: Dec 2012
Posts: 4
Somewhere you will never find me
|
(I made a thread at the Suggestion Box before knowing about this thread , please delete my thread: http://www.smogon.com/forums/showthread.php?t=3477294 )
Hi, I use the Smogon's simulator often and I'm always experiencing major lag on the chat. http://play.pokemonshowdown.com/ I'm just suggesting that maybe there should be a button for members that enables them to ignore the chat so there is no lag. Kinda like how the Moderators and Admins can mute the chat so only the staff team can talk,but for members. This is what it says when they mute the main chat " Moderated chat was set to +! Only users of rank + and higher can talk. " Maybe for members it can say " (Username here) chat was set to ignore/silent (Username here) Has disabled their chatbox from receiving any new messages " And when the member wants to receive any messages from the main chat it could say something like this " (Username here) is now able to receive messages " Please consider this suggestion. Thanks, iLeo |
|
|
|
|
|
#523 |
|
It's only over when you give up
![]()
|
I think it would be nice that, when a player checks /rank, ACRE, GXE, and Glicko2 have a link to an explanation on what they are, like the forum posts for instance, so people stop asking it and everyone can know.
__________________
Intelligence speaks, wisdom listens. Contributions: Smog articles: NFEs in NU | NU Spotlight: Drifblim | Seasonal Fun | Blue Best Rival Projects: Joim's Lab: OMs in action | Speed Calc | Old Gens in PS Gameplay: Play Smogon Doubles! | Joimmons [15:24] <%Joim> I have so many fans! [15:24] <@TheImmortal> do they keep you cool [12:00] <@mikel|away> i love a good twistie penis gif |
|
|
|
|
|
#524 |
|
Join Date: Sep 2010
Posts: 124
Cherrygrove,Johto
|
I would really like to be able to see my opponent's rank before I start the battle. I like to know what kind of player I am battling before I start. I don't want to sound like I am boasting. I know you can look at their rank in the chat but in this day and age when people want to hurry everything and go fast, I can't waste time or they'll turn on the timer. I hate the timer, it makes me feel rushed and that is bad.
__________________
Youtube:http://www.youtube.com/user/WeAreAll...g?feature=mhee Please tell me what you think! I hate Hydro Pump and I hate Focus Blast, they can go fuck themselves but they would probably miss. |
|
|
|
|
|
#525 | |
|
Sup Peeps
Join Date: Apr 2011
Posts: 272
|
Quote:
In short, it doesn't matter what his rank is.
__________________
@kupo: jioo mkn @kupo: ... @kupo: hi mjb @kupo: * • @kupo facedesks |
|
|
|
|
![]() |
| Thread Tools | |
|
|