Jump to content

Craft Manager


Recommended Posts

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 :)

Link to comment
Share on other sites

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

 

shot00014u.th.jpg

 

 

 

Link to comment
Share on other sites

  • 2 years later...
  • 2 weeks later...
  • 2 months later...
Guest
This topic is now closed to further replies.


×
×
  • 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