Melledy
105efe1d81
Merge pull request #44 from Yazawazi/main
...
Add /weather Command
2022-04-20 04:50:48 -07:00
alt3ri
c603093d47
Replace SetHealth -> SetStats
...
Now you can set basic stats of your current character, but I left a little notice: Input and In-game output (character stats) are not really accurate. So to get an accurate stat:
For HP, ATK , DEF, Elemental Mastery (EM): input less than 10 digits. Example: /stats atk 81923 (81293 ATK)
For Energy Recharge (ER), Crit Rate, Crit DMG: input less than 6 digits(0-99999) to get the game current format. Example: /stats cdmg 14236 (142.4% Crit DMG)
(!) The modified stats will be set to default after you logged out.
Press F to pay respect to SetHealth (2022 - 2022)
2022-04-20 18:24:32 +07:00
Yazawazi
7e6bcca2c3
Merge branch 'development' into main
2022-04-20 19:09:48 +08:00
alt3ri
aeb335c843
Adding /pos
...
Some people want to get the coordinate, here you go!
2022-04-20 17:40:26 +07:00
Yazawazi
500580f368
Add /weather Command
2022-04-20 17:16:21 +08:00
memetrollsXD
77076a766b
Merge branch 'development' into restart-command
2022-04-20 09:03:18 +02:00
memetrollsXD
2632ae373c
Fix merge conflict
2022-04-20 09:00:50 +02:00
memetrollsXD
ad1e9400e3
It won't get better than this for now..
2022-04-20 08:52:47 +02:00
Magix
71cdd2c8e9
Merge branch 'main' into main
2022-04-19 14:07:39 -04:00
memetrollsXD
d603681355
Try PlayerTokenRsp instead of LoginRsp
2022-04-19 19:45:39 +02:00
memetrollsXD
657ac2e529
WIP Restart command - For now disconnects session, preferrably just send PlayerLoginRsp so it does the login sequence all over again
2022-04-19 19:39:54 +02:00
KingRainbow44
c728b9f5fe
Attempt to fix !givechar
2022-04-19 10:31:24 -04:00
KingRainbow44
69cb03f4d4
Command reformat
2022-04-19 10:00:50 -04:00
Benjamin Elsdon
058d322238
Merge remote-tracking branch 'upstream/main'
2022-04-19 19:34:02 +08:00
Melledy
06a50365d1
Merge branch 'dev-scene'
2022-04-19 04:12:53 -07:00
Benjamin Elsdon
dfc956a19f
Modified the new commands to be compliant with my changes
2022-04-19 18:55:49 +08:00
Benjamin Elsdon
6e14dda855
Merge branch 'main' of https://github.com/Melledy/Grasscutter
2022-04-19 18:44:10 +08:00
Melledy
2d2013dfee
Merge pull request #22 from SpikeHD/level_setting_commands
...
Set world level command
2022-04-19 03:22:45 -07:00
Benjamin Elsdon
5cea728eb7
Admin cmds, perms and descriptions for all cmds +
...
Additonal stuff: Fixed + refactored help command. Removed 'Usage: ' from all commands. Created 'player.hasPermission(permission)' function. Created default for Usage annotation. Created hashmap version of 'getHandlers' and renamed the original to getHandlersAsList()
2022-04-19 18:17:19 +08:00
SpikeHD
d5ad82b598
set world level command
2022-04-19 02:44:33 -07:00
Melledy
d9fc159550
Refactor some commands and move inventory/team limits to the config
2022-04-19 02:22:21 -07:00
SpikeHD
ed448a9f84
properly add ascension-locked talents
2022-04-19 02:06:58 -07:00
SpikeHD
cc9beed961
calculate ascension based on level provided to givechar command
2022-04-19 01:37:52 -07:00
SpikeHD
a5caf3d56c
fix references to givechar
2022-04-19 01:01:40 -07:00
SpikeHD
91e4a087bc
fix conventions to match other commands
2022-04-19 00:41:40 -07:00
SpikeHD
21a1503288
Give character command base
2022-04-19 00:15:10 -07:00
Melledy
057f568a37
Merge branch 'main' into dev-scene
2022-04-18 21:35:01 -07:00
KingRainbow44
7666c92cf1
GameServer#getPlayerByUid = GameServer#getPlayerById
2022-04-18 23:53:05 -04:00
KingRainbow44
f11138dedc
Fix bugs with commands
2022-04-18 22:31:31 -04:00
KingRainbow44
2e01c7d5ad
Find by player's UID not IID
2022-04-18 22:23:22 -04:00
KingRainbow44
b35ee455e5
Add existing commands
2022-04-18 22:10:41 -04:00
Melledy
e8261d568b
Update failure message when not being able to change scene
2022-04-18 10:17:19 -07:00
Melledy
e7a3e8252d
Fix small issue with command parsing
2022-04-18 10:15:33 -07:00
Melledy
d3eb0dcfc2
Add SceneDatas
2022-04-18 10:14:32 -07:00
Melledy
495ca5c16c
Fix small issue with command parsing
2022-04-18 09:59:57 -07:00
Melledy
7bac86ed41
Add !changescene command
2022-04-18 09:59:21 -07:00
Melledy
a5a420da9d
Merge branch 'main' into dev-scene
2022-04-18 09:40:06 -07:00
Melledy
bee654c64f
Implement support for multiple scenes in a world
2022-04-18 09:39:29 -07:00
Benjamin Elsdon
ea2b2f9502
Refactored PlayerCommands, added commands and more
...
Added player "Help" command, added server "sendmsg" command, changed getAcccountByPlayerID to public in DatabaseHelper, and allowed player commands to be submitted with "/" and "!"
2022-04-18 23:47:26 +08:00
Melledy
7925d1cda3
Initial commit
2022-04-17 05:43:07 -07:00