Jump to content
  • 0

Dev help needed!


Question

Posted

Hello,

1st:

I'm searching for a person who can explain me how to make enchants work +5 at a step, so it will be like: 0 > +5 > +10 > +15 > +20 > etc... And also how to make custom enchant to make for ex. +100 items with 1 use?

This is related to enchants.

2nd:

I need to create custom Mana potion, used search and unfortunaly didn't found any relevant results...

 

So, if you can help me, please do it ^^ I'm using L2JFree Gracia PT2 Server.

 

Thank you in advice,

Andrew.

3 answers to this question

Recommended Posts

  • 0
Posted

about the +5 thinky i am not pretty sure but try this:

 

in that location: l2jfree-core\src\main\java\com\l2jfree\gameserver\network\clientpackets

open the RequestEnchantItem.java file.

 

search for that line:

 

item.setEnchantLevel(item.getEnchantLevel() + 1);

 

and make it like that:

 

item.setEnchantLevel(item.getEnchantLevel() + 5);

 

now what do you mean +100 with 1 use?

 

and 2nd what you want this mana potion to do?

 

  • 0
Posted

About +5 in a step, allready done this! Thanks to Cobra!

 

I need to create something like speacial scroll and it must be instant +100... Don't really know how to do this <__<

Mana potion... Same thing as +100 scroll, need to create speacial Mana potion to restore 2k MP when used...

 

Thank you in advice!

  • 0
Posted

Still in need of help with creating custom +100 Enchant Scroll!

 

Here's description:

Name for ex: Epic Weapon Enchant Scroll

Sold in custom shop...

When you use it, it makes your weapon +100 instantly with one use and with 100% chance.

Same needed with Epic Armor Enchant Scroll...

 

I hope someone will help me ^^

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...