Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/08/17 in all areas

  1. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  2. Hey Guys! I haven't posted here in a good bit, just wanted to show off the old novice grounds that I've redone. I hope you guys like it. It's really just more recent models and textures. For the indoors, I kept the original Gravity lighting, you may see some errors in the shadows because of this, but its not too noticeable.
    1 point
  3. So if you have rAmod, you can change this lines and it's work on latest revision /src/map/channel.c find channel_join } else if( channel->opt & CHAN_OPT_ANNOUNCE_JOIN ) { char message[60]; sprintf(message, "[ #%s ] '%s' has joined.",channel->name,sd->status.name); clif_channel_msg(channel,sd,message,channel->color); } and replace } else { char output[256]; char channel_name[256]; sprintf(channel_name, "#%s",channel->name); sprintf(output, msg_txt(sd, 760),sd->status.name, channel_name); clif_wis_message(sd->fd, channel_name, output, strlen(output) + 1); } script - script #channel_autojoin -1,{ OnPCLoginEvent: atcommand "@join #main"; end; }
    1 point
  4. Try changing your langtype inside clientinfo.xml to 1
    1 point
  5. https://github.com/rathena/rathena/commit/88aaa9be98c4e9f8494a2012cb3b7700d3b844f5 struct map_session_data *tsd = map_nick2sd(pname, false); if (!(tsd = map_nick2sd(conv_str(st, data), false))) {
    1 point
  6. You were given the answer twice. If you did some research (using the search box at the top of any page) you'd find the answer you are looking for. The older clients can be hexed to read specific grf's without needing data.ini. The newer ones can have contents of the data.ini file embedded, which is what you want. Learn to read the responses being given to you before getting upity again.
    1 point
  7. @Squirtle01 Your Packet DB Vesion Is WRONG . For 2012-04-10 Client PACKET version is 30. Do setting Like this...this will solve Your Problem 1. \db\packet_db.txt packet_db_ver: 30 packet_keys_use: default 2. \src\common\mmo.h #ifndef PACKETVER #define PACKETVER 20120410 #endif 3. Clientinfo.xml <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>0</langtype>
    1 point
  8. December Digest 2016 The following digest covers the month of December, 2016. Staff Changes @MasterOfMuppets is now a developer. Development Highlights CORE: Fixed areawarp cell check (Git Hash: ac2ba09) Fixed item bonus bAddMaxWeight (Git Hash: c05808a) Corrected damage immunity states (Git Hash: 33fa182) Fixed a bug with setnpctimer (Git Hash: d3f0aec) Added new mapflag `hidemobhpbar`(Git Hash: 342443b) Fixed hallucination ignoring reloadbattleconf (Git Hash: 2bb92a1) Implemented mapflag nolockon correctly (Git Hash: e2eadcf, Git Hash: e490bef) Added an additional parameter to instance_enter (Git Hash: b9a8ab7) Adjusted variable size (Git Hash: 8399992) Fixed monster idle/walk behavior (Git Hash: fd892a0) Fixed behavior of skills that increase elemental damage (Git Hash: 0840678) Fixed a bug with getarraysize (Git Hash: d13acf3) Fixed a bug with getvar (Git Hash: 9333921, Git Hash: 7df9962) Fixed jobmasks for custom jobs >32 bit (Git Hash: ab38f2c) Fixed monster behavior when player use Hide (Git Hash: f084db4) Cleaned up Item Groups (Git Hash: d095fe7) Cleaned up Magic Decoy code inconsistency (Git Hash: f0059af) Added windows specific socket timeout code (Git Hash: b0bcd06) Fixed behavior for Magic Rod showing its animation in Pre-Renewal (Git Hash: d92272e, Git Hash: a4a6dd8) Fixed a bug with atcommand marry (Git Hash: 552c39a) Added readable constants for knockback functions (Git Hash: 1a5e3a3) Fixed showdigit's start values (Git Hash: 1b634c8) Added consistency changes for script unit commands (Git Hash: fb29b18) Added party config `change_party_leader_samemap` (Git Hash: 388e699) Implemented official Random Coordinates for Savepoint (Git Hash: 2896d89) Added new option for prevent_logout effect on log-in (Git Hash: 9f4587a) DATABASE: Skill update: Tarot Card of Fate, Spore Explosion, Fiber Lock, Gospel, Curse, Poison, Hallucination, Hell Power, NPC skills, Feint Bomb, Frost Diver, Decrease Agi, Songs and Dances, Dispell, Banishing Buster, Chase Walk (Git Hash: 0dbc83d, Git Hash: 05783ad, Git Hash: b4225e8, Git Hash: 0162ad8, Git Hash: 79e9afa, Git Hash: 74d577c, Git Hash: d1f8c8c, Git Hash: 8492f6c, Git Hash: d5357c3, Git Hash: 08812e0, Git Hash: 1825573, Git Hash: 260655a, Git Hash: 396b5c3) Item DB update (Git Hash: ffb3182, Git Hash: c407ec2, Git Hash: b62f4a2, Git Hash: aa2868c) Fixed Satan Morroc not using most of his skills (Git Hash: e5a89a7) Added some new NPC constants and mob placeholders (Git Hash: 575583d) SCRIPT: Fixed no monster spawned on Octopus Cave (Git Hash: d7e5f1b) Fixed immunity issue of Barricade on WOE 2 (Git Hash: d2651c4) NPC Kellasus doesn't give again the Bioethics skill after getting Creator's job (Git Hash: 222ee49) Fix wrong command usage at sign quest (Git Hash: 45bc42c) Fixed incorrect OnTouch label in Crow of Destiny Quest (Git Hash: a9faab8) Implemented Geffen Magic Tournament instance (Git Hash: be1c0ee, Git Hash: 1efbe36, Git Hash: 8ac9fb7, Git Hash: 92174bb, Git Hash: bfb94d0, Git Hash: 15ee996, Git Hash: c712618) OTHERS: Added support for VS 2017 RC (Git Hash: fec4d7b) Removed duplicated config in login_athena.conf (Git Hash: 99d0afa) Fixed a compiler warning (Git Hash: 0e78dfc) Added a guide to allow users to receive updates from main rAthena repo to their fork (Git Hash: 39cc005, Git Hash: a06028b) Statistics Excluding merges, 10 authors have pushed 71 commits to master and 110 commits to all branches. On master, 132 files have changed. There have been 10,357 additions and 1,690 deletions. There are 13 merged Pull Requests and 9 Proposed Pull Requests. There are 22 new Issues and 53 Closed Issues. List of Contributors @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Asheraf, @Atemo, @CairoLee, @cydh, @Darkelfen, @Dragonnnn, @Emistry, @Everade, @gmsour, @GrumpyLittlePanda, @hendra814, @hnomkeng, @Lemongrass3110, @LiMoon, @Locien, @MrAntares, @mrjnumber1, @Playtester, @secretdataz, @srhmike, @Stolao, @technoken, @Temtaime, @theultramage, @Tokeiburu, @Vexillio, @Weskercorp, @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 The rAthena community would like to say "Happy New Year 2017!!"
    1 point
  9. Lemongrass does his own packet capturing and was a response to an issue on github that is pretty old now. We rarely go to Hercules because we know we won't find anything useful. Drama.Alert. I'm not sure why you think you need crediting for packets that anyone can grab from the client in the first place. It's not a race to see who extracts them first. Based on your reply, I guess I should thank IPS for allowing me to use forum software and letting me make this post. Credits to AMD for my processor working.
    1 point
  10. [sarcasm]Bitte nicht zu viele Infos bereitstellen, sonst könnten wir dir eventuell helfen.[/sarcasm] Wo kannst du nichts runterladen? Bei welcher Datei? Welche Fehlermeldung bekommst du genau?
    1 point
  11. @Radian, try again. Updated for 4e137d30 Changes on guild_info On newer diff, type for guild_info now using constants, and THE VARIABLES to store Allies, Enemies, and Castles are changed!
    1 point
  12. Doram Support As of daa9e01, rAthena is now able to support the Doram race! A belated Christmas gift which I have put off for far too long. This weekend played out perfectly also for my culture, and hopefully others on rAthena. So as a gift from me to rAthena, Happy Nowruz! Thanks to @Rytech and @Nova for the information they mined from the official servers for it! Basic Information Requires client 2015-10-01 and higher. Only supported by rAthena in renewal mode. Not all of the skill information is complete and still requires some official values. Please report any bugs to Github! Official start point and start items have been added to the conf/char_athena.conf file. Keep in mind this does not include any related NPC, item, or monster related episode information for Doram!
    1 point
×
×
  • Create New...