Jump to content
  • 0

[question]


Napster321

Question

Is there in java a place that is sending the enchant level of weapon to env.int in client?

 

What i want to do: add a different env* file for some weapons (different enchant colors)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

There is no direct layer between server and client, all is going by packets. Packets say to client "hey give me color for enchant level X" and client sends whatever he got.

 

Until you edit client to handle differently the situation, I believe you can't do what you want. At least it got nothing to do with core, until you like "Castorama" (search on inet :p). A client modder probably can tell you more about client part.

Link to comment
Share on other sites

  • 0

You can but your UserInfo and CharInfo will just be really, really, really weird. I would strongly suggest you to see with client modders rather than searching a core solution for this, at any cost.

Link to comment
Share on other sites

  • 0

something else kinda same : is it possible to add a different shoulshot effect after an enchant a-beep-t something like armor effect after +++?

just add if stats for enchant level in doAttack() and doCast() method in L2PcInstance

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...