Advertisement
Kiosani

Documentation XV-TEAM Client Side Script Edition 1.03.08 CHS

Mar 30th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // - Project Name: Engine (Ex405) - XV-TEAM (C) 2021.
  3. // - Description: Mu Online Client Plugin Addons-Mods
  4. // - Version: 1.3.8.0
  5. // - Protocol: CHS
  6. // - Update: 28-04-21
  7. // - Developer: Nemesis
  8. //------------------------------------------------------------------------------
  9. // - Features:
  10. //------------------------------------------------------------------------------
  11. - Full Camera 3D Control (Zoom In/Zoom Out/Rotation/Position).
  12. - Full MiniMap in all Maps (Shift Key to: Show/Hide).
  13. - Full Custom Jewels Support (With Extensions by Every Item-Type in the Game).
  14. - Full Custom Wings Support (With REAL Options 100% Free of Bugs).
  15. - Full Custom Pets Support (With REAL Options 100% Free of Bugs).
  16. - Full Custom Items Support (All Item-Types MAX ID:255 by Every Type).
  17. - Full Custom Item ToolTips (For All Item-Types in the Game).
  18. - Full Custom Interface (UI) Systems (100% Working).
  19. - Full Custom Item Socket Options Support (Need Server Side Edition).
  20. - Full Custom Item Effects Control (With an Incredible count of Modes).
  21. - Full Custom Monsters Support (Included Custom Sound/Effects).
  22. - Full Custom NPC Support (Included Custom Sound/Effects).
  23. - Full Custom Sets Parts Support (With MAX ID: 255).
  24. - Full Custom Music for Added Maps Support (HOT!).
  25. - Full Custom Maps Support (MAX MAP ID: 120).
  26. - Full Custom Sound Support (Without Limits!).
  27. - Full Custom Jewel Bundleds Support (With full color change Number Edition).
  28. - Full Custom Item Inventory Position/Rotation/Size Edition.
  29. - Full Custom Item on Viewport Position/Rotation/Size Edition.
  30. - Full Custom Bows/Crossbows Support (With Included: Arrow Auto-Reload).
  31. - Full Custom Jewel Pack-Unpack System (Right-Click) on Inventory.
  32. - Full Custom Splash Mode on Game Client Execution.
  33. - Full Custom Font System Edition by Script (With Unicode Support).
  34. - Full Custom Encode Config-Script System. (Unique Security).
  35. //------------------------------------------------------------------------------
  36. // - Other Features:
  37. //------------------------------------------------------------------------------
  38. - A lot of fixes maded directly to the Code.
  39. - All Systems Supports Edition/Modification by Script (.TXT <-> .XVT) Formats
  40. //------------------------------------------------------------------------------
  41. // - Guide Script Edition Documentation:
  42. //------------------------------------------------------------------------------
  43. - ItemModel.txt Script:
  44. //------------------------------------------------------------------------------
  45. Contains information about all added/custom Items in the game.
  46. this include: "Information of coords/rotation values/position values"
  47. of every Item on: Inventory Character View and on Viewport/Preview.
  48. Also contains information about: RGB (Red/Green/Blue) values of
  49. every Item (when this is: +7,8,9,etc Levels). and information about
  50. some Item state changes ex: Normal Item -> Socket Item State.
  51. Also contains information about: Custom Added Bows/Crossbows, coords
  52. of Rotation/Position on (when this exists on the Character-Back View).
  53. For more info, please read detailed: "Info" on: "Head" of: "ItemModel.txt".
  54. //------------------------------------------------------------------------------
  55. - ItemOption.txt Script:
  56. //------------------------------------------------------------------------------
  57. Contains information about all added/custom Items in the game.
  58. this include: "Information of descriptions/tooltips/texts/colors"
  59. of every Item on: Inventory Character/Warehouse/NPC Shop/Personal
  60. Store/etc Game User Interfaces. Also contains information about
  61. "Item Tool Tip" number of lines/value of Every Item Level/etc.
  62. Also contains information about: "Item Color Name" (on the Map Floor).
  63. and Item Color Names on the: "Character Inventory View".
  64. for more info, please read detailed: "Info" on: "Head" of: "ItemOption.txt".
  65. //------------------------------------------------------------------------------
  66. - ItemHelper.txt Script:
  67. //------------------------------------------------------------------------------
  68. Contains information about all added/custom Items-Pets in the game.
  69. this include: "Information of some: effects/size/hp bar name/etc"
  70. This script is of: "Dynamic Edition", this means that you can add
  71. Infinite count of Custom Pets to this Script. For more info, please
  72. read the detailed: "Info" on: "Head" of: "ItemHelper.txt"
  73. //------------------------------------------------------------------------------
  74. - ItemEffect.txt Script:
  75. //------------------------------------------------------------------------------
  76. Contains information about all added/custom Item-Effects in the game.
  77. this include: "Information of: Sprites/Particles/Skill-Model Effects/etc"
  78. This script is of: "Dynamic Edition", and have reduction of: "Memory Consuption"
  79. by use of: "Iterators" on the code, this means that: "Only load to the memory"
  80. the: "Used/Setted" Item-Index's. For more info, please read the detailed: "Info"
  81. on: "Head of: "ItemEffect.txt".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement