Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/09/22 in all areas

  1. like this? convert your short videos into thousands of cutin file using softwares and use npc to show it in game.
    2 points
  2. rAthena compatible Client and Hexed is attached Full Client: http://rofull.gnjoy.com/RAG_SETUP_211105.exe (from: http://nemo.herc.ws/downloads) rAthena server https://github.com/rathena/rathena (master branch) I used the translation present in this repository https://github.com/llchrisll/ROenglishRE (master branch) I left a hexed patched with Nemo to help those who don't know how to do full diff. http://nemo.herc.ws/clients/2021-11-03_Ragexe_1635926200 I also used the latest version of opensetup http://nn.ai4rei.net/dev/opensetup You don't need to do anything, just compile the rAthena server which is already compatible with version 20211103 (packetver) Ragnarok.7z
    1 point
  3. Version 1.0.0

    972 downloads

    Hello Friends, I'm a mapper and I also do map services (contact-me if you're interested in my job) I recently had this Prontera ripped and now I need to make it free for everyone. I hope y'all like it! If anyone wanna support me, please DM me.
    Free
    1 point
  4. Version 1.0.0

    148 downloads

    Description: • event_01 is a fairly small, simplistic map. It has a walkable area of 63x63 cells, with colorful starry effects that give players the feeling of falling or descending. • event_02 is a simple small map with a 30x31 walkable area inside a spinning cage of chains. The zip file contains the following: • event_01.gat, event_01.gnd, event_01.rsw • event_02.gat, event_02.gnd, event_02.rsw • event_01.lub (to apply special lub effects) • particle_rainbow01a.bmp, particle_rainbow01b.bmp, particle_rainbow01c.bmp, particle_rainbow01d.bmp, particle_rainbow01e.bmp, particle_rainbow01f.bmp The maps were tested with 2014-04-16aRagexe, therefore they are recommended to use with similar or newer clients. These can be used in quests, events, PVP matches, or just about anything with enough creativity. Please note that the preview gifs can be slightly choppy and is not representative of the actual product's animation.
    Free
    1 point
  5. Version 1.0.0

    244 downloads

    Do you wish the nightmare version of Clock Tower was more than just an identical version of the original map? More than just darkened elder or clock tower manager sprites? Well if you so desire, you can now apply a fresh coat of paint to the Nightmare Clock Tower maps and sprites, or expand it to include the entire clock tower! The download includes the following: - Clock Tower Maps (1@ctf1, 1@ctf2, 1@ctf3, 1@ctf4) - Clock Tower Dungeon Maps (1@ctb1, 1@ctb2, 1@ctb3, 1@ctb4) - Minimaps (Taken from the original maps) - New Sprites for Clock Tower Nightmare Mobs (Mimic, Rideword, Drainliar, Arclouse, Brilight, Penomena, Bathory, Joker) - Retouched versions of the less-than-stellar official sprites (Big Ben, Big Bell, Time Keeper, Arc Elder) - Untouched versions of the official sprites in case your GRF happens to not have them (Owl Marquis, Owl Viscount, Timeholder)
    Free
    1 point
  6. I think the correct one is, you should edit both Client and Server side. Doing so: In client side, just update System/OngoingQuestInfoList_Sakray.lub (You should decrypt with luadec into System/OngoingQuestInfoList_Sakray.lua Then, use below format: -- Example Quest Info List -- QuestList = { [1] = { -- This is the ID of the quest. Please remember/note it down. Title = "Quest Title", -- The quest title that shown on quest board. Description = { -- Quest description. "Some long quest description", "You can use ^FF0000Hex Color^000000,", "An <URL>URL <INFO>https://google.com</INFO></URL>", "A <NAVI>Navigation <INFO>WILOW,0,0,3,-222,0</INFO></NAVI>", "Or an <ITEM>Item <INFO>501</INFO></ITEM> information" }, Summary = "Some summary", -- Summary, -- Optional Properties IconName = "ico_gq.bmp", -- This is the quest icon displayed. It should reside on "data/texture/유저인터페이스/renew_questui/xxx.bmp" (Note for the file must be save with korean encoding) NpcSpr = "4_F_KHELLISIA", -- NPC Sprite name. Located at "data/sprite/npc/NPC_NAME" (Note: Input without .spr extension) NpcNavi = "prontera", -- Destination map name NpcPosX = 115, -- Destination npc X location NpcPosY = 181, -- Destination npc Y location RewardItemList = { -- Reward item list. You can have more items in it -- First Item { ItemID = 501, -- ItemID ItemNum = 10 -- Item quantity }, -- Second Item { ItemID = 502, -- ItemID ItemNum = 5 -- Item quantity } -- ...and so forth }, } } Next, you need to update your server side, by open and update these file: db/import/quest_db.yml And add your quest inside it: (Note the quest ID you've saved before) ... add after "Header:" Body: - Id:2 Title: Quest Title # Same as the "OngoingQuestInfoList_Sakray.lua" # Optional, if you want to add some monster, define here. (Please read the documation in the first fold of this .yml) Targets: - Mob: PORING Count: 5 Finally, you can adjust your quest in your NPC script, like this: prontera,159,186,4 script TestQuest 90,{ mes "Hello, this script just for testing quest"; next(); switch(select("Take quest", "Report Quest", "Bye")) { case 1: if (checkquest(2) == -1) { setquest 2; mes "Quest Taken"; } else { mes "Sorry, but you already have the quest"; } break; case 2: if (checkquest(2) == 0 || checkquest(2) == 1) { mes "Well done!"; mes "This is the rewards"; getitem 501,10; getitem 502,5; erasequest 2; } else if (checkquest(2) == 2) { mes "Sorry, you've completed the quest"; } else if (checkquest(2) == -1) { mes "It's look like you have not take the quest"; } break; case 3: mes "Bye..."; break; } end; } Last not least, don't forget to compile your lua file to lub using luac. That's some tutorial for update/creating a custom quest. So, in summary, you only need 3 things to setup, which is: Setup in client side -> Update OngoingQuestInfoList_Sakray.lub Setup in server side -> Update db/import/quest_db.yml Setup npc to trigger the quest === Screenshot - Without Monster Screenshot - With Monster === Hope this help ?
    1 point
  7. Version 1.0.0

    815 downloads

    Mobs from the Abyss Dungeon F4 and "Past" Odin Temple updates.
    Free
    1 point
×
×
  • Create New...