Advertisement
Kiosani

Documentation 1.03.08 CHS XV-Plugin

Jul 15th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // - Guide Script Edition Documentation:
  3. //------------------------------------------------------------------------------
  4. - ItemModel.txt Script:
  5. //------------------------------------------------------------------------------
  6. Contains information about all added/custom Items in the game.
  7. this include: "Information of coords/rotation values/position values"
  8. of every Item on: Inventory Character View and on Viewport/Preview.
  9. Also contains information about: RGB (Red/Green/Blue) values of
  10. every Item (when this is: +7,8,9,etc Levels). and information about
  11. some Item state changes ex: Normal Item -> Socket Item State.
  12. Also contains information about: Custom Added Bows/Crossbows, coords
  13. of Rotation/Position on (when this exists on the Character-Back View).
  14. For more info, please read detailed: "Info" on: "Head" of: "ItemModel.txt".
  15. //------------------------------------------------------------------------------
  16. - ItemOption.txt Script:
  17. //------------------------------------------------------------------------------
  18. Contains information about all added/custom Items in the game.
  19. this include: "Information of descriptions/tooltips/texts/colors"
  20. of every Item on: Inventory Character/Warehouse/NPC Shop/Personal
  21. Store/etc Game User Interfaces. Also contains information about
  22. "Item Tool Tip" number of lines/value of Every Item Level/etc.
  23. Also contains information about: "Item Color Name" (on the Map Floor).
  24. and Item Color Names on the: "Character Inventory View".
  25. for more info, please read detailed: "Info" on: "Head" of: "ItemOption.txt".
  26. //------------------------------------------------------------------------------
  27. - ItemHelper.txt Script:
  28. //------------------------------------------------------------------------------
  29. Contains information about all added/custom Items-Pets in the game.
  30. this include: "Information of some: effects/size/hp bar name/etc"
  31. This script is of: "Dynamic Edition", this means that you can add
  32. Infinite count of Custom Pets to this Script. For more info, please
  33. read the detailed: "Info" on: "Head" of: "ItemHelper.txt"
  34. //------------------------------------------------------------------------------
  35. - ItemEffect.txt Script:
  36. //------------------------------------------------------------------------------
  37. Contains information about all added/custom Item-Effects in the game.
  38. this include: "Information of: Sprites/Particles/Skill-Model Effects/etc"
  39. This script is of: "Dynamic Edition", and have reduction of: "Memory Consuption"
  40. by use of: "Iterators" on the code, this means that: "Only load to the memory"
  41. the: "Used/Setted" Item-Index's. For more info, please read the detailed: "Info"
  42. on: "Head of: "ItemEffect.txt".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement