Commit Graph

1263 Commits

Author SHA1 Message Date
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
55ad1bd328 Proper naming for auto skill configuration. 2021-07-22 22:49:03 +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
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
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
MobiusDevelopment
741cb757b6 Fixed skills not been casted in instances.
Contributed by nasseka.
2021-07-02 22:19:44 +00:00
MobiusDevelopment
df605dec7d Entry to timed hunting zones only from peace areas. 2021-07-01 22:30:09 +00:00
MobiusDevelopment
2185cd4bdd Addition of Corroded Fields timed hunting zone.
Thanks to manax182.
2021-06-29 23:23:36 +00:00
MobiusDevelopment
8adca41278 Addition of PlayerInstance getTimedHuntingZone method. 2021-06-28 23:24:16 +00:00
MobiusDevelopment
c9659c5cbe Renamed method checkInstanceTime to isSoloInstance. 2021-06-28 23:15:28 +00:00
MobiusDevelopment
35632e82a8 Addition of checkInstanceTime timed hunting zone parameter. 2021-06-28 23:02:11 +00:00
MobiusDevelopment
31c73e9d8f Summoning a servitor should not renew your own PvP flag time.
Contributed by Iris.
2021-06-27 23:38:40 +00:00
MobiusDevelopment
cabfc01be6 DailyTaskManager weekly reset improvements.
Thanks to nasseka.
2021-06-27 14:58:44 +00:00
MobiusDevelopment
b6c5d53a3c Only level 3 and 4 clans are able to participate in the Gludio castle siege.
Contributed by Iris.
2021-06-27 09:28:10 +00:00
MobiusDevelopment
6cb552f3de Prohibit triggering onCreatureSee when regions are inactive. 2021-06-24 00:21:39 +00:00
MobiusDevelopment
00eb8fb2ce Addition of simplified quest onCreatureSee NPC id registration and method override. 2021-06-24 00:03:21 +00:00
MobiusDevelopment
1d6efc99e4 Addition of CreatureSeeTaskManager. 2021-06-23 22:27:40 +00:00
MobiusDevelopment
71dd707e53 Should not see invisible creatures. 2021-06-23 21:43:49 +00:00
MobiusDevelopment
49e7f31d04 Renamed OnCreatureSee getSeer method to getCreature. 2021-06-23 19:25:18 +00:00
MobiusDevelopment
bd3dc1a34f OnCreatureSee for non attackables is triggered at World. 2021-06-23 15:00:31 +00:00
MobiusDevelopment
e0d8b453a3 Notify OnCreatureSee for creatures that do not trigger EVT_THINK. 2021-06-23 14:24:37 +00:00
MobiusDevelopment
fee7b294bb Dropped OnNpcCreatureSee in favor of OnCreatureSee event. 2021-06-23 02:05:25 +00:00
MobiusDevelopment
f6bc846256 Method initSeenCreatures should be protected. 2021-06-22 23:52:54 +00:00
MobiusDevelopment
3cc620ba43 Automatic seen creature initialization for registered NPC ids. 2021-06-22 23:01:45 +00:00
MobiusDevelopment
9601f31776 Removal of CreatureContainer class. 2021-06-22 21:27:08 +00:00
MobiusDevelopment
03857d87ee Proper naming for GameTimeTaskManager in comments. 2021-06-21 22:35:10 +00:00
MobiusDevelopment
6de2181713 Updated shared.xsd file.
Contributed by manax182.
2021-06-20 21:27:02 +00:00
MobiusDevelopment
506107e499 Support for multiple spawn zone types. 2021-06-19 01:39:01 +00:00
MobiusDevelopment
61c0b985dd Addition of OpNotAffectedBySkill skill condition handler. 2021-06-14 22:37:35 +00:00
MobiusDevelopment
a81169820a Dropped isMageCaster method from AutoUseTaskManager. 2021-06-14 21:45:27 +00:00
MobiusDevelopment
dcc2fd58f1 Minor code cleanup. 2021-06-12 21:21:17 +00:00
MobiusDevelopment
167b60294e Changed the way auto use prioritizes skills. 2021-06-10 16:29:10 +00:00
MobiusDevelopment
f609f8e887 Auto use should check for item conditions. 2021-06-08 21:44:12 +00:00
MobiusDevelopment
031b050556 Addition of SetCp effect handler.
Contributed by quangnguyen.
2021-06-07 11:47:01 +00:00
MobiusDevelopment
d3a9e56474 Support for RealDamage percent mode.
Thanks to nasseka.
2021-06-04 11:44:12 +00:00
MobiusDevelopment
6cb6907182 Addition of TriggerSkillByHpPercent effect. 2021-06-02 18:23:57 +00:00
MobiusDevelopment
ca2b1beb73 Item instance max count value for normal items should be long.
Contributed by Sero.
2021-05-31 21:43:28 +00:00
MobiusDevelopment
d4915cb08f Addition of configuration for teleport flags. 2021-05-30 21:24:22 +00:00
MobiusDevelopment
24e82859ca Unsummon previous existing pet, return null if template does not exist. 2021-05-28 23:48:11 +00:00
MobiusDevelopment
511aa1e740 Addition of parameter skillLevel to OpAffectedBySkill skill condition. 2021-05-28 11:58:16 +00:00
MobiusDevelopment
b129f85e5c Fixed access emulated by synthetic accessors. 2021-05-26 22:54:07 +00:00
MobiusDevelopment
c6bbb601be Fixed parsing instanceId. 2021-05-25 22:00:26 +00:00
MobiusDevelopment
432f235dc5 Improved support for instanced timed hunting zones. 2021-05-25 21:39:09 +00:00
MobiusDevelopment
c15bccc13f Proper importing for map entries. 2021-05-25 02:59:41 +00:00
MobiusDevelopment
bf4066d68e Use of isEmpty method when possible. 2021-05-25 02:32:37 +00:00
MobiusDevelopment
3a6bd69465 Proper support for Elixirs.
Contributed by manax182.
2021-05-25 00:01:56 +00:00
MobiusDevelopment
65ed82796c Method isAutoAttackable should consider all war declarations. 2021-05-22 22:40:09 +00:00
MobiusDevelopment
80d9daf414 Previous commit for older branches. 2021-05-21 23:17:20 +00:00
MobiusDevelopment
d3e633deb2 AutoUseTaskManager skill check condition for target. 2021-05-20 22:50:51 +00:00
MobiusDevelopment
b7bcd62cde Removed trailing spaces from various XML data. 2021-05-16 22:22:02 +00:00
MobiusDevelopment
5935b77ba7 Sync between different project ai package classes. 2021-05-16 20:06:15 +00:00
MobiusDevelopment
b513e66c88 Basic data table cleanup. 2021-05-16 12:01:19 +00:00
MobiusDevelopment
84a67bc5a0 Minor common util cleanup. 2021-05-15 22:03:26 +00:00
MobiusDevelopment
536b1f8433 Show premium icon if player has VIP or premium status.
Contributed by felipeafa.
2021-05-14 21:38:18 +00:00
MobiusDevelopment
8e788235a5 Previous commit for older branches as well. 2021-05-13 21:28:39 +00:00
MobiusDevelopment
354c86fcc0 Minor SoulBreaker XML indentation adjustment. 2021-05-13 21:21:14 +00:00
MobiusDevelopment
3da292017a Match Vip.xml naming with other data files. 2021-05-12 21:48:22 +00:00
MobiusDevelopment
b6336d8742 Adjusted enchant formulas for Classic.
Contributed by Iris.
2021-05-12 21:10:21 +00:00
MobiusDevelopment
f9f8ee9d6e Addition of admin effects untransform button. 2021-05-11 21:05:49 +00:00
MobiusDevelopment
7563b8877a Small fix for DropSearchBoard handler.
Contributed by CostyKiller.
2021-05-10 23:16:00 +00:00
MobiusDevelopment
14d7c151d1 Removed updatePosition broadcastMoveToLocation.
Thanks to Bandnentans.
2021-05-10 21:16:42 +00:00
MobiusDevelopment
f52b1e1bcc Fixed probable VipManager NPE. 2021-05-09 21:26:28 +00:00
MobiusDevelopment
8066c8348f Fixed Calendar copying by use of HOUR_OF_DAY. 2021-05-08 21:17:45 +00:00
MobiusDevelopment
559ba288e6 Fixed incorrect check for containsKey at saveHeroMessage method. 2021-05-08 20:19:32 +00:00
MobiusDevelopment
461488d45f Proper skill levels for Agathion Bracelet - Stage 5 (91161).
Contributed by ds999.
2021-05-06 16:14:48 +00:00
MobiusDevelopment
07cdb37060 Check if autoplay bad skills target attackables. 2021-05-05 18:19:06 +00:00
MobiusDevelopment
77678ad746 Addition of autoplay isMageCaster method. 2021-05-05 18:08:24 +00:00
MobiusDevelopment
2ea07beab7 Adjustments for various item stats. 2021-05-05 14:59:04 +00:00
MobiusDevelopment
1cf9db263f Fixed probable larva NPE. 2021-05-04 10:20:54 +00:00
MobiusDevelopment
4ec90902b6 Executables with support for console. 2021-05-03 22:51:51 +00:00
MobiusDevelopment
c8f58f89ff Adjustments for database installer dependencies. 2021-05-03 13:28:32 +00:00