Jump to content

[C++]MiniRelease emociones sin la mascara, acciones entre mismo sexo


Recommended Posts

Posted

Hi :v

Bueno empezamos :v sin antes mandar un saludo a las chamanas e.e

Abrimos el cmd_emotion.cpp

Buscamos

if (!CHARACTER_CanEmotion(*ch))

le agregamos un /* al inicio y al final de tal manera que quedara asi.

/*if (!CHARACTER_CanEmotion(*ch))
	{
		ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("열정의 가면을 착용시에만 할 수 있습니다."));
		return;
	}*/

Listo con eso ya no tendran que usar la mascara de emociones e.e

ahora lo más loco :v

buscamos

if (GET_SEX(ch)==GET_SEX(victim))

Procedemos a realizar lo mismo e.e

debera quedar asi

/*if (GET_SEX(ch)==GET_SEX(victim))
            {
                ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("이성간에만 할 수 있습니다."));
                return;
            }*/

02e06110ea7d5e770548232f1651c837.png

bcd1e9e129ceea933b15ab6c188f35b7.png

Posted

Porque vas a quitar la funcion del sexo, pudiendo quitarla directamente de la emoción?

 

{ "kiss", do_emotion, 0, POS_FIGHTING, GM_PLAYER },
{ "slap", do_emotion, 0, POS_FIGHTING, GM_PLAYER },
{ "french_kiss", do_emotion, 0, POS_FIGHTING, GM_PLAYER },
Posted

 

Porque vas a quitar la funcion del sexo, pudiendo quitarla directamente de la emoción?

 

{ "kiss", do_emotion, 0, POS_FIGHTING, GM_PLAYER },
{ "slap", do_emotion, 0, POS_FIGHTING, GM_PLAYER },
{ "french_kiss", do_emotion, 0, POS_FIGHTING, GM_PLAYER },

 

D: no ser un pro D:

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...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.