Jump to content

0flee

Members
  • Posts

    485
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by 0flee

  1. from 85 to 55. I have npc. with bypass
  2. How i can make Delevel Manager With request item for delevel + reward for delevel? Was something with L2ItemInstance, but i don;t know how. I want to take from players 1 kk adena and give 1 apiga. Thank you !
  3. I want to know how i can set RIM kamaloka and Kamaloka between levels 1-85? Now i have like that. // Level of the Kamaloka private static final int[] LEVEL = { 23, 26, 29, 33, 36, 39, 43, 46, 49, 53, 56, 59, 63, 66, 69, 73, 78, 81, 83 }; I must make 85 Final INT's?
  4. Exist a npc which teleport players in instance once in 24 H's? 24 h's penalty i mean. If not, i want to know how i can make one. I search in google right now. Thank you !
  5. I did it, was like that <!-- Blessed Scrolls: Enchant Weapon --> <enchant id="6569" targetGrade="A" /> <enchant id="6571" targetGrade="B" /> <enchant id="6573" targetGrade="C" /> <enchant id="6575" targetGrade="D" /> <enchant id="6577" targetGrade="S" /> <!-- Blessed Scrolls: Enchant Armor --> <enchant id="6570" targetGrade="A" /> <enchant id="6572" targetGrade="B" /> <enchant id="6574" targetGrade="C" /> <enchant id="6576" targetGrade="D" /> <enchant id="6578" targetGrade="S" /> And i make like that <enchant id="6571" targetGrade="B" minEnchant="0" maxEnchant="20" bonusRate="80"/> I just copy the Min Max and BonusRate and i put on Blesseds. it is working. Thanks for answers.
  6. No. The enchant method from Ancient to be applied on Blessed. I mean with min max and chance
  7. I can do this if it's not? I get minEnchant="0" maxEnchant="20" bonusRate="80" from Ancients and to simple put on Blesseds?
  8. I do this 0-20 100% (for test) and from +21-65535 chance 0%, no work. I still can enchant after +20
  9. Oh, i miss to tell you that. L2j-Sunrise (Hi5) I want like this: B grade eq +20 max - Chance 80% A Grade eq +40 max - Chance 85% S, S80, S84 +60 max - Chance 95% And all this for Blessed scrolls. For ancient scrolls i have option to make min/max/chance, but for blesseds not. Thx
  10. HI all, i search a bit in java and i don't find any row about Blessed Enchant Scrolls and their rates. I have something in enchantItemData.xml and looks like that <!-- Blessed Scrolls: Enchant Weapon --> <enchant id="6569" targetGrade="A" /> <enchant id="6571" targetGrade="B" /> <enchant id="6573" targetGrade="C" /> <enchant id="6575" targetGrade="D" /> <enchant id="6577" targetGrade="S" /> <!-- Blessed Scrolls: Enchant Armor --> <enchant id="6570" targetGrade="A" /> <enchant id="6572" targetGrade="B" /> <enchant id="6574" targetGrade="C" /> <enchant id="6576" targetGrade="D" /> <enchant id="6578" targetGrade="S" /> and i want to know where i can set a max enchant (for bless) and chance (for bless). Not for all scrolls. I try something in enchantItemGoup.xml, but i think isn't from there. Thank you!
  11. I appreciate your time to post. I try all variants. Now i try a second variant. To add with skill passive, and it's working. Thank you! Can close topic, solved.
  12. How i can make on l2jsunrise an item in inventory for effect? Player just keep in inventory to get effect. (Without skill active/passive) I have <item id="22600" type="Armor" name="Tattoo of Brave Cat. 1"> <set name="icon" val="icon.skill1326" /> <set name="immediate_effect" val="1" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <set name="is_depositable" val="false" /> <for> <add stat="mDef" val="500" /> </for> </item> Item appear in inventory, but effect from "mDef" not. What i miss? Thank you
  13. @Nightw0lf, do you have a tutorial about compile/create a L2j-Mobius?
  14. Yes, it is from existing folder, its not a SVN
  15. Hello everyone. I hear about this site from someone. Doesn't metter who it is. And i want to ask here how i can open a server in few steps and what programs i need for it, i tell you what i have: ------ Java-1.7 JDK Eclipse SDK - Luna. ------ And i want to ask. What java i need to create a simple server? ( Old one, Old revision) L2jsunrise Windows 10 x64 8GB ram. Basicly it is ok for a fresh start. Later will come updates. So, i try to import into eclipse a project and on GIT i get this [img=https://i.imgur.com/MjpF7Ci.png] If i can fix this error because i don;t know what it is. I made variables for java. Thanks
×
×
  • 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