Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/02/17 in all areas

  1. June Digest 2017 The following digest covers the month of June, 2017. Staff Changes None Development Highlights CORE: Fixed warps between 2 maps of the instance (ddee418) Implemented Clan Instance support (f450538) Added support for 2016's guild packets (9412ebb) Fixed login on 2017-03-15 and later (52ac564) Added support for 2017's guild leader change (b51617c) Fixed party window for 2017 clients (816d8ab, 7351b88) Fixed Status Recovery's interaction with other skills (b2d72ca) Corrected a SQL buffer type for bound items (1282594) Fixed color by default in questinfo script command (ad82c6b) Changed some GvG checks (264af55) Fixed some damage skills which ignored walls (05a778d) Updated atcommand changegm area name update (3093824) Fixed false duplication of items on trading (6b8dbf9) Implemented basic RODEX support (58776da, 3acf1aa) Adjusted RODEX mail return and delete timer (9d7d368) Adjusted NPC casted skill cast times (2a6277a) Added a config for Banana Bomb (e804970) Fixed a bug with script command strnpcinfo (a7c8751) Replaced rand() to rnd() (20908ee) Fixed motd parsing (9827bf6) Updated sleep2 command (a8e4c83) DATABASE: Item DB updated (887efa4, 55935a1) Updated Rune Knight Runestone effects (4a2bd82, c212b2e) Corrected some Aegis item names (a89e051, fb2ab5b) Added some placeholder from kRO data patch 2017-06-07 (8e7d739) Updated Item Package and Aegis names (6c266ae, 6d962d7, 399d11c) Updated mapcache.dat (b9db861) Updated produce_db.txt to include Combination Kit (6ce8468) Updated /re/refine_db.txt (56201ae) Removed all bAtkRate item bonuses from renewal (d5b67f3) Added some placeholder for mob_db.txt (c8496a1) Resolved function timers not being freed properly (ba242eb) SCRIPT: Fixed bug with vip_status command (d0ca637) Initial release of Lasagna NPCs (a5afb06) Added Clan Emblem to the NPCs (45e91e2) OTHERS: Added instruction on how to get Git Hash (1005b46) Cleaned up Visual Studio project minicore (76786e2, da036de) Resolved compiler warning when compiling rAthena using clang++ (bd33f01, 6fc2399) Migrate core source files to C++ (4a2574c, 809fc35) Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined (e87626c) Statistics Excluding merges, 7 authors have pushed 61 commits to master and 96 commits to all branches. On master, 252 files have changed. There have been 28,706 additions and 3,487 deletions. There are 20 merged Pull Requests and 8 Proposed Pull Requests. There are 11 new Issues and 30 Closed Issues. List of Contributors @admkakaroto, @aleos89, @anacondaqq, @Atemo, @awayne910, @cydh, @exneval, @Felleonel, @hazimjauhari90, @jenkijo, @Jeybla, @jezznar, @kukuasir1,@Lemongrass3310, @mrdiablo, @RadianFord, @RagnarokNova, @secretdataz, @Tokeiburu, @uddevil, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    7 points
  2. if( !getcharid(2) ){ dispbottom "You dont have a guild"; } end;
    2 points
  3. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  4. Use this: if( getgroupid() < 1) { end; }
    1 point
  5. you can't actually fix/remove the circle ( it's not a bug or something ), only GM can see that circle cause there's a hiding npc, so i don't think that the players will be able to see it only gms
    1 point
  6. there's no problem actually it's normal the drops rates are kinda high for these items, you can see that the card didn't drop maybe lower the rates of weapons, normal cards, common and healing items to 10% ?
    1 point
  7. you need to point out your domain dns/name servers to your vps ip
    1 point
  8. guides included in their websites you need to add a new webpage with provided files and configure it
    1 point
  9. there is different kinda wiki templates available in web the example you showed is from is this https://www.mediawiki.org/wiki/MediaWiki i personally use dokuwiki since its easy to edit pages https://www.dokuwiki.org/dokuwiki#
    1 point
  10. Packet Obfuscation Support As of 9d247d8, rAthena is now able to support encrypted packets making servers WPE free! Thanks to Hercules for the initial base of it. Thanks to @Napster for getting it applied to rA. Enabling support for your server: Packet Obfuscation support is enabled by default. It can be disabled in src/config/core.h by commenting out #define PACKET_OBFUSCATION. When diff'ing your client, make sure to not apply the "Disable encrypted packet" diff. A new definition has been added in db/packet_db.txt called packet_keys_use. Make sure this corresponds to the packet_ver you are using! Clients 2011-10-05 and newer will contain a new definition in db/packet_db.txt called packet_keys. These will have the three default keys for their specific client version. These keys can be changed if you use the diff to change the default key of the client. Keyworld was nice enough to provide a nice GUI to test custom keys. You can find that here. If you happen to change your keys, make sure the ones you apply in the diff match the order in the packet_keys definition. If your server supports multiple clients, make sure all clients are using the same 3 keys. Keep in mind, the maximum key value is 0x7FFFFFFF!
    1 point
×
×
  • Create New...