Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/04/18 in Posts

  1. 2 points
    jowy

    Just Another CP

    Hi, I just started develop another ragnarok cp because I found fluxcp doesnt suit my need and doesnt easy to extend. You can see the looks on screenshot below It is still far from done yet. I will try to make extendable by utilizing module pattern (installable via composer) and the good news is I will be releasing as opensource so everyone can contribute you can follow development progress on github Any feedback, idea or contribution are welcome!
  2. 1 point
    Tio Akima

    Special Room - 1.0 [FREE MAP]

    View File Special Room - 1.0 [FREE MAP] Special Room (s_room) Map created by TioAkima and distributed (without any cost) by the author himself. It is a customized room that can have several functions, such as room for Quest's, Market (shop's), VIP room, meetings, etc ... The trade in this map is permanently prohibited. [I have not yet tested the map .. I have finished recently so .. Any mistake, please let me know.] Att, TioAkima Submitter Tio Akima Submitted 02/02/18 Category Maps & Textures  
  3. 1 point
    Daifuku

    Discord/Forum Ragnarok Emotes

    View File Discord/Forum Ragnarok Emotes I used these emotes for my previous ragnarok server. It's closed now, so feel free to use them - I might release some other small things if people want c: Submitter Daifuku Submitted 06/07/17 Category Other Graphics  
  4. 1 point
    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: 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: 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> 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
×
×
  • Create New...

Important Information

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