bauwbas Posted August 8, 2010 Author Posted August 8, 2010 Yeah, but it wont work :) I remaked this one, cuz it have about 200 error, one config missed, few imports missed, few lines too missed, little bit buggy and not working :) So i remaked to working version, you can see at looking in screenshots :) and yes, nothing special :)
Fanky Posted August 8, 2010 Posted August 8, 2010 cool! :o it's the first time i see a crafting npc! well...it's really useful! thanks! +1. good job mate!
madzkull Posted August 12, 2010 Posted August 12, 2010 Thanks for re working I hope this time I got it right since I got compile errors using the other craft manager shared here.. Does this one works on epilogue?
madzkull Posted August 17, 2010 Posted August 17, 2010 please help I've been trying to make this work but I got compile errors T_T
bauwbas Posted August 23, 2010 Author Posted August 23, 2010 show your error, how can i help you, if i don't see error
madzkull Posted August 28, 2010 Posted August 28, 2010 I tried change the code I folllow this Find: String _crystal = _item.getItem().getCrystalType()==1?"D": _item.getItem().getCrystalType()==2?"C": _item.getItem().getCrystalType()==3?"B": _item.getItem().getCrystalType()==4?"A":"S"; and change to: String _crystal = _item.getItem().getCrystalType()==1?"D": _item.getItem().getCrystalType()==2?"C": _item.getItem().getCrystalType()==3?"B": _item.getItem().getCrystalType()==4?"A": _item.getItem().getCrystalType()==5?"S":"S80"; then, find this: _crystals.add(0,0);_crystals.add(1,0);_crystals.add(2,0); _crystals.add(3,0);_crystals.add(4,0);_crystals.add(5,0); and change to: _crystals.add(0,0);_crystals.add(1,0);_crystals.add(2,0); _crystals.add(3,0);_crystals.add(4,0);_crystals.add(5,0);_crystals.add(5,0); Its still the same check the pic
death15 Posted June 11, 2013 Posted June 11, 2013 hello friends .. I am placing this code in L2JFrozen but Repice recognizes me but if I can be crystallized.?
Vision Posted June 16, 2013 Posted June 16, 2013 Dead Links. Locked. If you wish to update your links just gimme a pm to unlock it.
Recommended Posts