Commit Graph

585 Commits

Author SHA1 Message Date
Swirny
06c6da49b2 Ignore spamming with WIREDs 2020-07-19 07:01:13 -04:00
Dank074
ddce8ce48d attempt at fixing sitting in high chairs 2020-07-17 19:52:40 -05:00
Rodolfo-XDR
0b81268a9d Fixed Empty Commands, Added %username% to Succes** Message. 2020-07-13 19:20:11 -05:00
necmi
016519185e fixed issue #698 2020-07-13 17:02:56 -04:00
Cam
cf0de8efbf Fixed issue caused by Mod Tools Disconnect Fix. 2020-07-12 07:46:14 -04:00
Harmonic
e7532b4d5c Merge branch 'bot-place-fix' into 'dev'
fixed multiple bots on one tile

See merge request morningstar/Arcturus-Community!259
2020-07-11 16:16:48 -04:00
necmi
f67c03df8e fixed multiple bots on one tile and refactored code 2020-07-11 06:02:21 +02:00
necmi
4c27917273 Refactored bot wired. 2020-07-10 21:18:45 -04:00
harmonic
a7e70d2061 Remove CF_diamond, which should be used for official habbo furniture. Use DF_5_furniname instead. 2020-07-10 19:05:45 +01:00
harmonic
69900e4afd Fixes Teleport Issue with bots. Fixes #717 2020-07-10 18:58:04 +01:00
harmonic
3b50122d74 Cleanup of previous commit. 2020-07-10 16:26:16 +01:00
harmonic
8005c5cf1f Fixes issue with Bot Wired. 2020-07-10 16:15:14 +01:00
harmonic
bf07e19864 Fixed Teleport invisible user glitch. Credits to Dome and Necmi. 2020-07-10 15:08:52 +01:00
Harmonic
8c3745601e Merge branch 'stanky-branch' into 'dev'
New Trax Manager and other fixes.

See merge request morningstar/Arcturus-Community!251
2020-07-10 09:57:45 -04:00
Dome
15e24f3114 Fixed thread flood in Vending Machines 2020-07-07 07:16:58 -04:00
Harmonic
a14ff42fe6 Merge branch 'visitor-bot-fix' into 'dev'
Fix visitor bot not including room owner anymore

See merge request morningstar/Arcturus-Community!249
2020-07-06 16:47:34 -04:00
Harmonic
bd09f5b419 Merge branch 'username_talk_event' into 'dev'
Username Talk Plugin Event

See merge request morningstar/Arcturus-Community!240
2020-07-06 16:29:28 -04:00
nttzx
b7f5864758 Update UpdateNavigatorCommand.java 2020-07-06 12:09:25 -04:00
Harmonic
5038b02445 Merge branch 'buildheight_plugin_event' into 'dev'
Buildheight Plugin Event

See merge request morningstar/Arcturus-Community!239
2020-07-06 12:05:33 -04:00
Rodolfo-XDR
599cd615d1 Wired Game Fix 2020-07-02 16:01:05 -05:00
Rodolfo-XDR
7b799a4dd8 New Trax Manager and other fixes. 2020-07-02 15:44:13 -05:00
Ilany
2f51d32511 Fix visitor bot not including room owner anymore 2020-07-01 13:28:22 +02:00
ArpyAge
df40c69f79 Made an oopsie, changed != to == 2020-06-21 02:28:34 +02:00
Mike
b598425979 Fix flood race conditions 2020-06-12 22:10:05 +02:00
Swirny
bc30623a05 Make flood time configurable 2020-06-12 14:53:40 -04:00
ArpyAge
f18529c3df Username Talk Plugin Event 2020-06-08 17:46:19 +02:00
ArpyAge
8876f07147 Buildheight Plugin Event 2020-06-08 17:38:22 +02:00
Alejandro
9e5a00b052 Make vending machines walkable if desired 2020-06-07 16:03:38 +03:00
Alejandro
ab04c491fd Ignore case with room-specific wordfilter 2020-06-07 15:54:08 +03:00
Alejandro
0a0091e563 Disable avatar rotation with vending machines if on a chair 2020-06-07 15:49:26 +03:00
Alejandro
8892c86e3d Pick up pets & bots on room deletion 2020-06-07 15:40:34 +03:00
Alejandro
21c87145ea Prevent adding yourself as a friend 2020-06-07 15:21:29 +03:00
Alejandro
ed2ec3e6f3 Validate room name and description when creating room & save trade mode 2020-06-07 15:05:02 +03:00
Alejandro
db14789d6b Check guild membership 2020-06-07 14:52:07 +03:00
Mike
ff021608f5 Fixes marketplace offers (#680). 2020-06-07 04:55:52 +02:00
Mike
2e98d5d21c Proper monster plant fix 2020-06-07 04:21:38 +02:00
Mike
a20dc373d7 Fix merge request 2020-06-07 02:42:54 +02:00
Swirny
e3e9286c51 Added MOD Tools Tradelocks counter 2020-06-07 02:13:00 +02:00
Harmonic
671a43e6c5 Revert "Merge branch 'fix-chat-exploit' into 'dev'"
This reverts merge request !224
2020-06-05 14:27:37 -04:00
harmonic
f00c5136cd Fixed WiredEffectMatchFurni to no longer send furniture under users. (Like Habbo) 2020-06-05 17:30:54 +01:00
Harmonic
93b46b468b Merge branch 'dev' into 'fix-bot-limit'
# Conflicts:
#   src/main/java/com/eu/habbo/habbohotel/bots/BotManager.java
#   src/main/java/com/eu/habbo/messages/incoming/catalog/CatalogBuyItemEvent.java
#   src/main/java/com/eu/habbo/messages/incoming/rooms/pets/PetPickupEvent.java
2020-06-05 11:36:39 -04:00
harmonic
d8bcb50e9b Fixed emulator texts value, made it return so that it didn't pick up the bot if the limit was reached. 2020-06-05 16:35:08 +01:00
Harmonic
582b60b810 Goodbye magic strings 2020-06-05 04:12:49 -04:00
Harmonic
3b7f87e4a9 Merge branch 'fix-onwalkon-exploit' into 'dev'
Fixed weird edge-case teleporting loop with wired.

See merge request morningstar/Arcturus-Community!225
2020-06-05 04:06:48 -04:00
Harmonic
de1b59acab Fixes users being sent into an endless loop in various edge cases when it tries to teleport them to a tile they're already on. Now it won't bother. 2020-06-05 04:06:48 -04:00
harmonic
c49d9248ce Fixed Pet Inventory limit check on purchasing too. 2020-06-04 21:55:38 +01:00
harmonic
1db6571db6 Runs the flood protection everytime someone talks, as well as via the room cycle, fixing a tanji exploit. 2020-06-04 16:52:04 +01:00
harmonic
43a1ca2a30 Cleanup. 2020-06-04 16:44:19 +01:00
harmonic
7ac72b2935 Fixed Permission. 2020-06-04 16:19:34 +01:00
harmonic
d97bc09c11 Fixed Bot picking up, before if you had 15 in your inventory it wouldn't let you pick them up, but would allow you to buy more from the catalogue, i've set it to use the existing "hotel.bots.max.inventory" and it now checks on catalogue purchase and will alert you with a configurable message if you have too many, if you want it to act like habbo you can give users the unlimited bots perm. 2020-06-04 14:23:19 +01:00
Mike
5b52ece5e3 Clean up code, fix bug showing it succeeded while it didn't 2020-06-03 04:26:07 +02:00
Swirny
d2d3dcc78c Fixed if-else statement 2020-06-03 04:06:37 +02:00
Swirny
b638e04737 Made ignore staff optional, active by default 2020-06-03 04:06:37 +02:00
Swirny
60a63e4832 User can no longer ignore staffs 2020-06-03 04:06:21 +02:00
Mike
1afca5c0a0 Fixes #624 - Wrong online_time counting 2020-06-03 03:53:28 +02:00
Mike
e4e8b5fe6f Improve code 2020-06-03 03:25:06 +02:00
Mike
25c9f88718 Changes by Swirny, squashed to make merging easier 2020-06-03 03:16:09 +02:00
Swirny
e2013c8451 Added official moderation command softkick 2020-06-03 03:16:09 +02:00
Mike
dd98c3072a Remove duplicate code, simplify logic 2020-06-03 03:04:05 +02:00
Mike
caf0bcb41f Add SQL and fix code 2020-06-03 02:53:10 +02:00
Swirny
462592f217 Fixed flood with rights 2020-06-03 02:44:10 +02:00
Mike
93922dcd49 Fixes #621 - acc_hide_mail 2020-06-03 02:42:38 +02:00
Mike
34e7239ac4 Fixes #610 - negative flood time 2020-06-03 02:30:32 +02:00
Mike
c0249a39ff Merge branch 'fix/machine-id' into 'dev'
Fixes MachineID sometimes not unique #620.

See merge request morningstar/Arcturus-Community!213
2020-06-02 19:57:40 -04:00
Mike
00f36170f1 Resolve syntax issues caused by xjoao. 2020-06-02 11:35:46 +02:00
Mike
fa1b27f4b7 Merge branch 'patch-25' into 'dev'
Update close for try witch resources

See merge request morningstar/Arcturus-Community!197
2020-06-01 09:32:31 -04:00
Mike
1018985f3e Merge branch 'patch-24' into 'dev'
Update exception

See merge request morningstar/Arcturus-Community!196
2020-06-01 09:30:27 -04:00
Mike
c69e48d20f Merge branch 'patch-23' into 'dev'
Update exception

See merge request morningstar/Arcturus-Community!195
2020-06-01 09:30:08 -04:00
Mike
fdfe0754c3 Merge branch 'patch-22' into 'dev'
Update exception

See merge request morningstar/Arcturus-Community!194
2020-06-01 09:27:42 -04:00
Harmonic
3386fc5763 Merge branch 'marketplace-search' into 'dev'
Enhancement: Marketplace search

See merge request morningstar/Arcturus-Community!202
2020-05-31 14:13:44 -04:00
Swirny
5157e12d27 Resolve "Public Room Sorting" 2020-05-29 19:43:30 -04:00
Mike
9e1177cb07 Fixes MachineID sometimes not unique #620. 2020-05-28 22:21:31 +02:00
Swirny
f9a76c8fc6 Adjusted marketplace search 2020-05-24 11:27:56 +02:00
xjoao
f3042b6b45 Update close for try witch resources 2020-05-22 13:58:45 -04:00
xjoao
d766818ef2 Update exception 2020-05-22 13:38:33 -04:00
xjoao
c46d12f87c Update exception 2020-05-22 13:34:01 -04:00
xjoao
04e2e7847d Update exception 2020-05-22 13:23:35 -04:00
Harmonic
40a1c34e19 Merge branch 'marketplace' into 'dev'
Set marketplace limit like Habbo

See merge request morningstar/Arcturus-Community!164
2020-05-15 07:59:47 -04:00
Mike
492c8f6142 Revert ServerMessage release/retain. 2020-05-13 20:55:07 +02:00
Mike
ec3a7d8f58 Fix crash when bot message is empty, increase max packet length. 2020-05-13 00:31:30 +02:00
Mike
46ff22f720 Fix all last edge cases. 2020-05-13 00:31:30 +02:00
Mike
463fb82654 Fix more issues. 2020-05-13 00:31:30 +02:00
Mike
4c140d9402 Fix more edge cases. 2020-05-13 00:31:30 +02:00
Mike
ee5a97bbae Add reliability to packets and actually clear the message buffer. 2020-05-13 00:31:30 +02:00
Mike
f9d81ea198 Fix reference counting and repeated composer() calls. 2020-05-13 00:31:30 +02:00
Swirny
6345244ff3 Set marketplace limit like Habbo 2020-05-12 18:14:27 +02:00
KrewsOrg
ea27e419bb revert timestamp commit by zGrav 2020-05-09 17:31:09 +01:00
Harmonic
e96c9492a4 Merge branch 'feature/rework-logging' into 'new-logging'
Rework logging, upgrade dependencies and remove unused dependencies

See merge request morningstar/Arcturus-Community!139
2020-05-08 17:19:14 -04:00
skeletor
d0b673952a Merge branch 'chatlog-timestamp' into 'dev'
Fixed !146 Chatlog should be orderer by timestamp

See merge request morningstar/Arcturus-Community!151
2020-05-08 06:31:17 -04:00
Swirny
2e40f295df Chatlog ordered by timestamp 2020-05-08 06:23:37 -04:00
Harmonic
b3d3240e26 Merge branch 'fix-water-cpu-issues' into 'dev'
Fix water cpu issues

See merge request morningstar/Arcturus-Community!150
2020-05-08 05:30:44 -04:00
Harmonic
7f987c7446 Merge branch '600-cme' into 'dev'
fix(Room): pets CME

See merge request morningstar/Arcturus-Community!142
2020-05-08 05:22:00 -04:00
Harmonic
980cf66815 Merge branch '595-npe' into 'dev'
fix(WiredEffectMoveFurniTowards): npe

See merge request morningstar/Arcturus-Community!141
2020-05-08 05:21:49 -04:00
David Silva
31c7ff7b6d fix(Room): pets CME 2020-05-05 13:59:12 +02:00
David Silva
145c02681f fix(WiredEffectMoveFurniTowards): npe 2020-05-05 12:57:18 +02:00
Mike
89ff26f21b More logging progress 2020-05-04 22:24:09 +02:00
Mike
4748c033ad Dependencies and logging progress 2020-05-04 19:54:07 +02:00
Mike
9a9b986948 Improve corner clipping and remove picked up furni from mask calculation 2020-05-04 06:18:12 +02:00
Mike
87fdba280a Optimize water item update. 2020-05-04 05:53:28 +02:00
Mike
196c1ef23d Optimize water mask recalculations. 2020-05-04 05:41:28 +02:00