Advertisement
Guest User

Changeset 385

a guest
Jan 9th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Scripts, CommandChannel edit, Bugfixes, Organization
  2.  
  3. Scripts
  4. - Addition of Q336. Ty RooT.
  5. - Q384 rework.
  6. - Fix IOOBE. Ty p0w3rf1y.
  7. - IntIntHolder use for shorter storage, avoid ArraysUtils using String#contains instead.
  8. - Medals aren't deleted anymore upon abort.
  9. - Addition of Q386, based on Q384 rework.
  10.  
  11. CommandChannel edit
  12. - Addition of BossInfoType enum, holding informations about Command Channel.
  13. - Move reduceCurrentHp override from Monster to RaidBoss and rework it.
  14. - The check task is now running every second, timer is reduced from 15m to 5m.
  15. - Looting rights messages have been added (10sec show).
  16. - Strategy Guide item (8871 itemId) is used as a side-way to create a Command Channel, and is now only needed/consumed if your clan doesn't own Clan Imperium skill (391 skillId).
  17.  
  18. Bugfixes
  19. - Fix TARGET_CORPSE_MOB target types ; you can now use such skills on Guards. Ty Art1s.
  20. - Fix unarmed mAtk damage.
  21. - Fix enchanted item buy possibility on Player tradelist. Ty RooT.
  22. - Fix extractable items inventory limit bug.
  23. - Fix a NPE over CreatureMove#moveToNextRoutePoint() execution.
  24. - Fix NPCs vulnerabilities passive skills.
  25. - Clear variables upon harvest and sweep attempt to avoid exploit attempt.
  26.  
  27. Organization
  28. - Add following methods :
  29. - Location#isInRadius(int, int, int) / Point2D#isInRadius(int, int) (and variants)
  30. - Move 3x3 matrice, used by Q384 / Q386 quests to MathUtil.
  31. - Add container.monster. Generate OverhitState, SpoilState and SeedState from Monster content.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement