52 Commits

Author SHA1 Message Date
rafi1212122
ad2918899d help 2023-06-16 10:25:13 +07:00
rafi1212122
67de5290b8 optimize db writes, should improve performance in high player server 2023-06-14 23:29:36 +07:00
rafi1212122
e414af2d84 fix cannot advance to next cycle, shicksal is untested 2023-06-13 16:51:57 +07:00
rafi1212122
26f323d52f Merge branch 'master' of https://github.com/rafi1212122/PemukulPaku 2023-06-12 20:06:29 +07:00
rafi1212122
bfe8347610 yae openworld but dialogs aren't triggered 2023-06-12 20:06:26 +07:00
Kyle873
dd1543c816 fixed regressions to give command, I am dum 2023-06-10 11:53:11 -04:00
Kyle873
aed8d4805b Optimized help command 2023-06-10 02:27:29 -04:00
Kyle873
e58417f4fa fixes and improvements to give command 2023-06-09 21:40:00 -04:00
rafi1212122
f9e0aa8e1f lobby part 1, idk what i'm doing 2023-06-10 07:27:06 +07:00
TerminalAide0017
f2e83c93dd More Helpful Help Command (#5)
* Deleted TestCommand.cs

No longer needed.

* Update AbyssCommand.cs

Added a command to adjust the player's bracket at will.

* Update User.cs

Added Abyss Group Value

* Update Command.cs

Added Examples[] to the constructor and handler.

* Update HelpCommand.cs

Made the Help command more helpful!

* Update AbyssCommand.cs

Added Help Examples

* Update GiveCommand.cs

Added help examples,
handles negative inputs again,
added more aliases,
can add or remove materials by ID,
can now for add all skipped characters with `give avatars-scuffed`

* Update AbyssCommand.cs

missed a quote

* Update UltraEndlessGetMainDataReqHandler.cs

Bracket can now be set with commands.

Need to unscuff the fight cycle.

* Update GiveCommand.cs

Cheeky give gold command

* Further refined the Help Command

---------

Co-authored-by: TerminalAide0017 <Sucks@code>
2023-06-09 14:23:54 +07:00
Kyle873
bca982c1c1 checking and conversion of casing for commands to hopefully make them easier to use 2023-06-07 23:14:11 -04:00
Kyle873
b6219c5a7b give command bugfix for matz value 2023-06-07 22:45:46 -04:00
rafi1212122
e8364682dd Merge branch 'master' of https://github.com/rafi1212122/PemukulPaku 2023-06-08 09:37:59 +07:00
rafi1212122
115fc0951b unstable whisper, now you can dm your friend(if you have any lol) 2023-06-08 09:37:50 +07:00
Kyle873
5f5828d016 give command bugfix 2023-06-07 00:12:33 -04:00
rafi1212122
cd2087f6cb CustomHead and Frame impl, with GetMainDataRsp fix 2023-06-07 10:21:58 +07:00
TerminalAide0017
f95f370a48 Affixes and Equipment (#2)
* Update Equipment.cs

Added LVL and EXP params while adding some equipment

* Update Equipment.cs

changed params to the appropriate type and removed casting

* Update Equipment.cs

Removed unnecessary changes.

* Update RefineStigmataRuneReqHandler.cs

Simplified rolling

* Update GiveCommand.cs

Changed Default behavior of Equipment commands to grant only the max star level versions. Default's to max level as well.

* Update GiveCommand.cs

Added more command aliases,
> valks, valkyries, weap, wep,
> weapons-all, weap-all, wep-all, stigmata-all, stigs-all

added Avatar ID `316` to the blocked IDs list to prevent buggy behavior.

(might add `avatars-all` to get them back)

give weap/stigs 0 grants max level items
without the `-all` equipment only gives the highest rarity of each weapon.

* Update RefineStigmataRuneReqHandler.cs

Affixes are now 90% functional

* Update SelectNewStigmataRuneReqHandler.cs

Should work for any further affix handling changes without needing modifications (might break on 10x but shouldn't)

* Update AvatarCommand.cs

Blocked Sus-Nya

* Update AvatarCommand.cs

bitwise -> logical OR

* Update GiveCommand.cs

bitwise -> logical OR

* Update RefineStigmataRuneReqHandler.cs

bitwise -> logical AND

* Created Personal Abyss Command

* Created abyss command

* Update User.cs

Stores personal Abyss Temperature

* Update UltraEndlessGetMainDataReqHandler.cs

Uses personal Abyss Temp
2023-06-07 06:47:08 +07:00
Kyle873
d479abd58c hardly functional test impl for affixing 2023-06-05 08:52:32 -04:00
Kyle873
82bc38f3e8 allow to specify level or quantity for give commands 2023-06-05 04:11:34 -04:00
rafi1212122
cb2bc9d56e handlers folder re-strucutring 2023-06-05 13:18:07 +07:00
rafi1212122
f822976f74 set dress, set bio & set birthday 2023-06-05 12:12:00 +07:00
rafi1212122
934e7475d7 use fragment material and avatar star up also prevent capt. exp overflow
this took wayyyyyyyyyy longer than it shoud be
2023-06-05 11:05:27 +07:00
rafi1212122
130f83544c LeShite abyss 2023-06-04 21:36:34 +07:00
rafi1212122
2d1cee5753 client data implementation 2023-06-04 16:04:43 +07:00
rafi1212122
9cf5e313a3 remove static serving & ely realm prep 2023-06-04 15:23:53 +07:00
rafi1212122
7c19038c3c ma abyss & chapter 37 fix 2023-06-04 10:29:08 +07:00
rafi1212122
dbfd01f8a4 dummy gacha & memorial arena 2023-06-04 07:57:25 +07:00
rafi1212122
28913ad652 avatar skill impl...
i hate mongo C#
2023-06-03 21:29:13 +07:00
Kyle873
96fe9b054d forgot a cast 2023-06-03 08:01:20 -04:00
Kyle873
75d47b83ff avatar modify subcommand 2023-06-03 07:59:35 -04:00
rafi1212122
3eef557a14 equipment switching & level up with avatar level up fix 2023-06-03 08:39:32 +07:00
rafi1212122
1a631babe2 chat cmd & hopefully proper avatar level up 2023-06-02 10:25:29 +07:00
rafi1212122
86dc83d448 goofy Goodfeel implementation & SetWarshipAvatar 2023-06-01 23:26:58 +07:00
Kyle873
6911638544 More give command and removed redundant error checking 2023-06-01 05:30:26 -04:00
rafi1212122
35313b8787 warship & nick change 2023-06-01 15:55:13 +07:00
Kyle873
7ab7fae2bf Partial give command 2023-06-01 03:31:43 -04:00
rafi1212122
54ae5efabd avatar cmd & update assistant 2023-06-01 12:20:51 +07:00
rafi1212122
eb4d375ccd 🤯 chatters 2023-06-01 07:58:46 +07:00
rafi1212122
ca4413c9ce target command & weather api 2023-05-31 16:33:25 +07:00
rafi1212122
3778da626c save to db and fix invalid avatardata on first login 2023-05-30 21:13:20 +07:00
rafi1212122
62abc6a784 yes command yesyes 2023-05-30 19:58:15 +07:00
rafi1212122
88c69529fd okey 2023-05-30 09:37:52 +07:00
Kyle873
ca558f76bd Command parser that probably works 2023-05-29 11:17:34 -04:00
rafi1212122
6a090b2917 Packets 😭 2023-05-29 20:42:34 +07:00
rafi1212122
5a0e2e6da3 exp implementation 2023-05-29 09:00:46 +07:00
rafi1212122
761f9c130d at least you can end the stage 2023-05-29 06:55:15 +07:00
rafi1212122
ad02e1785a proper message processing and avatar team data 2023-05-27 21:20:22 +07:00
rafi1212122
aa6f0e08c9 cursed but proper packet handling 2023-05-27 19:09:32 +07:00
rafi1212122
55b943c6f7 login sequence packets 2023-05-26 20:54:18 +07:00
Rafi
24f6271036 git is awful 2023-05-26 15:44:47 +07:00