Ep1kscape
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeWebclientRulesLatest imagesSearchRegisterLog in

 

 Dupe glitch fix

Go down 
2 posters
AuthorMessage
Kid
Helper
Kid


Helper
Posts : 109
Reputation : 1
Join date : 2012-04-14
Location : United States
Infractions Amount : 0

Dupe glitch fix Empty
PostSubject: Dupe glitch fix   Dupe glitch fix EmptyFri May 04, 2012 8:27 pm

I believe this should work to fix the dupe I referred to earlier.

Locate your bankx2.java file and search for

Code:
if (Xamount == 0)
         Xamount = 1;


Replace it with this

Code:
if (Xamount < 0)// this should work fine
      {
         Xamount = c.getItems().getItemAmount(c.xRemoveId);
      }
      if (Xamount == 0) {
         Xamount = 1;
      }

If that doesn't work let me know and I'll keep up the search
Back to top Go down
https://ep1kscape.forumotion.com/profile?mode=editprofile
Guest
Guest




Dupe glitch fix Empty
PostSubject: Re: Dupe glitch fix   Dupe glitch fix EmptyFri May 04, 2012 9:31 pm

Lets let brad know, Closing this so others can't post.

Be sure to send brad a pm, ill text him.
Back to top Go down
Ep1k
Owner
Ep1k


Owner
Administrator
Vetran
Respected
Posts : 69
Reputation : 9
Join date : 2012-02-24
Infractions Amount : 0

Dupe glitch fix Empty
PostSubject: Re: Dupe glitch fix   Dupe glitch fix EmptySat May 05, 2012 12:30 am

I owe you one thanks bud. Resolved you my friend have a nice future with this game.
Back to top Go down
https://ep1kscape.forumotion.com
Guest
Guest




Dupe glitch fix Empty
PostSubject: Re: Dupe glitch fix   Dupe glitch fix EmptySat May 05, 2012 1:50 am

Ya, i see its now SOLVED
Back to top Go down
Sponsored content





Dupe glitch fix Empty
PostSubject: Re: Dupe glitch fix   Dupe glitch fix Empty

Back to top Go down
 
Dupe glitch fix
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Ep1kscape :: Assistance :: Support :: Solved-
Jump to: