Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/28/18 in Posts

  1. View File OnPCLootEvent New NPC Label OnPCLootEvent: This label triggers when a player picks up an item from the ground in a map marked with the 'lootevent' mapflag. This works with @autoloot and @alootid, this does not work for items given by script. When in a party with shared loot, only the player who looted the item from the ground will trigger this label. The information of the item picked up will be stored in an array called '@looted_data', check the script_commands.txt for the order of the data stored. Usage Sample: lootevent_sample.txt Submitter joecalis Submitted 05/27/2018 Category Source Modifications Video Content Author joecalis  
    2 points
  2. We here at rAthena believe that the users have the right to know what our team believes this project should be. rAthena Goals: Emulation AccuracyOur top priority of this project should be put towards creating an experience that matches that of the official servers. Right now, we are far from reaching that goal, but with focus on this particular issue, and with the help of people like you, we can close the gap between the official servers and ourselves. While this may never reach 100% accuracy due to constantly changing aspects in official servers, we could definitely do better than where we are right now. StabilityWhile we continue to fix bugs and add additional new content, it is extremely important that we remain focused on creating a project you can rely on to manage itself while you are away from your server. We want you to feel comfortable walking away knowing that you won't come back to a downed server. Resource ConsumptionCode speed and resource reduction should remain a lower priority as accuracy and stability are more important than saving some memory or process time. A successful project requires this understanding. Sometimes we may improve code that we come across during fixing other bugs or re-writing sections of code, but at this time, we should not focus on finding and fixing some of the more resource consuming portions of code. CustomizationWe're "core" developers. We develop a platform for people to build off of. Out of the box, we aim to maintain parity with AEGIS, and beyond that, we will provide tools and support (as long as it doesn't detract from the core!) for people aiming to customize beyond that. Anything our users make and wish to have added to the public source also needs to be approved and improved on an individual basis. If you're looking to start up a server project which follows the above principles, then rAthena is the project for you.
    1 point
  3. The Sage of Six Path Naruto The Sage of Six Path Cloak The legendary Super Saiyan Luminous Wings Ancient Dragon Wings Lucifer Wings Touka's Kagune (Might change this animation) Merged Zamasu's Set Super Saiyan Aura.rar
    1 point
  4. Can someone give a script about this Race to max level reward giver.. When player reaches his max level. he will talk to this npc then. give him reward. 1 Reward Only Per Job. Jobs: Knight Wizard Hunter Blacksmith Assassin Priest Crusader Sage Bard Dancer Alchemist Rouge Monk and please Broadcast it. thank you
    1 point
  5. This morning started as any other day, I wake up, I check my personal emails, I eat breakfast, I check my business emails, I put my boots on then check rAthena emails. This is where this morning differed. Over the last fortnight an astonishing number of chargeback disputes have been filed with Paypal, and a particular dispute that was closed by Paypal this morning in favor of the buyer was the last straw. This particular dispute was for a file that cost $10. The fee for chargeback disputes to the seller when lost is now $20. rAthena is essentially being scammed out of more and more money each month because of these fees and dirty scumbags, and I can no longer justify spending my own money to cover them. And people wonder why it's taking a while for Withdrawals to be processed. Paypal has been removed as a payment method on rAthena. Users who have submitted chargeback disputes have been banned. What does this mean? It means that if you would like to pay for an invoice, you may use your credit/debit card which will be processed by Stripe. Your card details are not saved on our webserver. Since the Stripe module was enabled almost 2 weeks ago, there have been a number of attempted transactions that have been refused by Stripe due to their fraud rules. And we are loving it! If your rAthena account name, address and phone number don't match the cardholder's details, you'll be declined. If you don't put in your CVC (3 digits on the back), you'll be declined. If your rAthena account is less than 20 days old, your transaction will be authorised but placed on hold for manual review. If you're dumb, you'll be banned. How does this affect Withdrawals? Essentially, it doesn't. Your Withdrawal request will still be processed through Paypal via our automated script. To be quite honest, i'm very disappointed with a select area of our community.
    1 point
  6. My Mistake. Add in npc.h after void npc_event_do_oninit(void); //Zell Duplicate int npc_event_export_2(struct npc_data *nd, int i); void npc_duplicate_2(struct npc_data *nd); int npc_timerevent_export(struct npc_data *nd, int i);
    1 point
  7. what do you mean renewal ? i will clarify to you renewal and pre-renewal is a server files , client is different . You can setup your Ragnarok Server in Server files if it is either renewal or pre-renewal . If you want to setup renewal server by default rAthena is renewal server . if you want to change it to pre-renewal/classic use our search engine to look for a nice guide how to disable renewal
    1 point
  8. You can use any client as you like , but we have a stable client that you can use 2015-11-04 if im not mistaken . other version higher are still have a problem
    1 point
  9. look goto line 69 or look for this : for (.@i = 0, .@i < getarraysize(.@rewardablejobs); .@i++) { set $rewarded$[.@rewardablejobs[.@i]], ""; } and change to : for (.@i = 0; .@i < getarraysize(.@rewardablejobs); .@i++) { set $rewarded$[.@rewardablejobs[.@i]], ""; } Typo error only.. just changed the comma "," to semi colon ";"
    1 point
  10. *logmes "<message>"; This command will write the message given to the map server NPC log file, as specified in 'conf/log_athena.conf'. In the TXT version of the server, the log file is 'log/npclog.log' by default. In the SQL version, if SQL logging is enabled, the message will go to the 'npclog' table, otherwise, it will go to the same log file. If logs are not enabled, nothing will happen.
    1 point
  11. The latest upgrade of IPS has been installed and with it comes the ability to add Two-Factor Authentication to your account. To enable, you must first have Google Authenticator on your smart phone [Android][iOS]. You can then setup 2FA by navigating to your Account Settings Once the Account Settings page has loaded, select "Account Security" and enter your forum password. You will then follow on-screen instructions to setup 2FA. If you have 2FA enabled on your forum account, you will need to authenticate when attempting to perform any of the following activities: Changing email address (also need to re-enter password) Changing password (also need to re-enter current password) Updating two-factor authentication setup (also need to re-enter password) Logging into the front-end (This does not apply if the user is logged in automatically because they have used the Remember Me checkbox) Managing PayPal billing agreements Editing personal billing information Managing addresses Managing alternative contacts Managing stored cards Viewing, withdrawing or topping up account credit After 3 failed attempts, the account will be locked for 60 minutes. A number of staff are already using Google Authenticator for their Github account, and now for their rAthena Forum account to keep them secure. If you begin to use this and encounter problems, please let me know as soon as possible.
    1 point
  12. Sage's Awesome Map Package 1.0 Sup homies! I won't bore you all with some unnecessary convoluted introduction, so we go: This is a package of some of my better work, mostly made over the course of the last year and a half or so. This is not everything I have ever mapped: The maps in this package are mostly just the ones I've finished that are functional and do not possess incredibad errors or problems. What you'll get: 7 Towns: Port Aquitaine, Carnivale, Dorado Harbor, Tortuga Bay, North & South New Alberta, and Zhunan. 2 Ancient ruins maps: The swampy city of Lafayette, or the bright and open Lumina. Several fields for Aquitaine, a satellite village for Dorado. Several interiors for Aquitaine, Dorado, Lumina and Zhunan. Dungeon maps for Lumina and Tortuga. A badass airship somewhere in there. It's crazy big. In total, there are over 20 maps here, of rather good quality. This map release is by no means perfect. I will be open and honest about this. Flaws you can expect: Not every town has interior maps, and those that do, do not always have many. I may or may not add more in the future. Not every town has field maps. I will definitely add more fields in the future. This package currently lacks a data file to organize warps/exits between maps. One will be added in future releases. Mini-maps will also be included in a future release. Sorry! Why this release is still awesome: It's completely free. I am not charging for this release, nor do I plan to charge for future releases. The only credit I ask for is that you link back to this forum thread and mention my name. Just 'Sage' is fine. You have my permission to modify and tinker with these maps to your heart's content. They're yours to do with as you please: That said, do still give credit for using them as a starting point. I will add to this in the future, as I've many half-finished projects and new things in the works, including fields, dungeons, interiors, and the like which will augment the maps currently available. Some of these maps use objects from the recently released town of Verus. I highly recommend you keep your kRO client up to date, or else some of these maps will have missing objects and textures. Additional notes, because I love making lists: Do not ask me to map for your server. I will say no. That said, if there is something in this map package you like and want more of (ie, "More Dorado fields, please!") then feel free to comment and I will consider working on it. If you find any functional errors on these maps (such as objects you can walk through because I messed up the GAT,) then don't hesitate to comment about it in this thread. Even if it is something you can easily fix yourself, this allows me to save others the trouble in future releases. I am not asking for money for this release, but if you really want to make a donation, then drop me a forum PM and we can talk from there. Previews of Maps: Previously posted Showcase threads: http://rathena.org/board/topic/78212-showcase-el-dorado-harbor/ http://rathena.org/board/topic/73564-showcase-the-swamp-city-of-aquitaine I'll add more previews shortly. Download: Aren't I Nice? Enjoy. <3
    1 point
×
×
  • Create New...