Jump to content

NevesOma

Global Moderator
  • Posts

    1,042
  • Joined

  • Last visited

  • Days Won

    119
  • Feedback

    100%

Everything posted by NevesOma

  1. I mean knowledge of editing effects, assigning them to NPCs, editing NPCs in 3D max. You also need a compiler ( there is one in the share, but I don’t know if it works well or not ). To see code of Anakim you can with UTPT ( just to see and take maybe ).
  2. Without the necessary editing knowledge, you cannot do it. The effects of Anakim are attached to the bone (which your NPC does not have), + other settings. You need to edit the NPC itself ( add a bone / change ) in software for 3D and customize it to the same like Anakim, or decompile the code of anakim from .*u package, compile it with the necessary changes in new .*u and use. We have guides on the MXC about compilation of effects.
  3. The lines on top are needed ( in this case, I did not split the name with animation into different files ). Before sending the file I checked it myself, everything worked. I can compile the LineageMonster.u completely ( with new name just for lion or wyvern ), but it will be a bit later. P.S You have strange wyvern model ( it doesn't even look like default wyvern ).
  4. Use your Lineagemonster.u + my new *.u for wyvern. Just change in npcgrp.dat ( ID 12621 ) name LineageMonster.wyvern to Lineage2Wyvern.wyvern Download new *.u for wyvern: https://mega.nz/file/KExQWa7Y#-Zsb957xgH3OJdiuK7UGmXZRVnnc80XV7culd6SKtog
  5. If I understand correctly, you need a new monster to work as a strider and a default wyvern ( not custom from new pack ), right? And you want to change custom mesh to default from edited LineageMonster.u ?
  6. L2tool by acmi -> save for L2 -> open with Unreal -> edit -> Save from Unreal -> encrypt to 121 -> done. We have guides on MXC. Icons you can find too in my shares.
  7. Hex editor ( if you don't have knowledge ). UTPT ( to see code of monster ). Try maybe with L2PE too. But why do you need this?
  8. Locked. Reason: solved.
  9. I believe that updating the plugin is not that helps you ... because l2tool always displays an error when different types of textures are installed. You most likely saved the texture in DXT3 ( as requested by l2tool ). About interface: check interface textures for background and change like textures in L2Font-*.utx Locked. Reason: solved.
  10. Hero cloak: About your screen from 1st post: in the share there is a likeness of these versions ( but not as in the original with effects ). The original cloaks as in the first photo, in my opinion, do not exist in the share. But maybe someone uploaded them.
  11. Hello, guide: Use Umodel, l2tool, Unreal 2 Runtime Editor, Photoshop ( + DDS plugin ) and l2decrypt. Extract all textures from old *.utx, edit your background in Photoshop and save + import ( or replace ) to *.utx.
  12. Save your texture in DXT3 format, not in DXT1 ( exactly as l2tool writes to you ).
  13. It will be useful for beginners, is written perfectly.
  14. You should have something like this: static function DialogShow (EDialogModalType modalType, EDialogType dialogType, string strMessage, string strControlName, optional int dialogWeight, optional int dialogHeight, optional bool bUseHtml, optional string customIconTexture) { local DialogBox script; script = DialogBox(GetScript("DialogBox")); script.ShowDialog(modalType,dialogType,strMessage,strControlName,dialogWeight,dialogHeight,bUseHtml); if ( customIconTexture != "" ) { script.setIconTexture(customIconTexture); } } local DialogBox script; - this should be your line (41) Please tell me how did you get the interface decompilation?
  15. Take as a base a line from Gracia Final and from H5 transfer values for animation and textures from armorgrp.dat or weapongrp.dat. I have already described this process before.
  16. Try to use l2tool by acmi, open you icon.utx, use button Next: open with Unreal 2 Tournament Editor. You can see the icons in the format pack.group.iconname
  17. Hello, +1 guide for you:
  18. Can you show UICOmmonAPI.uc ? The error says that you do not have a variable name in line 41. Check this line.
  19. As @SGER@fjs wrote to you, try to use IDs in order. Like: 1 2 3 4 5, not 1 5 4 2 3 etc. Or move your new IDs to the top of the list.
  20. That's right, editing from the interface is also needed.
  21. I will help you. Folder: ./systextures Files: sp_32b_01.bmp - sp_32b_N.bmp sp_256_01.bmp - sp_256_N.bmp *N - number. This act needs to be repeated as many times as you have files in total. Locked. Reason: solved.
  22. This is not enough ( to change the grade in database ).
  23. By default, it has no glow. On the screen, I added a glow from the dagger ( this glow needs to be fixed so that it is on the entire surface of the weapon ).
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock