Jump to content
  • 0
Lysander

NPC Cutins - Need Assistance Please

Question

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

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

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.