Katherine Posted August 11, 2014 Posted August 11, 2014 (edited) Fast Preview: Download (3,17KB) : This is the hidden content, please Sign In or Sign Up Credits: HappyLDE <npc id="9994" idTemplate="100912" name="Jolie" title=" Enchant Items"> <set name="level" val="70"/> <set name="radius" val="13"/> <set name="height" val="20"/> <set name="rHand" val="22"/> <set name="lHand" val="26"/> <set name="type" val="L2Npc"/> <set name="exp" val="0"/> <set name="sp" val="0"/> <set name="hp" val="2444.46819"/> <set name="mp" val="1345.8"/> <set name="hpRegen" val="7.5"/> <set name="mpRegen" val="2.7"/> <set name="pAtk" val="688.86373"/> <set name="pDef" val="295.91597"/> <set name="mAtk" val="470.40463"/> <set name="mDef" val="216.53847"/> <set name="crit" val="4"/> <set name="atkSpd" val="253"/> <set name="str" val="40"/> <set name="int" val="21"/> <set name="dex" val="30"/> <set name="wit" val="20"/> <set name="con" val="43"/> <set name="men" val="20"/> <set name="corpseTime" val="7"/> <set name="walkSpd" val="50"/> <set name="runSpd" val="120"/> <set name="dropHerbGroup" val="0"/> <set name="attackRange" val="40"/> <ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/> </npc> Edited January 11, 2023 by Vision 2 Quote
Red-Hair-Shanks Posted August 11, 2014 Posted August 11, 2014 nice code man :D ty for the share :) Quote
nezinomas Posted March 4, 2015 Posted March 4, 2015 (edited) nice thanks :) working on acis? Edited March 4, 2015 by nezinomas Quote
duocia Posted March 8, 2015 Posted March 8, 2015 (edited) Getting error while loading script http://pastebin.com/NqDFJiqn I am noob so don't judge me. :D Edited March 8, 2015 by duocia Quote
`iAndre Posted March 8, 2015 Posted March 8, 2015 Getting error while loading script http://pastebin.com/NqDFJiqn I am noob so don't judge me. :D Your imports are wrong. Press ctrl+shift+O for autofix. Quote
duocia Posted March 8, 2015 Posted March 8, 2015 (edited) Your imports are wrong. Press ctrl+shift+O for autofix. This hotkey in eclipse or else? :D NVM fixed it. Edited March 8, 2015 by duocia Quote
`iAndre Posted March 8, 2015 Posted March 8, 2015 This hotkey in eclipse or else? :D On eclipse. Quote
PrO_jeCt Posted November 6, 2016 Posted November 6, 2016 (edited) very good but cant add on my server any dev help? ty! Help?! Edited November 6, 2016 by PrO_jeCt Quote
PrO_jeCt Posted November 6, 2016 Posted November 6, 2016 (edited) Seraching a dev to help me for this :( Edited November 8, 2016 by PrO_jeCt Quote
Eirann Posted July 5, 2017 Posted July 5, 2017 (edited) Hello, import net.sf.l2j.gameserver.model.L2ItemInstance; --- Missing. And here public Enchant(int questId, String name, String descr) { super(questId, name, descr); -----------------The constructor Quest(int, String, String) is undefined. Can somebody help me? I'm more like python programmer and Java is waaay out of me Edited July 5, 2017 by Eirann Quote
Recommended Posts
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.