Commit Graph

1419 Commits

Author SHA1 Message Date
MobiusDevelopment
36f8ef4f30 Finish attack action and then cast skills.
Thanks to paparas21.
2021-08-11 23:27:14 +00:00
MobiusDevelopment
cefabb9fe9 Addition of Creature isDisabled method. 2021-08-11 22:08:05 +00:00
MobiusDevelopment
aa50d9efa6 Fixed Archer NPCs not moving while attacking.
Author: Maneco2
2021-08-11 21:27:29 +00:00
MobiusDevelopment
6277b90f51 Fixed PlayerInstance client punishment related NPE. 2021-08-07 11:02:54 +00:00
MobiusDevelopment
a261be39a8 Fixed probable hardware info holder NPE. 2021-08-07 00:35:27 +00:00
MobiusDevelopment
d5387bb853 Implemented HWID punishment affect. 2021-08-06 17:20:31 +00:00
MobiusDevelopment
9130a64259 Moved Innadril castle spawns to a separate file. 2021-08-05 00:05:46 +00:00
MobiusDevelopment
b824ed00c1 Moved Rune castle spawns to a separate file. 2021-08-04 23:36:25 +00:00
MobiusDevelopment
8623b7a921 Moved Oren castle spawns to a separate file. 2021-08-04 13:07:47 +00:00
MobiusDevelopment
26872feac8 Moved Gludio castle spawns to a separate file. 2021-08-04 11:54:31 +00:00
MobiusDevelopment
a122a2b37c Moved Dion castle spawns to a separate file. 2021-08-04 08:58:52 +00:00
MobiusDevelopment
ec9cdcced0 Null checks for AbstractPlayerGroup isLeader method. 2021-07-31 00:08:35 +00:00
MobiusDevelopment
13b9f0c499 Changed doEventDrop method attacker parameter to Creature. 2021-07-30 23:57:27 +00:00
MobiusDevelopment
0782cfcdba Addition of missing license text spaces. 2021-07-30 00:47:17 +00:00
MobiusDevelopment
c0d6a5e579 Removed usage of steam to check abnormals on effects. 2021-07-27 23:53:10 +00:00
MobiusDevelopment
878c127047 Quest buff adjustments.
Contributed by Horus.
2021-07-27 11:28:19 +00:00
MobiusDevelopment
1572e4f8b9 Fixed use of items preventing movement and autofarm.
Contributed by nasseka.
2021-07-23 23:02:58 +00:00
MobiusDevelopment
55ad1bd328 Proper naming for auto skill configuration. 2021-07-22 22:49:03 +00:00
MobiusDevelopment
e8ed52bcd8 Target related skill XML changes.
Contributed by nasseka.
2021-07-22 22:36:58 +00:00
MobiusDevelopment
5adec1331e Self targeting for non playable targets.
Contributed by nasseka.
2021-07-22 22:11:42 +00:00
MobiusDevelopment
7343289250 Check for skill SELF target type when auto casting buffs.
Contributed by nasseka.
2021-07-22 11:16:57 +00:00
MobiusDevelopment
2dcb626712 Addition of EventDropManager class. 2021-07-22 11:03:19 +00:00
MobiusDevelopment
0e745ad289 Use of simple ArrayList to store drops. 2021-07-22 10:21:06 +00:00
MobiusDevelopment
db65b65a19 Removed forced self cast of auto buffs. 2021-07-21 17:22:24 +00:00
MobiusDevelopment
2355d91cf2 Removed movement check from auto casting skills.
Contributed by nasseka.
2021-07-20 22:53:30 +00:00
MobiusDevelopment
e220cc1a08 Addition of powerModifier parameter at PhysicalAttack effect. 2021-07-20 22:30:47 +00:00
MobiusDevelopment
81cf10162b Changed skill skip order for AutoUseTaskManager. 2021-07-20 22:03:48 +00:00
MobiusDevelopment
349014127c Addition of auto use skill availability methods.
Thanks to manax182.
2021-07-20 00:20:13 +00:00
MobiusDevelopment
28a36caf44 Moved Schuttgart castle spawns to a separate file. 2021-07-17 19:45:23 +00:00
MobiusDevelopment
66ea7de851 Moved Goddard castle spawns to a separate file. 2021-07-17 19:09:44 +00:00
MobiusDevelopment
40d1a89680 Making use of the Z Garbage Collector added with Java 11. 2021-07-17 16:35:43 +00:00
MobiusDevelopment
cf9d6e6838 Optional support for running longtime events yearly.
Contributed by Costykiller.
2021-07-17 16:08:57 +00:00
MobiusDevelopment
1855506ea1 Moved Giran castle spawns to a separate file. 2021-07-16 17:20:33 +00:00
MobiusDevelopment
fc7ba188c4 Moved Aden castle spawns to a separate file. 2021-07-16 15:53:48 +00:00
MobiusDevelopment
efcc3f8e07 Method getAdminCommandList should be placed last. 2021-07-15 00:37:25 +00:00
MobiusDevelopment
02b8376575 Addition of optional range parameter to delete command. 2021-07-15 00:14:03 +00:00
MobiusDevelopment
7c85402870 Stop attack actions when auto play is not enabled. 2021-07-14 17:33:33 +00:00
MobiusDevelopment
6436dbe21c Removed special characters from pet template file names.
Thanks to nonom.
2021-07-14 17:04:36 +00:00
MobiusDevelopment
47ce8c29fb Fixed VitalityConsumeByBoss configuration.
Contributed by nasseka.
2021-07-14 13:12:49 +00:00
MobiusDevelopment
ffcbef2722 Reduce object creation and calculations for long time event isEventPeriod method. 2021-07-13 17:39:54 +00:00
MobiusDevelopment
8e8084e8dd Fixed NodeBuffer exhaustion. 2021-07-09 22:06:22 +00:00
MobiusDevelopment
ced2bd05e6 Talisman equip message adjustments.
Contributed by manax182.
2021-07-08 23:16:15 +00:00
MobiusDevelopment
31818c5757 Should remove all buffs before moving player to the match.
Contributed by Sero.
2021-07-08 22:53:35 +00:00
MobiusDevelopment
01bad9e889 Fixed inability to dispel some skills.
Contributed by nasseka.
2021-07-08 16:21:12 +00:00
MobiusDevelopment
28585f740d Static skills should not be affected by double time.
Contributed by nasseka.
2021-07-08 15:57:11 +00:00
MobiusDevelopment
004a35a793 Proper skill values and proper FocusMomentum.
Contributed by nasseka.
2021-07-07 15:28:31 +00:00
MobiusDevelopment
53bb6c78bb Fixed maximum force always been +1 if use Momentum Charge.
Contributed by Sero.
2021-07-07 15:13:59 +00:00
MobiusDevelopment
ec0185256f FocusMaxMomentum and Maximum Force Mastery adjustments.
Contributed by nasseka.
2021-07-06 10:30:07 +00:00
MobiusDevelopment
572f45451c Retail message for entering hunting zones from peace zones.
Contributed by manax182.
2021-07-02 23:17:55 +00:00
MobiusDevelopment
8a311baada Reverted revision 8919 timed hunting zone changes.
Contributed by nasseka.
2021-07-02 23:07:29 +00:00