Jump to content

Recommended Posts

Posted

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

Posted

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

 

 

 

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


×
×
  • Create New...