Jump to content
  • 0

CUtin Erro.


Sacul71

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

Hello. I want to add new Cutin.
but it is giving error. here is the script / path / bmp

Script

Spoiler

new_1-1,53,111,5    script    Welcome::start1    -1,4,4,{

OnTouch:
    if (welcome == 0) {
        cutin "kafra_07",2;
        mes "Olá "+(Sex?"Boy":"Girl")+",";
        mes "É a primeira vez que te vejo por aqui.";
        mes "Qual é o seu nome?? Meu dever é anunciar você...";
        next;
        announce (Sex?"Welcome":"Welcome")+" "+strcharinfo(0)+" to SERVERNAME!",bc_all|bc_blue;
        mes "Então é ^0080FF"+strcharinfo(0)+"^000000, ?";
        next;
        mes "Vou lhe mostrar um mini guia.";
        mes "Assim você não ficará perdido!";
        mes "...";
        next;
        cutin "",255;
        cutin "mv",2;
        close2;
        cutin "",255;
        specialeffect2 910;
        sleep2 500;
        specialeffect2 757;
        sleep2 2500;
        specialeffect2 304;
        sleep2 500;
        end;
    } else {
        end;
    }
}

path / BMP

Spoiler

E:\Jogos\Servers\Ragnarok\KRO\data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust   mv.bmp
image.png.9ca5347ed8660829891cc8fe518de66a.png 

BMP is with the background #ff00ff

24 BiTS

R8 G8 B8 ( is only option)

in game a received a error.

Spoiler

image.png.ec65cbb8778d5b143aef6e9271e96207.png

Edited by Sacul71
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

it was just the program. you have to enable the
"do not write color space information"
if you have this option in your edict ^^

 

solved

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  234
  • Reputation:   113
  • Joined:  02/24/15
  • Last Seen:  

Just put this: kafra_07.zip , in this location: data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/illust

for the mv.bmp try another option of bits?

 

Edited by maken06
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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