Commit Graph

127 Commits

Author SHA1 Message Date
Иванов Иван
ee37ffb219 feat: add pickup radius 2024-08-24 10:21:51 +02:00
Иванов Иван
ca86371137 fix: fix dead state for hero 2024-08-23 17:29:50 +02:00
Иванов Иван
e0ffa3a62e feat: check attackers user type 2024-08-22 23:07:06 +02:00
Иванов Иван
936697defc feat: add max passable height to AI config 2024-08-22 09:45:11 +02:00
Иванов Иван
d0baa5c21a feat: adjust route to target 2024-08-21 22:40:23 +02:00
Иванов Иван
914f6ba20f fix: fix memory leaks 2024-08-21 22:39:22 +02:00
Иванов Иван
4e2e108076 feat: change death logic 2024-08-21 15:00:17 +02:00
Иванов Иван
ad7a4c3074 Merge branch 'master' of https://github.com/k0t9i/L2Bot2.0 2024-08-18 17:42:46 +02:00
Иванов Иван
5f19cc1f76 feat: add check for line of sight for range and skill attacks 2024-08-18 17:32:29 +02:00
Иванов Иван
abadf90d4a fix: switch to non critical exception for most cases in network handler 2024-08-16 09:23:25 +02:00
Иванов Иван
4a45d1d615 feat: add map levels 2024-08-16 09:22:34 +02:00
k0t9i
248099b323
refactor: add AI description 2024-08-15 22:41:09 +04:00
Иванов Иван
46c877f036 fix: add l2.bin to valid process name 2024-08-15 20:14:20 +02:00
Иванов Иван
2943f7a50b feat: add combat and deleveling AI 2024-08-15 17:23:24 +02:00
Иванов Иван
bdd026519f feat: use WH_GETMESSAGE for hook 2024-08-15 17:22:49 +02:00
Иванов Иван
a11cde4121 fix: fix null pointer exception 2024-08-15 17:22:22 +02:00
Иванов Иван
b3c3a5fa85 fix: escape json strings 2024-08-14 17:48:19 +02:00
Иванов Иван
b97a2ea63c feat: add force skill using 2024-08-12 22:06:01 +02:00
Иванов Иван
75a5b842f7 feat: clear all attackers when hero died 2024-08-12 18:29:25 +02:00
Иванов Иван
c61019961b feat: add resurrection 2024-08-12 18:20:55 +02:00
Иванов Иван
c3f6d10dc6 fix: fix attackers removing 2024-08-12 18:11:02 +02:00
Иванов Иван
b7d8dd1db0 fix: fix null pointer exception 2024-08-12 18:10:18 +02:00
Иванов Иван
f761a0577e feat: increase distance of viewing 2024-08-10 12:27:05 +02:00
Иванов Иван
7f81380c89 feat: show attackes in list and map 2024-08-10 12:04:47 +02:00
Иванов Иван
e3e0db29ad fix: fix null pointer exception 2024-08-10 12:02:08 +02:00
Иванов Иван
ee0b8db572 fix: fix memory leak 2024-08-08 21:13:54 +02:00
Иванов Иван
e95d748f00 fix: temporary disable abmormal effects 2024-08-08 21:12:57 +02:00
Иванов Иван
38c8a67bfb fix: fix acquire target action 2024-08-08 21:12:24 +02:00
Иванов Иван
c84a086447 fix: change absolute paths to relative 2024-07-25 18:15:29 +02:00
k0t9i
e42ff2b5e7 feat: add attackers handling 2023-11-11 15:44:03 +04:00
k0t9i
129381e13c refactor: create only new entity 2023-11-11 14:33:22 +04:00
k0t9i
63833745b6
refactor: add line break 2023-10-29 22:04:33 +05:00
k0t9i
385f02a3d8
refactor: add pathfinding description 2023-10-29 22:03:51 +05:00
k0t9i
17a4f82f24 feat: add pathfinding 2023-10-29 20:55:36 +04:00
k0t9i
efffe8a7cb feat: request item list on hero created 2023-10-26 22:16:39 +04:00
k0t9i
604ba8af9b fix: remove exception throwing from game threads 2023-10-26 22:13:23 +04:00
k0t9i
ee11faf0ce Merge branch 'master' of https://github.com/k0t9i/L2Bot2.0 2023-10-19 10:05:35 +04:00
k0t9i
2e025fd0cf feat: add some low level error handling 2023-10-19 10:04:52 +04:00
k0t9i
641e20e82a fix: restore UGameEngine::Tick on exit 2023-10-18 23:29:51 +04:00
k0t9i
8ea599ccc6 fix: do not stop world handler in destructor 2023-10-18 23:28:15 +04:00
k0t9i
24b7055136 refactor: config log channels for debug env 2023-10-18 15:59:18 +04:00
k0t9i
521af7c00e feat: add exceptions 2023-10-18 13:28:29 +04:00
k0t9i
a2428bb0d1 feat: add some info and app logging messages 2023-10-17 23:08:41 +04:00
k0t9i
ab85800275 feat: add logger 2023-10-17 20:20:25 +04:00
k0t9i
03e61a9b9a refactor: move events and service locator into core project 2023-10-17 14:16:58 +04:00
k0t9i
9836ef3a17 refactor: switch world handler parameters to map of repositories 2023-10-16 23:50:29 +04:00
k0t9i
ede55a870e refactor: move event disptacher into service locator 2023-10-16 23:38:01 +04:00
k0t9i
b948273172 fix: send HeroDeletedEvent only if hero actually removed 2023-10-16 17:51:11 +04:00
k0t9i
2c475e69f3 refactor: add services for imcoming and outgoing messages 2023-10-16 17:41:25 +04:00
k0t9i
787f4969ed refactor: remove unnecessary classes 2023-10-16 00:03:43 +04:00