Jump to content

Xanthor

Members
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Xanthor

  1. *** No longer need file. Found it in older version of rAthena. Bottom of post requests upvote if anyone is interested in a complete rewrite of this mod. If no response, Ill just make a small version for myself. Otherwise, if I see interest, Ill rewrite new version and also include new monsters too. ***

     

    Hey all. Sorry for the necro post, but I feel this is the only way I'm hopefully going to get a reply with the file I need. I need a copy of the full version of the old rAthena pet_db.txt in tact. All the above files in this pack are lacking this important information. The pet system has since been revamped where several of the above files are no longer needed as the info now exists in the pet db itself. This means there is no way to merge the several files into a working new pet db and I will have to research every pet in order to make sure they have the proper skills. Would look funny bringing a pet lunatic to a level 100+ dungeon, and have it use a skill that clears the entire screen with vermilion, which I sort of did for fun with a succumbus. Anyway, I need a full copy of the old pet_db.txt file which shows the break down of what each part means. In turn I will make a new pet data base file for both server and client to just copy over and use. Being I have 627 to convert, and as you know Im an avid typer, if I get this file, it should take me a month to write, may be 2 to include new monsters. I can be found on discord, so feel free to dm me if you have this file. Please no urls on what ones fathers, sisters, cousins room mate makes in a week please ?

    PS, please upvote if you want this updated script. I dont want to pour time into a project no one wants.

    Note:

    ** project to convert all pets to yml.

    ** Add evolving to all pets to unlock special skills.

    ** This one Im debating on, which is pet breeding for unique pets with special skills.

    • Upvote 6
  2. On 4/24/2020 at 8:43 PM, shatowolf said:

    Yow mate. this question already answered, just search first. or google, it wont hurt you. ?

    Thanks.

    I think they might have similar issues to what I myself been going through. I actually found this post and quite a few others with similar to same instructions. When I did my first install over a month ago using the tutorial, I ran into similar issues because mysql workbench had an overhaul and half the features were renamed. I got around that switching to Xampp server which had all the features or at least most of them.

    As for updating, which is what got me here, most instructions were dated from 2015 to 2017. This post so far is the latest I found. My issue, most of what should be simple to do is confusing to me, and most likely similar reasons like with the workbench facelift. It seems the newest versions of git or tortoise git is not showing things like gitpop or other terms Im reading. Looking at older images I see similar layouts with the terms mentioned above, yet what I have is missing them. Im most likely going to have to just compare the old to new images to figure out the new interface, but figure I give a heads up on why so many posts are getting repeated. Take care and be safe.

  3. I found three issues that was causing the attendance scripts not to work. The first issue was caused by the attendance generator website which is a great shortcut to get a working attendance system up and running.

    Issue was in attendance.lub client side. The header that states what generates the code needs a # in front of it or the script wont run, as it loads in with errors. Example:

    -- Generated with Secret's Attendance Generator version 1.1.0

    This should look like:

    # -- Generated with Secret's Attendance Generator version 1.1.0

    The second problem is that the item IDs must all exist, yet ones that came with the server package had one on line 7 that no longer exists. If even one item id gives an error, the entire script will not load and return a message that there is no active event. Many websites show item ids, google and test them.

    Third Issue was fact that despite Im running renewal, the server was loading in from imports database folder instead. I ended up doing the same as another user by copying my finished attendance.yml to main db folder, re db folder, and Imports db folder. 

     

    Now, many stated only normal users can use the attendance feature. I myself felt any and all users including help should benefit. Each group I wanted to have this feature I added under permissions, not commands:

    attendance: true

     

    I have this fully working on my new server. If you get complaints of items not being received, tell them to check their email as these items do not go straight to inventory, they get collected from message. Remind players to make sure they have free space as well.

  4. Didn't post this as bug as it was caused by outside influence, but figure I post this so no one else makes same mistake.

    I broke the new player quest system when I set the store up to give free items out for new players. It was adding apple juice that did it. Giving out a stack of 20 interfered with the newbie quest where you have to drink it in order to move on to next quest. Having more in inventory threw the system off and trying to force and even edit the database just made things worse. I since removed the item, but figured I say something.

  5. Sorry for the necro reply, but wanted to add to this old post because I myself started getting the same error and not only found the cause, at lest for me, made a temporary fix as well. 

    I was forced to rebuild 2 of my family's systems a few weeks ago where the CPU fried on two 9 year old I7 asus servers. These were the first I7 I got from employee program which the mb didn't have to great a safe guards and when windows booted the fan drivers for a cheap rgb card, fans stopped during a heatwave of all luck, including the cpu fan. Was the death of two good servers. Anyway, I replaced the motherboards with Gigabytes Z390 Master I7 which is an 8 core 8 thread cpu and imaged the server and os onto an nvme m2 drive. The server and OS speeds are phenomenal. 

    Problem though, was sometimes after a reboot, Id get that open socket error. Spent hours trying to figure why it was happening when I decided to open a command window and do an ipconfig. The results that showed up gave me the answer immediately. I was so shocked, wanted to kick myself for not reading the huge motherboard manual. Had I done so, would have known what caused the error as well.

    Problem wasn't with the server, it was being caused by my hardware. Many motherboards come with built in wifi. I use my own wifi cards as they are triple channel and faster than the single built in. Unfortunately, unlike ethernet connections when not used disable, built in Wi-Fi dont. Since I never bothered to make a static IP for the built in wifi, router gave it whatever number was free. This resulted in some reboots causing the rAthena server to connect to that wifi connection, but since nothing was assigned, did not know what to do with the connection which resulted in the open socket error. My quick fix was to disable that wifi as I had no antenna hooked to it. Later on I will assign a static router IP and port forward it which should also fix this error.

  6. I while testing a quest on my new server, believe I came across a bug that is server side. Completed the milk is in danger quest to get no payment, which is supposed to be 20 tokens. Talked to npc right after to get message to come back later. I checked the console windows for errors and none reported.

  7. There will always be a scammer for just about every field. I almost got scammed 10 years ago just renewing my services with the hosting company I had been using already. I was lucky my bank did a charge back in time so no funds were lost, just a lot of wasted time. The services I used back then had their website hacked, and changed all payment processing. Something felt wrong so looked up phone number an an old email, gave it a call the next day to quickly hang up and call my bank fast. 

  8. Been ages since I was here and with all the time on my hands, with kids home, decided to put my old server back up and thankfully, saved all my links, or most of them to here to look up what to do since for the life of me, can't find the step by step instruction list I copied few years back, and also to see if other types came out since I been gone. Moment I got here, realized my god, I really need glasses!!!! You see, the first thing I saw was the large Rathena banner that says "Your Banner here" But because of my very poor eye sight, I didn't see it like that. To me the message said "Your Banned Here" Been fighting a few things to stay alive, can now add covid which is damned hard to shake. RO is one of my most favorite MMORPGS, next to UO, so seeing that banner look like that made my heart sink, like it was the end of the world type of sink, and wondering "WHY?" Was typing up a message to send when I increased the zoom, to find out I read the thing wrong, and all it was, was an advertisement. Fingers shaking while I type this, not sure if from relief or excitement, or both, but anyway, glad to be back and glad to see the sites still here. I dont need a banner, but will look for a donation button anyway. The community here has always been very friendly and helpful in the past. Just happy to not see a Error 404 when I clicked the saved link. :) Be safe all. 

  9. I was so ready to cry because my kids wanted me to put the ro server up again and this is the only well informed and accurate website to get the right information to do it, but for some annoying reason,  this website is not coming up in my phones web browser and the only thing that was, was the old long gone promethioise project and I was beginning to think this site was gone which would have been the end of my plans. Lucky for me I saved my registratiin email and hot back here to see the awsome sites still here and alive! Cant wait to see whats changed!

    • Upvote 1
  10. Im back to tearing my hear out. I got another client, one that has all the features mine was missing, cash shop, bank, It connects to other servers and runs fine, yet when I connect to mine, everything functions except I can't walk, like the black screen. The graphics all load up. NPCs load in too. The character wont budge. I can warp everywhere, just not move around. I changed the mmo.h packets to 20131222, changed client version to 46 in clientinfo.xml. The only difference between the older client and this one is that the clientinfo.xml is stored in the adata file. Client version is 20131222.

  11.  

    2013 Ragexe

    ( Thanks to Yommy for all the scripts and the great help

    Thanks to MStream for his help to the project and for adding patches

    Thanks to k3dt for unpacking/hosting all the exe and hosting the diff files )

    Things you have to do to make it works

    Open your clientinfo.xml

    Search <servertype></servertype>
    Set it to primary
    
    Search <langtype></langtype>
    Set it to 0   
    
    Open your db/packet_db.txt in your rathena folder
    Search the version who match why your ragexe's date choice ex ://2013-05-22 Ragexepacket_ver: 36
    So your version will be in clientinfo.xml :36

    src/common/mmo.h

    Search	
    #define PACKETVER YYYYMMDD
    And match it with the date version you choosed for your client
    ex :	
    #define PACKETVER 20130522
    
    Clean and re-build the solution of your emulator after it !!!

    Those patchs has been removed : Restore Login Window - Disable rag1&sak1 - Skip Service Select bug for a lot of people, please don't use it if it's not for testing purpose and use that software :

    Loki Launcher (It's a ro launcher : you have to use it to log in the game)

    http://hercules.ws/board/topic/1070-loki-launcher/

    or

    R.O.L.e.X : http://hercules.ws/board/topic/930-rolex/

    Ragexe (thx to k3dt) - The patchs support version of Ragexe >= 2013 03 20

    http://k3dt.eu/Ragexe/unpacked/

    Diff Patcher v2

    http://www.mediafire.com/?fibc47gzvdshp8o

    Diff files

    http://k3dt.eu/Ragexe/unpacked/Diffs/

    Data folder

    If you have some problem with your lua files, please delete your old data/luafiles514 folder

    And put those files in your ragnarok folder : https://subversion.assembla.com/svn/client-side-translation/

    Finally, change all lua extension to lub extension, place this script in your data/luafiles514 folder

    Windows :

    http://www.mediafire.com/?jvtac0j8f6m604v

    Linux :

    http://www.mediafire.com/?r72dz8mpk83dvsr

    If you still have trouble with lub files, you can use my own luafiles514 folder (delete your own luafiles514 folder before !!!)

    http://www.mediafire.com/?uudw9u0siwnycwz

    Packets

    2013-03-20 - Packets : Encryption keys

    2013-05-15 - Packets : Encryption keys

    2013-05-22 - Packets : Encryption keys

    2013-05-29 - Packets : Encryption keys

    2013-06-05 - Packets : Encryption keys

    2013-06-12 - Packets : Encryption keys

    2013-06-18 - Packets : Encryption keys

    2013-06-26 - Packets : Encryption keys

    2013-07-03 - Packets : Encryption keys

    2013-07-10 - Packets : Encryption keys

    2013-07-17 - Packets : Encryption keys

    2013-07-24 - Packets : Encryption keys

    2013-07-31 - Packets : Encryption keys

    2013-08-07 - Packets : Encryption keys

    Any error ? Look this Support Topic first

    Working :
    
    @ Chat Fix
    Allow Chat Flood (X lines)
    Allow Space In Guild Name
    Arial on All Langtypes
    Change Gravity Error Handler
    Chat Color GM
    Chat Color Guild
    Chat Color Main
    Chat Color Party Other
    Chat Color Party You
    Chat Color Player Other
    Chat Color Player You
    Custom Window Title
    Disable 4 letter charname limit
    Disable 4 letter username limit
    Disable 4 letter password limit
    Disable Nagle Algorithm
    Disable Ragexe Filename Check
    Disable rag1&sak1
    Disable Hallucination Wavy Screen
    Disable HShield
    Disable Packet Encryption
    Disable Quake Skill Effect
    Disable Swear Filter
    Enable Ascii
    Enable Custom 3D Bones
    Enable Multiple Grf
    Enable Official Custom Fonts
    Enable Title Bar Menu
    Enable 64k Hairstyle
    Enable DNS Support
    Enforce Official Login Background
    Extended Chat Box
    Extended Chat Room Box
    Extended Npc Box
    Extended PM Box
    Fix Camera Angles (Full, Less, Recommended)
    HKLM to HKCU
    Increase Headgear View ID to 5000
    Increase Zoom Out (50% - 75% - Max)
    Increase Screenshot Quality
    Ignore Missing File Error
    Ignore Missing Palette Error
    Korea Service XML Fix
    Only First Login Background
    Only Second Login Background
    Packets Keys Change
    Read Data Folder First
    Read lua before lub (ItemInfo.lub)
    Read msgstringtable.txt
    Read questid2display.txt
    Remove GM Sprites
    Remove Gravity Adds
    Remove Gravity Logo
    Remove Hourly Annonce
    Remove Serial Display
    Shared Body Palettes
    Shared Head Palettes
    Skip Licence Screen
    Skip Ressurection Button
    Translate Client in English
    Use Custom Aura Sprites
    Use Normal Guild Brackets
    Use Plain Text Descriptions
    Use Ragnarok Icon
    Use SSO login packet for all Langtype

    2012-04-10aRagexeRE.exe.patched which I got from here a month ago, was only one that worked in windows 10. Id post this on support but figure since I got this here, maybe you could tell me how to get the coin shop to show up? Thanks.

  12. Wanted to update this post so anyone else who get same issue can get an easy fix. This issue was caused by downloading from several different posts in attempts to get a working client. The black screen with npcs, that was caused by missing and damaged data.grf files which for some reason wouldn't patch and never gave an error or crash dump. Instead of pulling my hair out, whats left of it anyways, the most easy fix was to start fresh and download a full working client from a working server and then editing your configuration to connect to your server. Though, if you plan on letting others join your server, I highly recommend asking the person you download from permission to use it, even offer to donate because they like myself went through a lot of trouble to get theirs working and to take another's work without asking is just plain wrong. Big thanks for those who helped me!

  13. that could be scripted fairly easily

    Below are a bunch of castle locations in front of the castle manager. If I use an accolyte character I can store up to 3 locations. The 12 locations below I have pasted in wordpad along with 40 other locations. a GM or admin should be able to store locations with a description of each and be able to scroll through a list and click where they want to go. I found several control panels that do a lot, but none of them have a feature to send the client warp info. I was left a message a week ago that a player was stuck in a dungeon location with no teleporters  and stupidly didn't think to write the map down and just eddited the mysql file to move them to izude. Got to wait for the next person to get stuck to find out where it was. a menu to hold all the data below and be able to select it would be great if it exists. I don't know how to code for RO yet, but looking at a lot of files, looks very similar to uo, terraria, minecraft. Thanks. 
     
    @warp payg_cas04, 39,283 
     @warp gefg_cas02, 14,65 
     @warp aldeg_cas01, 217,174 
     @warp gefg_cas01, 40,46 
     @warp payg_cas01, 123,58 
     @warp prtg_cas01, 110,179 
     @warp aldeg_cas02, 72,73 
     @warp payg_cas02, 23,260 
     @warp prtg_cas02, 94,60 
     @warp aldeg_cas03, 108,118 
     @warp gefg_cas03, 107,22 
     @warp payg_cas03, 48,261 
  14. I was wondering if there is a command, or script, or gm npc script that would allow me at any time to make the server at any time respawn all castle treasure chests. Reason for this, I been making lots of changes and tweaks and found out that after reboot all spawned chests vanish till next day. Bringing the clock back isn't an answer, tried it and caused login issues where everyone including myself was rejected from server till reboot, which again removed all chests. I did several searches and only things that came up were spawning chests once a week or changing times. I looked at the code itself that states there's a gm menu but saw nothing in any of the scripts.

  15. It's difficult to understand, based on your details, what you exactly want to accomplish.

    I was looking for something, like client side. When in game, you can save one location to recall to. I'm looking for something that would store many locations like every guild castle, or tool seller locations. Lets say I have 3 locations written down. I want to be able to store those and be able to bring up a menu that lets me select a location to recall to instead of having to retype each location to go to. An acolyte can save 3 locations. A GM who can go anywhere could use a control panel to bring up locations he already saved before and just click it from menu. Thats what I'm looking for.

  16. I read an old post that someone was working on a console, but seems it never got completed. I was wondering if there is a Console that can be integrated into Rathena, one that has the ability to add locations which would be super handy since the game itself only has the ability to save one spot or 3 if you choose a different class. Something like a console that saves locations so you don't have to keep looking up coordinates and just be able to select it through the console and go to it, list players, ban lists, etcetc. Thanks.  

     

    Edditing so I don't spam. I found some control panels, and one of them does almost what I was looking for except multiple save points. Anyway, I was wondering if control panels for eAthena work with Rathena?

  17. Thought I was going batty, but after several messages, found out I'm not. I been putting several Armour,weapon, and supply sets into guild storage. When I save the server and reboot it everything in guild storage is gone. Makes me thing there is a database issue? Server shows no errors, everything stays in guild storage and accessible by anyone who I gave access to, but if I reboot, it all vanishes.

     

    After a lot of researching and not finding anyone else having had this issue, I looked through a lot of files and it was when I activated the VIP system and got an error that VIP storage cant go above 200 and was resetting to 0 that I went back into the mmo.h file and changed the setting from guild storage 2000 to 1200 and recompiled then tested putting items into guild storage shut server down and rebooted a few times, this time after each boot, the items stayed. Unlike other settings where the console would let me know it had an error, and was setting an item to 0, guild storage gave no error but was setting to 0 so nothing was saving. Now that I have it at 1200, and tested it, everything in guild storage saves and doesnt vanish after reboot. So id say its safe to say 1200 is the maxx.

  18. Are you using the old or new Izlude?

     

    Hard to say, the one that works has huge walkways as shown in the picture below. This one works. The one where I'm in the water, the walkways are narrow and have small bridge-houses over each path which is where I can't even walk through. If the narrow ones are old and don't work, is it possible to get a set of newer christmas locales I can test? Pictures follow.:

     

    post-35705-0-30424000-1451370160_thumb.jpgpost-35705-0-66347900-1451370169_thumb.jpg

     

    One last bug/issue. I activated npc/events/christmas_2013.txt and instead of the npc looking like a pirate cat, it looks like a poring that won't work when you click on him. You can mouse over and see their name and info, but seems to not be running the script.

  19. Christmas is just about over so when I patch back to the older screen this issue will be pointless till next year or possibly next holiday patch. Anyway I patched/merged twice, once to fix the Prontera crash and everything worked fine. When I merged the Christmas into the the client, thats when things got strange in Izlude. This was the only town that got bugged. I started getting pms people couldn't exit the town and when I tried, every exit or should I say every bridge you couldn't cross, as if an invisible wall was blocking you, and when I teleported outside and tried to enter the town via teleporter, I ended inside the town both myself and the teleporter now under water. When I patch back again this won't be a problem, but figure if anyone can give me a heads up whats doing this and how to correct it, it be appreciated. I'm faily new to Rathena though used many emulators before. Someone else had this issue and had marked the post but it post got deleted so am in the dark.

  20. I think you're approaching this from the wrong direction. You shouldn't need to "enable" anything to run a Christmas event... An event like this is added through a script, just like an NPC or quest. If you want Christmas events, either download or make the script yourself from scratch. If all you wanted was, say, an NPC that offered half price Christmas cookies and a bunch of santa porings running around then I could make that for you in a minute. If you want some super long and complex event Christmas event with a quest and whatnot, I would suggest looking through the script releases and you might find something you like, otherwise you'll need to do the dirty work yourself.

     

    In short, there is not magical setting that you simply untick and Christmas events start popping up, that's not how it works. Just find a Christmas event script you like, add it to your customs folder, enable it in scripts_custom.txt and enjoy. I hope this is of some help to you, good luck and merry Christmas!

    Actually. there are a lot of event scripts that came with the Rathena software found C:\rathena-master\npc\events. All of them as I mentioned above are old events that were commented out in the scripts_athena.conf. After removing the // from the events I wanted, and rebooting the server the spawns changed like I remember them as from years ago. Once I figure out the whole system, Id be more then happy to make scripts. If the mods use them, Id be happy to write some readme files for the server program so others who are new to Rathena don't have to look all over trying to figure what does what. Its definitely much better than the old Prometheus program, but unless you know the entire system, trying to figure how to get it to do what you wan't without readme files giving examples can get a bit intimidating. 

     

    Here is whats inside scripts_athena.conf:

    // --------------------------------------------------------------
    // -                        Core Scripts                        -
    // --------------------------------------------------------------
    
    // -------------------------- Airport ---------------------------
    npc: npc/airports/airships.txt
    npc: npc/airports/einbroch.txt
    npc: npc/airports/hugel.txt
    npc: npc/airports/izlude.txt
    npc: npc/airports/lighthalzen.txt
    npc: npc/airports/rachel.txt
    npc: npc/airports/yuno.txt
    
    // --------------------- Battle Grounds -------------------------
    // - Flavius ----------------------------------------------------
    npc: npc/battleground/flavius/flavius_enter.txt
    npc: npc/battleground/flavius/flavius01.txt
    npc: npc/battleground/flavius/flavius02.txt
    // - Kreiger Von Midgard ----------------------------------------
    npc: npc/battleground/kvm/kvm_enter.txt
    npc: npc/battleground/kvm/kvm_item_pay.txt
    npc: npc/battleground/kvm/kvm01.txt
    npc: npc/battleground/kvm/kvm02.txt
    npc: npc/battleground/kvm/kvm03.txt
    // - Tierra Gorge -----------------------------------------------
    npc: npc/battleground/tierra/tierra_enter.txt
    npc: npc/battleground/tierra/tierra01.txt
    npc: npc/battleground/tierra/tierra02.txt
    // --------------------------------------------------------------
    npc: npc/battleground/bg_common.txt
    
    // --------------------------- Cities ---------------------------
    npc: npc/cities/alberta.txt
    npc: npc/cities/aldebaran.txt
    npc: npc/cities/amatsu.txt
    npc: npc/cities/ayothaya.txt
    npc: npc/cities/comodo.txt
    npc: npc/cities/einbech.txt
    npc: npc/cities/einbroch.txt
    npc: npc/cities/geffen.txt
    npc: npc/cities/gonryun.txt
    npc: npc/cities/hugel.txt
    npc: npc/cities/izlude.txt
    npc: npc/cities/jawaii.txt
    npc: npc/cities/lighthalzen.txt
    npc: npc/cities/louyang.txt
    npc: npc/cities/lutie.txt
    npc: npc/cities/manuk.txt
    npc: npc/cities/morocc.txt
    npc: npc/cities/moscovia.txt
    npc: npc/cities/niflheim.txt
    npc: npc/cities/payon.txt
    npc: npc/cities/prontera.txt
    npc: npc/cities/rachel.txt
    npc: npc/cities/splendide.txt
    npc: npc/cities/umbala.txt
    npc: npc/cities/veins.txt
    npc: npc/cities/yuno.txt
    
    // --------------------------- Events ---------------------------
    // - Novice WoE -------------------------------------------------
    //   Novice WoE is a kRO Event, after the event, the scripts were disabled.
    //   Novice Castles don't have real dungeons. They're connected to the common ones.
    //   So it's better not to uncomment this line.
    //npc: npc/events/nguild/nguild_dunsw.txt
    //npc: npc/events/nguild/nguild_treas.txt
    //npc: npc/events/nguild/nguild_guardians.txt
    //npc: npc/events/nguild/nguild_warper.txt
    //npc: npc/events/nguild/nguild_ev_agit.txt
    //npc: npc/events/nguild/nguild_flags.txt
    //npc: npc/events/nguild/nguild_managers.txt
    //npc: npc/events/nguild/nguild_kafras.txt
    // --------------------------------------------------------------
    //npc: npc/events/bossnia.txt
    // - Official indian Ro Event Children Week
    //npc: npc/events/children_week.txt
    // - Official Christmas Events (iRO)
    //npc: npc/events/christmas_2005.txt
    //npc: npc/events/christmas_2008.txt
    npc: npc/events/christmas_2013.txt
    //npc: npc/events/dumplingfestival.txt
    // - Official Easter (2008) Event (iRO)
    //npc: npc/events/easter_2008.txt
    // - Official Easter (2010) Event
    //npc: npc/events/easter_2010.txt
    // - Official kRO, idRO Skill Reset Event
    //npc: npc/events/event_skill_reset.txt
    // - Events related to WoE SE Guild Dungeons.
    npc: npc/events/gdevent_aru.txt
    npc: npc/events/gdevent_sch.txt
    // - God Item SE post-creation Event
    npc: npc/events/god_se_festival.txt
    // - Official Halloween Events (iRO)
    //npc: npc/events/halloween_2006.txt
    //npc: npc/events/halloween_2008.txt
    //npc: npc/events/halloween_2009.txt
    //npc: npc/events/halloween_2013.txt
    // - Official idRO Idul Fitri Event
    //npc: npc/events/idul_fitri.txt
    // - Official Lunar New Year (2008) Event (iRO)
    //npc: npc/events/lunar_2008.txt
    // - Official RWC (2011) Golden Poring Event
    //npc: npc/events/RWC_2011.txt
    // - Official RWC (2012) Enchants Event
    //npc: npc/events/RWC_2012.txt
    // - Official Memorial Day (2009) Event (iRO)
    //npc: npc/events/MemorialDay_2008.txt
    // - Official St. Patrick's Day (2008) Event (iRO)
    //npc: npc/events/StPatrick_2008.txt
    //npc: npc/events/twintowers.txt
    //npc: npc/events/valentinesday.txt
    // - Official Valentine's Day Events (iRO)
    //npc: npc/events/valentinesday_2009.txt
    //npc: npc/events/valentinesday_2012.txt
    //npc: npc/events/whiteday.txt
    npc: npc/events/xmas.txt
    
    // ------------------------ Instances ---------------------------
    npc: npc/instances/SealedShrine.txt
    npc: npc/instances/EndlessTower.txt
    npc: npc/instances/OrcsMemory.txt
    npc: npc/instances/NydhoggsNest.txt
    
    // ---------------- Kafras & Cool Event Corp. -------------------
    npc: npc/kafras/cool_event_corp.txt
    npc: npc/kafras/dts_warper.txt
    npc: npc/kafras/functions_kafras.txt
    npc: npc/kafras/kafras.txt
    
    // -------------------------- Merchant --------------------------
    npc: npc/merchants/advanced_refiner.txt
    npc: npc/merchants/alchemist.txt
    npc: npc/merchants/ammo_boxes.txt
    npc: npc/merchants/ammo_dealer.txt
    npc: npc/merchants/buying_shops.txt
    //npc: npc/merchants/clothes_dyer.txt
    npc: npc/merchants/coin_exchange.txt
    npc: npc/merchants/dye_maker.txt
    npc: npc/merchants/elemental_trader.txt
    npc: npc/merchants/enchan_arm.txt
    npc: npc/merchants/gemstone.txt
    npc: npc/merchants/hair_dyer.txt
    npc: npc/merchants/hair_style.txt
    //npc: npc/merchants/icecream.txt
    npc: npc/merchants/inn.txt
    npc: npc/merchants/kunai_maker.txt
    npc: npc/merchants/milk_trader.txt
    npc: npc/merchants/novice_exchange.txt
    npc: npc/merchants/old_pharmacist.txt
    npc: npc/merchants/quivers.txt
    npc: npc/merchants/refine.txt
    npc: npc/merchants/renters.txt
    npc: npc/merchants/shops.txt
    npc: npc/merchants/socket_enchant.txt
    npc: npc/merchants/socket_enchant2.txt
    npc: npc/merchants/wander_pet_food.txt
    // - Cash Shop
    //   See file before enabling, as you may wish to change the
    //   point value of items to suit your own needs.
    //npc: npc/merchants/cash_hair.txt
    //npc: npc/merchants/cash_trader.txt
    npc: npc/merchants/cashheadgear_dye.txt
    
    // --------------------------- Others ---------------------------
    // - Izlude Battle Arena ----------------------------------------
    npc: npc/other/arena/arena_aco.txt
    npc: npc/other/arena/arena_lvl50.txt
    npc: npc/other/arena/arena_lvl60.txt
    npc: npc/other/arena/arena_lvl70.txt
    npc: npc/other/arena/arena_lvl80.txt
    npc: npc/other/arena/arena_party.txt
    npc: npc/other/arena/arena_point.txt
    npc: npc/other/arena/arena_room.txt
    // --------------------------------------------------------------
    //npc: npc/other/acolyte_warp.txt
    npc: npc/other/auction.txt
    npc: npc/other/books.txt
    npc: npc/other/bulletin_boards.txt
    //npc: npc/other/card_trader.txt
    npc: npc/other/comodo_gambling.txt
    npc: npc/other/divorce.txt
    npc: npc/other/fortune.txt
    npc: npc/other/gm_npcs.txt
    npc: npc/other/guildpvp.txt
    npc: npc/other/gympass.txt
    npc: npc/other/hugel_bingo.txt
    npc: npc/other/mail.txt
    npc: npc/other/marriage.txt
    npc: npc/other/mercenary_rent.txt
    npc: npc/other/monster_museum.txt
    // - Hugel Monster Races
    npc: npc/other/monster_race.txt
    //npc: npc/other/msg_boards.txt
    npc: npc/other/poring_war.txt
    npc: npc/other/powernpc.txt
    npc: npc/other/pvp.txt
    // - Turbo Track Arena
    npc: npc/other/turbo_track.txt
    
    // --------------------------- Quests ---------------------------
    // - Quests-Tutorials for basic classes (1st class quests) ------
    npc: npc/quests/first_class/tu_acolyte.txt
    npc: npc/quests/first_class/tu_archer.txt
    npc: npc/quests/first_class/tu_magician01.txt
    npc: npc/quests/first_class/tu_ma_th01.txt
    npc: npc/quests/first_class/tu_merchant.txt
    npc: npc/quests/first_class/tu_sword.txt
    npc: npc/quests/first_class/tu_thief01.txt
    // - Headgear Quests --------------------------------------------
    npc: npc/quests/newgears/2004_headgears.txt
    npc: npc/quests/newgears/2005_headgears.txt
    npc: npc/quests/newgears/2006_headgears.txt
    npc: npc/quests/newgears/2008_headgears.txt
    // - Falicious Okolnir ------------------------------------------
    //   God Item Second Edition Quests
    npc: npc/quests/okolnir.txt
    // - The God Item Quest -----------------------------------------
    // - Controller file, allow GMs to change variables.
    npc: npc/quests/seals/god_global.txt
    npc: npc/quests/seals/brisingamen_seal.txt
    npc: npc/quests/seals/god_weapon_creation.txt
    npc: npc/quests/seals/megingard_seal.txt
    npc: npc/quests/seals/mjolnir_seal.txt
    npc: npc/quests/seals/sleipnir_seal.txt
    // - Seal status board.
    npc: npc/quests/seals/seal_status.txt
    // --------------------------------------------------------------
    // - Wandering Minstrel Quest
    npc: npc/quests/bard_quest.txt
    npc: npc/quests/bunnyband.txt
    npc: npc/quests/cooking_quest.txt
    npc: npc/quests/counteragent_mixture.txt
    //npc: npc/quests/dandelion_request.txt
    npc: npc/quests/doomed_swords.txt
    npc: npc/quests/doomed_swords_quest.txt
    npc: npc/quests/eye_of_hellion.txt
    // - Guild Relay Quests
    npc: npc/quests/guildrelay.txt
    npc: npc/quests/gunslinger_quests.txt
    npc: npc/quests/juice_maker.txt
    npc: npc/quests/kiel_hyre_quest.txt
    npc: npc/quests/lvl4_weapon_quest.txt
    npc: npc/quests/mage_solution.txt
    npc: npc/quests/monstertamers.txt
    npc: npc/quests/mrsmile.txt
    npc: npc/quests/ninja_quests.txt
    npc: npc/quests/obb_quest.txt
    npc: npc/quests/partyrelay.txt
    npc: npc/quests/quests_13_1.txt
    npc: npc/quests/quests_13_2.txt
    npc: npc/quests/quests_airship.txt
    npc: npc/quests/quests_alberta.txt
    npc: npc/quests/quests_aldebaran.txt
    npc: npc/quests/quests_amatsu.txt
    npc: npc/quests/quests_ayothaya.txt
    npc: npc/quests/quests_comodo.txt
    npc: npc/quests/quests_ein.txt
    npc: npc/quests/quests_geffen.txt
    npc: npc/quests/quests_gonryun.txt
    npc: npc/quests/quests_hugel.txt
    npc: npc/quests/quests_izlude.txt
    npc: npc/quests/quests_juperos.txt
    npc: npc/quests/quests_lighthalzen.txt
    npc: npc/quests/quests_louyang.txt
    npc: npc/quests/quests_lutie.txt
    npc: npc/quests/quests_morocc.txt
    npc: npc/quests/quests_moscovia.txt
    npc: npc/quests/quests_nameless.txt
    npc: npc/quests/quests_niflheim.txt
    npc: npc/quests/quests_payon.txt
    npc: npc/quests/quests_prontera.txt
    npc: npc/quests/quests_rachel.txt
    npc: npc/quests/quests_umbala.txt
    npc: npc/quests/quests_veins.txt
    npc: npc/quests/quests_yuno.txt
    npc: npc/quests/thana_quest.txt
    // - The Sign Quest
    //   Be sure that the time zone set corresponds with the server's.
    //   For more info, read the comments in npc/quests/the_sign_quest.txt
    npc: npc/quests/the_sign_quest.txt
    
    
  21. console command?

    that only available in Hercules Emulator, rAthena doesn't have this feature implemented.

     

    stuck in maps?

    probably you're using an incompatible clients. make sure you configured your server with correct client date or use compatible clients.

     

    adding santa mob ?

    you can refer here Permanent_Monster_Spawn

    The clients compatible. The issue didn't start till I merged the Christmas screens into the data.grf file. I'm new to most of this Rathena setup. The last program I used to use was Prometheus, about 10 years ago and started getting back into the emulation with quite a few games my kids like playing after some 50 year old tried preying on my daughter so got emulators for every game they play to make it safer and let their friends on as well. I think I might be over looking what I merged, as the new christmas screens seem to have retained the older screens info, like if there was a wall in the old one, the new screen you would walk and bump into it even though its not there, Thanks for the above info. If I have to edit the spawners, whats the Christmas job that shows up?

    Edditing so I don't spam. I found a lot of holiday scripts using the link you gave me. How do you activate them? nm, looked through a lot of scripts and found out scripts_athena.conf has all or just about all of the event scripts listed in it and are just // commented out. I removed the commented on two Christmas events and then rebooted server and best of all didn't have to recompile!! Now all I need to do is figure out the client issue. Thanks for the info, made it easier to find what I was looking for!

    I saw your Christmas script you were selling. What would be involved installing it? Just adding the script to events and adding a line to scripts_athena.conf? 

  22. Yes, how do you get the Christmas spawns activated? I'm new to Rathena and the few things I found command wise state it had to be done through the console which is impossible because none of the 3 consoles allow typing in them.  I got the client patched so all the towns show Christmas themes though still working on an issue with that. Seems like even though the screens show the new graphics, its almost like there is something else I overlooked because I can't walk a lot of places, its almost as if my character is bumping into walls that no longer exist. Even walk on areas that your not supposed to. But at moment, I just want to get the Christmas spawns going and maybe a few quests. There's a lot of nice holiday quests but no instructions on how to incorporate them into the server.  

×
×
  • Create New...