Jump to content

Recommended Posts

  • 4 months later...
  • 1 year later...
  • 1 month later...
  • 2 months later...
  • 8 months later...
  • 3 weeks later...
  • 6 months later...
Posted

Hello Dear,

I would like to report the following finding, which occurs when changing hairstyle to the character.

Screenshot of the error:

image.png.25ffb8aa1f94fae07a25da3b9615f1f9.png


I would like to consult where the necessary files are obtained to update the client of my server.

Thank you.

Posted

Works perfectly, but can you link me what I need for the Doram/Summoner to avoid the client crash?

It works well with all classes but when I try Doram, obviously I will miss some palettes or I do not know what, but the client crashes.

Thank you ;)

  • 4 months later...
Posted

Hi @Emistry

Is there any way to not load the blacklisted sprites?

Now they appear as sprites ingame, but when you go on them there is a message displaying [REMOVED].

Is it possible not to load them, instead of displaying this message?

Thanks!!

Jensens.

  • 8 months later...
Posted (edited)

7XElaHm.png

Player was getting stuck when clicking on CANCEL instead of choosing an option. If you ever face this issue in your own server, you can change the following:

 

	}while( .@select != 4 && .@select != 255 );
	close;

Instead of close; you should add an end;

	}while( .@select != 4 && .@select != 255 );
	end;

 

Edited by Elano
  • Upvote 2
  • 1 year later...
  • 5 months later...
Posted (edited)
On 10/23/2020 at 1:53 AM, sapiro1403 said:

IF you wait/idle to npc it will have a close button and the style will be saved without paying it.

try get version 4.4, added the option to skip the SECURE_NPCTIMEOUT

	// ignore SECURE_NPCTIMEOUT
	.ignore_secure_npctimeout = 0;

 

On 4/18/2021 at 3:28 AM, lelouchxv said:

Change sex

gender isn't a style, and there are so much gender changer in the forum.

Edited by Emistry
  • Upvote 1
  • 1 month later...
Posted (edited)
On 4/23/2021 at 7:04 AM, Emistry said:

try get version 4.4, added the option to skip the SECURE_NPCTIMEOUT


	// ignore SECURE_NPCTIMEOUT
	.ignore_secure_npctimeout = 0;

 

gender isn't a style, and there are so much gender changer in the forum.

Sir @Emistry .. Can you add a wardrobe option ?? *If a player purchased the style, for example I paid for hairstyle #1 .. The said style will be added to wardrobe list , and everytime I want to use may purchased styles the npc will never ask for payment ... But the wardrobe can only store up to 5 styles per category .. 5 Hairstyle , 5 hair dye and 5 clothes dye , The player needs to decide replacing or deleting the least style 

Edited by Origami
  • 1 year later...
  • 11 months later...
  • 2 weeks later...
Posted (edited)
On 10/25/2022 at 5:08 AM, rmon said:

When i clicked on cancel, its giving me this error 
image.png.e49fd39a3eabcc32ebd52f4c94b8a5f5.png

I second (third?) this, when I cancel midway on choosing a style, aside from losing my current option (if I was changing cloth color it resets) that message is sent to mapserv.

I'm using 4.4 version.

After testing, this can be solved by following these instructions:

Thanks.

Edited by Echoes
Solved

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...