Jump to content
  • 0

NPC Cutins - Need Assistance Please


Lysander

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/03/11
  • Last Seen:  

I fully know how to manipulate NPC cutins (the image of the NPC that pops up, i.e. the airship captain and many Kafras), but I would like to locate the file that contains all the cutins, so that I can browse though them and especially add my own custom images for NPC use.

Would anyone happen to know where that may be? The only help I found was located http://www.eathena.ws/board/index.php?showtopic=200844, but it did not help, as there were no relevant files there.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºillust*

It's where's all file of the cutins putted

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/03/11
  • Last Seen:  

Unless that * is an extra folder, that's where it's stored, and the function in the script isn't calling on my custom one.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Unless that * is an extra folder, that's where it's stored, and the function in the script isn't calling on my custom one.

can you post your script?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/03/11
  • Last Seen:  

favonius,143,193,5 script Library 858,{
cutin "test.bmp",2;
mes "test";
close2;
cutin "",255;
end;
}

Edited by Lysander
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

Remove .bmp

favonius,143,193,5 script Library 858,{

cutin "test",2;

mes "test";

close2;

cutin "",255;

end;

}

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/03/11
  • Last Seen:  

Ah, thank you, it works now. Weird though, since the official NPCs with cutins use .bmp. Thanks again!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  95
  • Reputation:   26
  • Joined:  11/15/11
  • Last Seen:  

The cutin only manipulates the image name of the NPC not including it's image format.

You can check out samples like Kafra's scripts. :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

Ah, thank you, it works now. Weird though, since the official NPCs with cutins use .bmp. Thanks again!

Even official NPC's scripts don't use .bmp :)

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