Advertisement
Guest User

Changeset 386

a guest
Jan 9th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. MariaDB / SQL tables, Scripts, Bugfixes, Organization
  2.  
  3. MariaDB / SQL tables
  4. - Consider to download latest MariaDB (10.4.11 at the date of this note) and transfer your db to it. MySQL is considered legacy.
  5. - Following tables are edited : accounts, auctions, augmentations. More will come with time, until all are optimized and follow convention.
  6.  
  7. Scripts
  8. - Addition of Q120. Ty StinkyMadness for adaptation.
  9. - Addition of Q343, based on L2J's ivantotov script. Fix memoStateEx to fit L2OFF.
  10. - ShadowWeapon script
  11. - Add 10 missing entries out of 90, out of 3 multisells.
  12. - Add exchange option to Ranspo, as depicted on L2OFF.
  13. - Q101 : add missing quest items in registered items list. Ty Rootware.
  14. - Q336 : add missing npcId in addTalkId. Ty p0w3rf1y.
  15. - Q626 : make the quest repetable and party friendly, according client infos. Ty p0w3rf1y.
  16.  
  17. Movement
  18. - Fix Boat stop behavior upon harbor reach (both regular and busy states), leading to memory leak.
  19. - Fix IOOBE over GeoEngine#findPath (trying to set player on non-existing layers), based on Hasha fix.
  20. - Fix movement issue related to route cutting edges. Ty vladalien.
  21.  
  22. Bugfixes
  23. - Orcs Mystics are considered as FIGHTER, and not MAGE anymore (22nd May 2007 patch note). Ty shyr.
  24. - Allow non stackable items with amount > 1 over create_item. Limitation based on inventory slot amount.
  25. - Second layer of fixes for enchanted item buy possibility.
  26. - Add missing messages for buy/sell enchanted items.
  27. - Add missing OperateType.NONE, which fix stuck behavior upon fail (casting a skill, setting on NO_STORE zone, etc).
  28. - Add ItemRequest#_enchant + related checks.
  29. - Fix Dice roll vector.
  30. - Fix SchemeBuffer duplicate key exception. Ty Sahar.
  31. - Revert part of 385 related to CC edit, fixing CCE about Raidboss.
  32. - Fix SecondClassChange "congratulations" htm.
  33. - Don't disband Party on DISCONNECTED leader (as tested on AdvExt).
  34. - Add missing zone data related to rev 384. Implement it under new enum SpawnType, based on StinkyMadness suggestion.
  35.  
  36. Organization
  37. - Server bypass floodprotection is lowered from 500ms to 100ms (lowest secured value, less painful for user).
  38. - Add SpawnLocation#getLocationWithOffset.
  39. - isVisible refactor, ty StinkyMadness.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement