Jump to content

Recommended Posts

Posted (edited)

You have test this code with more than one "dress" inside XML?

The code its total wrong in many ways, i hope you rework and fix it else its not share but troll.

Edited by StinkyMadness
Posted (edited)

I wouldn't use this code. Why is there a for loop in the UserInfo and CharInfo class? Doing like this the player will always have the last dress in the list... Also, you dont save to db, so player will always need to reuse the same thing again. 
Fix those problems and it will be usable. 

Edited by HyperBlown
Posted

Add Time for Skin 

 

 

I added the time in memo, if you know any shorter method leaves here, about the crash I will redo the part of charInfo and UserInfo, soon I will be updating

 

long remainingTime = player.getMemos().getLong("dressTime", 0);
		if (remainingTime > 0)
			player.getMemos().set("dressTime", remainingTime + TimeUnit.HOURS.toMillis(dress.getDressTime()));
		else
		{
			player.getMemos().set("dressTime", System.currentTimeMillis() + TimeUnit.HOURS.toMillis(dress.getDressTime()));

 

set up your dressme in hours.

 

<dressme itemId="9245">
         <appearance chestId="15000" hairId="15001" dressTime="1"/>
     </dressme>

9 hours ago, StinkyMadness said:

You have test this code with more than one "dress" inside XML?

The code its total wrong in many ways, i hope you rework and fix it else its not share but troll.

which points are wrong can you tell me to fix it?

Posted
18 hours ago, StinkyMadness said:

You have test this code with more than one "dress" inside XML?

 

12 hours ago, Rootware said:

Try to use more than 1 dressme item in XML and you will have client crashes everytime when will sent to you CharInfo packet.


 

 

8 hours ago, Williams said:

which points are wrong can you tell me to fix it?

We both told you the major problem, you have used forLoop inside serverpackages.
Even on your second video you clicked on "Green Archer" and your vision its red.
You did not notice anything?

  • Thanks 1
Posted
4 hours ago, HyperBlown said:

Ele apenas ignorou todos os comentários -q

I didn’t ignore Stinky helped me improve the code and now it’s working perfectly look the code is a new method

  • 4 weeks later...
Posted

Mind me if i am wrong but you don't mention anywhere the getItemId in the DressMe.java

 

maybe u missed the DressMe.java from model folder in your new upload, check it again

  • 3 months later...
  • 3 months later...
  • 10 months later...
Posted
On 7/2/2021 at 4:47 AM, JackCerutti said:

Code incomplete

 

On 5/8/2022 at 6:37 PM, Charm3R said:

Is this code functional?

 

Updated topic for aCis 401.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...