Jump to content
Tio Akima

ADD new Signboard - chat/shop/icon/etc

Recommended Posts

Hi, I'm TioAkima.

Small tutorial to help add the new fucking SIGNBOARDs that are available to new clients.
If I'm not mistaken, it's for client's 2016+

For those who do not know, I'm talking about these new chat/shop on the NPC:


2016-09-20_17_56_09_zpsk7rvnpa7.jpg

 

They are cool and leave the server with a nice face. <3

it is quite simple.
Go in your data folder, and in your LUA files (luafiles514)

search for file signboardlist.lub

data\luafiles514\lua files\signboardlist.lub

Now let's understand how this file works to add a SIGNBOARD (cute little window with icon) like this:


For_Snsscreen012.jpg

The structure of the file is as follows:

{" prontera", 150, 193, 5, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp", " KAFRA Tools ","#0x00FFFFFF"}

   {
        "prontera", = map name
        150, = x
        193, = y
        5, = height you want the window (can be zero if you want)
        IT_SIGNBOARD, = window type
       "유저인터페이스\\information\\over_kafra.bmp",  = here is the directory where your icon is
        "KAFRA Tools", = chat  name
        "#0x00FFFFFF" = letter color
    },

Just add another line following this format. Remembering that the last window does not have the comma in the end ... It is good to pay attention to this.

Now to add icons in this other way>


For_Snsscreen015.jpg

The format is very similar, but it has some minimal difference ... And it's also in the same file.
It's pretty much the same thing, but one or the other function argument changes.

The structure is this:

{"prontera", 150, 193, 1, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp"}, 

   {
        "prontera", = map name
        150, = x
        193, = y
        1, = height you want the icon (can be zero if you want)
        IT_BMP, = Only place the icon (without the window)
       "유저인터페이스\\information\\over_kafra.bmp"  = here is the directory where your icon is
    },

READY!
Note that for this, you do not put the name of the chat nor the color of the letter! (you do not have these two arguments, okay?) ..
That's it .. I hope it helps anyone who wants to put these windows.

att,
Tio akima

Share this post


Link to post
Share on other sites
On 10/8/2018 at 5:47 PM, luizragna said:

Wow, Dragon Ball with ragnarok??

there is also star wars lol . . . and a really neat pokemon one 

 

 

 

THAT IS SO CUTE THOUGH COMING TO 2016 CLIENT

Edited by lllaaazzz

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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