Jump to content
  • 0

Card View drawing


RedMonkey

Question


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Hello, how to display card picture view.

something like this on video

 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

12 minutes ago, akosivinmark said:

Yes. the script command something

viewcard(4001) //displays poring drawing

technically, i would like to copy the one on the video. i just do not know what is the function to open the drawing for the cards

Thank you for the Response @Cyro but i am looking for the script command to display the monster image.

*cutin "<filename>",<position>;

This command will display a picture, usually an NPC illustration, also called
cutin, for the currently attached client. The position parameter determines the
placement of the illustration and takes following values:

    0 - bottom left corner 
    1 - bottom middle 
    2 - bottom right corner 
    3 - middle of screen in a movable window with an empty title bar 
    4 - middle of screen without the window header, but still movable 

The picture is read from data\texture\유저인터페이스\illust, from both the GRF archive
and data folder, and is required to be a bitmap. The file extension .bmp can be
omitted. Magenta color (#ff00ff) is considered transparent. There is no limit
placed on the size of the illustrations by the client, although loading of large
pictures (about 700x700 and larger) causes the client to freeze shortly (lag).
Typically the size is about 320x480. New illustrations can be added by just
putting the new file into the location above.

The client is able to display only one cutin at the same time and each new one
will cause the old one to disappear. To delete the currently displayed
illustration without displaying a new one, an empty file name and position 255
must be used.

    // Displays the Comodo Kafra illustration in lower right corner.
    cutin "kafra_07",2;

    // Typical way to end a script, which displayed an illustration during a
    // dialog with a player.
    mes "See you.";
    close2;
    cutin "",255;
    end;

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

you mean card monster image?
if yes
add bmp image in

data>texture>À¯ÀúÀÎÅÍÆäÀ̽º >cardbmp (the card size must be 300x400px)

enter your custom card ID & Name in these following txt files in your Data folder.

idnum2cardillustnametable.txt

num2cardillustnametable

 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

4 minutes ago, akosivinmark said:

Hello, how to display card picture view.

something like this on video

 

Did you mean like the roulette of cards? :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Yes. the script command something

viewcard(4001) //displays poring drawing

technically, i would like to copy the one on the video. i just do not know what is the function to open the drawing for the cards

9 minutes ago, Cyro said:

you mean card monster image?
if yes
add bmp image in

data>texture>À¯ÀúÀÎÅÍÆäÀ̽º >cardbmp (the card size must be 300x400px)

enter your custom card ID & Name in these following txt files in your Data folder.

idnum2cardillustnametable.txt

num2cardillustnametable

 

Thank you for the Response @Cyro but i am looking for the script command to display the monster image.

another example.

 

Edited by akosivinmark
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Lol, funny it really was cutin. thanks!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/16/17
  • Last Seen:  

On 2017-4-23 at 9:30 PM, Cyro said:

*cutin "<filename>",<position>;

This command will display a picture, usually an NPC illustration, also called
cutin, for the currently attached client. The position parameter determines the
placement of the illustration and takes following values:

    0 - bottom left corner 
    1 - bottom middle 
    2 - bottom right corner 
    3 - middle of screen in a movable window with an empty title bar 
    4 - middle of screen without the window header, but still movable 

The picture is read from data\texture\유저인터페이스\illust, from both the GRF archive
and data folder, and is required to be a bitmap. The file extension .bmp can be
omitted. Magenta color (#ff00ff) is considered transparent. There is no limit
placed on the size of the illustrations by the client, although loading of large
pictures (about 700x700 and larger) causes the client to freeze shortly (lag).
Typically the size is about 320x480. New illustrations can be added by just
putting the new file into the location above.

The client is able to display only one cutin at the same time and each new one
will cause the old one to disappear. To delete the currently displayed
illustration without displaying a new one, an empty file name and position 255
must be used.

    // Displays the Comodo Kafra illustration in lower right corner.
    cutin "kafra_07",2;

    // Typical way to end a script, which displayed an illustration during a
    // dialog with a player.
    mes "See you.";
    close2;
    cutin "",255;
    end;

 

Hi sorry for the question, i know this post not going about this, but i need help please:(

I want create a new card, i reading a guide and i think i got it but in a moment i dont know what happend. 

in a part of tutorial, they send me to the folder data in clinet of RO but... i only have this folders:

6f333a5347a22b69534b55a40ca6da1co.png

if anyone can help me, please. btw, sorry for my english, im spanish X_x

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

This is already been resolved. Please do not reply anymore, i am just looking for a script command called cutin.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Just now, DuendeIrlandes said:

Hi sorry for the question, i know this post not going about this, but i need help please:(

I want create a new card, i reading a guide and i think i got it but in a moment i dont know what happend. 

in a part of tutorial, they send me to the folder data in clinet of RO but... i only have this folders:

6f333a5347a22b69534b55a40ca6da1co.png

if anyone can help me, please. btw, sorry for my english, im spanish X_x

open your grf file using a GRF editor, paste the new illustration at data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/cardbmp

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

hi, can share me the script? really nice mini game

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

On 6/8/2019 at 8:41 PM, Frost Diver said:

hi, can share me the script? really nice mini game

its a paid script you must contact @Emistry for it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

2 hours ago, erjsanmiguel said:

its a paid script you must contact @Emistry for it

and we are hoping that he hasn't found it yet after a year.. (Frost Driver - Posted June 9,2019)

Not giving any topic hijacking warnings and will just close this as it was already answered years ago.

Edited by Haruka Mayumi
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...