Commit Graph

23714 Commits

Author SHA1 Message Date
The Immortal
599bc38237 Add Primal Groudon and Primal Kyogre 2014-10-16 19:44:08 +04:00
The Immortal
03a6b3e3fa Add ORAS Mega Evolutions
Some Mega Stone names are assumptions.
Mega Glalie and Mega Steelix are the only ones with missing height and
weight.
2014-10-16 19:31:19 +04:00
The Immortal
db24264fae Change Lightningrod to Lightning Rod
It has been changed in ORAS.
2014-10-16 15:15:15 +04:00
Bär Halberkamp
1c7aaff804 Updated Aliases 2014-10-16 11:44:06 +02:00
sirDonovan
de8e38d040 Add /prelockdown command
Allows current tournaments to finish before progressing to a proper lockdown
2014-10-15 22:33:24 -05:00
Guangcong Luo
67b196670e Merge pull request #1263 from Slayer95/ability-trap
Fixes for (absence of) trapping abilities
2014-10-15 21:48:21 -05:00
Ivo Julca
62d5652746 Fix Illusion failing to fake trapping abilities
It wouldn't activate the "maybeTrapped" flag.
2014-10-15 01:37:33 -05:00
Ivo Julca
8afc588e4f Don't send trapped flag to client in pokemon requestData
It caused the "you might be trapped" message to effectively mean "you could have been trapped, but aren't".
2014-10-15 01:36:43 -05:00
Ivo Julca
623d1212f8 Prevent cancellation of final decisions by directly overriding them
A player would bypass the final decision constraint by directly sending choice commands after verifying that they weren't really trapped.
2014-10-15 01:32:12 -05:00
The Immortal
faec059359 Modify Volkraken's Random Battle moves 2014-10-15 00:11:15 +04:00
The Immortal
8b30c0ecd6 Add CAP 19 2014-10-15 00:09:28 +04:00
Guangcong Luo
06088ea25e Allow locked mods to PM mods
The locked PM condition is now changed from 'can PM anyone who
could lock this user' to 'can PM anyone who could unlock this
user'.
2014-10-14 04:52:51 -04:00
Guangcong Luo
d0dde3d8e0 Fix code style in previous commit 2014-10-14 04:52:05 -04:00
Guangcong Luo
50ddb14229 Fix Assist bug
The noAssist table wasn't working because of a bug in ae6da14ca0
namely that the .moves array wasn't toId'd.

Come to think of it, there's no reason for .moves to exist at
all anymore. We should probably just refactor it out.
2014-10-14 03:15:09 -04:00
Guangcong Luo
92e5f57662 Improvements to report command
This includes a change to the response message, from
"Hello, staff member here to assist with your report" to "hi"

The new message was created after hours of deliberation from
our newly-formed Response Message Committee, and was the only
proposal to reach the required 4-1-0 supermajority.
2014-10-13 23:13:12 -04:00
Guangcong Luo
33daad9061 ResourceMonitor: log starting tour over default cap
This was accidentally committed with the emergency fix, but now that
it's there I might as well fix it to use ResourceMonitor like it's
supposed to.
2014-10-13 04:59:44 -04:00
Guangcong Luo
f00f01f961 Emergency fix to tour refactor 2014-10-13 04:53:22 -04:00
Guangcong Luo
5d55126610 Add aliases for Sash and Torn-T 2014-10-12 22:14:53 -05:00
Guangcong Luo
7d1e511a49 NEXT: Buff Gossamer Wing
Gossamer Wing now grants 1/16 recovery after using a status move
2014-10-12 22:14:53 -05:00
Guangcong Luo
e3172c636d Merge pull request #1259 from Morfent/trivia
Add chat plugin config directory
2014-10-12 21:37:46 -05:00
小太
ae6da14ca0 Misc cleanup
The important fixes from pull request #865
2014-10-12 21:34:59 -05:00
Morfent
2a438048ce Add chat plugin config directory 2014-10-12 23:27:38 -03:00
Guangcong Luo
c7ea3f09fc Merge pull request #1249 from ascriptmaster/tourney-join-lock
Prevent voices from entering tournament battles as a battler
2014-10-12 21:21:06 -05:00
Guangcong Luo
bb7017e0ad Use null-prototype for roomalias table 2014-10-12 22:13:22 -04:00
Guangcong Luo
2fbb1d52a3 Optional 'global' for global promotion/demotion
Adds support for adding the word 'global' in front of global
promotion/demotion commands, for instance /globalmod username
to promote a user to global mod.

Also adds /roomdeauth.
2014-10-12 22:13:22 -04:00
Guangcong Luo
1499f96f9f /userauth command
Looks up a user's roomauth
2014-10-12 22:13:22 -04:00
ascriptmaster
122a4d9a6e BattleRoom refactor to support tournaments better
Generalized the BattleRoom constructor function (and the functions that
call it) to pass an arbitrary `options` object instead of a boolean for
`rated` only. Also, removed mention of `parent` or `parentid` in the
constructor and functions because it's no longer needed or used.

Added support to the BattleRoom constructor to let it process tournaments
properly. Now, instead of having the tournament forcefully override the
BattleRoom.win function, the BattleRoom itself can handle the callback for
when a tournament participant wins the battle.

Added a check for tournament battles to prevent users who aren't part of
that specific tournament battle from entering the battle.
2014-10-12 19:11:38 -07:00
Guangcong Luo
17a335fffc Merge pull request #1258 from Slayer95/triples-trap
Trapping abilities affect adjacent foes only
2014-10-12 18:42:43 -05:00
Guangcong Luo
daf163f494 Merge pull request #1256 from Morfent/trivia
Update trivia plugin
2014-10-12 17:52:45 -05:00
TalkTakesTime
ce7ce40fbf dexsearch: treat NFE as a tier 2014-10-13 10:52:43 +13:00
Ivo Julca
eff6f2c793 Trapping abilities affect adjacent foes only 2014-10-12 16:25:16 -05:00
Morfent
56fc5ca0e6 Update trivia plugin 2014-10-12 18:18:57 -03:00
The Immortal
fad62d8a5e Update /tiers 2014-10-12 17:06:39 +04:00
Guangcong Luo
e398fd2f01 Merge pull request #1252 from sirDonovan/report
Implement report command
2014-10-10 22:07:28 -05:00
sirDonovan
8addbe1c77 Implement report command 2014-10-10 21:54:59 -05:00
The Immortal
6ea308755e Ubers is having a suspect test 2014-10-11 02:27:53 +04:00
The Immortal
99fd471974 Fix Assurance bug
This fixes the bug where a Pokemon with Eject Button being hit caused
the switch-in to be hit by double power.
2014-10-10 11:58:57 +04:00
Guangcong Luo
f64a4ef97b Merge pull request #1254 from NickMP/patch-23
NEXT: Fix Weather affecting Steam Eruption's Base Power
2014-10-09 19:36:12 -05:00
Guangcong Luo
203e2848d9 Merge pull request #1253 from Morfent/triviaanswer
Fix possible crash in /triviaanswer
2014-10-09 19:35:56 -05:00
NickMP
aecc64adb5 NEXT: Fix Weather affecting Steam Eruption's Base Power
Update weather data to not alter the Base Power of Steam Eruption, similar to Scald.
2014-10-09 19:07:18 -04:00
Morfent
eea20673ff Fix possible crash in /triviaanswer 2014-10-09 17:37:01 -03:00
Guangcong Luo
7890e64081 Merge pull request #1239 from Morfent/trivia
Trivia plugin
2014-10-09 13:37:41 -05:00
Morfent
cd6ce3d0a4 Trivia plugin 2014-10-09 08:54:13 -03:00
Guangcong Luo
2260e80123 Merge pull request #1246 from sirDonovan/whois
Update /whois
2014-10-08 21:56:47 -05:00
The Immortal
0db9256c62 Update UU bans 2014-10-08 17:41:52 +04:00
sirDonovan
7f08202e60 Update /whois
- Removed broadcasting remnants
- Show if a user is offline
- Show rank in current rooms
2014-10-08 00:39:03 -05:00
Guangcong Luo
4370dbf577 Merge pull request #1248 from Audiosurfer/patch-1
resist berries only chosen for 4x weak in randdubs
2014-10-07 22:24:35 -07:00
Audiosurfer
38d915c7e3 resist berries only chosen for 4x weak in randdubs
made it so that shuca berry and chople berry will only be selected in randdubs in the case of a 4x weakness as opposed to being potential item picks for 2x or 4x weaknesses
2014-10-07 23:49:05 -05:00
The Immortal
8f8c480931 Prevent unobtainable shiny Pokemon 2014-10-08 01:43:24 +04:00
The Immortal
bf2c64525b Properly fix Shell Bell healing twice 2014-10-07 23:49:44 +04:00