Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/18 in all areas

  1. Welcome .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. mystvil Please rate it ? if the map is good enough
    5 points
  2. View File Glicko-2 rating system - Now on rAthena This source edit provides two script commands for you to get and sets rating of a player, and adjust them relative to another player after two of them battled. This implementation uses Glicko-2 rating system, an improvement of Elo system. If you still have no idea what you could do with this, this source mod is not for you. You can also get the code on GitHub. Licenses: The rAthena implementation of Glicko2 itself fell under the GNU GPLv3 license that rAthena uses. Glicko2 library by Taylor Petrick: tldr of the license here. Submitter Secrets Submitted 10/15/2018 Category Source Modifications Video Content Author Secret, Taylor Petrick
    3 points
  3. Hi, I put here files that you need data.rar, only just change sclientinfo.xml an add it into your grf. I`ll test it, all works fine. Some info: By default new clients support only next language: if langtype = 0 || LuaFiles514\Lua Files\service_korea\ExternalSettings_kr if langtype = 1 || LuaFiles514\Lua Files\service_usa\ExternalSettings_usa if langtype = 2 || LuaFiles514\Lua Files\service_japan\ExternalSettings_jp if langtype = 3 || LuaFiles514\Lua Files\service_china\ExternalSettings_ch if langtype = 4 || LuaFiles514\Lua Files\service_taiwan\ExternalSettings_tw if langtype = 5 || LuaFiles514\Lua Files\service_thailand\ExternalSettings_th if langtype = 6 || LuaFiles514\Lua Files\service_indonesia\ExternalSettings_id if langtype = 7 || LuaFiles514\Lua Files\service_philippine\ExternalSettings_ph if langtype = 12 || LuaFiles514\Lua Files\service_brazil\ExternalSettings_br if langtype = 18 || LuaFiles514\Lua Files\service_france\ExternalSettings_fr
    3 points
  4. Hello, Im a Thejuster. ( Sorry for my english, im italian ) Old member from eAthena. 35 year old, and C# Senior Microsoft Qualified (MVP ) programmer. Know under 20 programming languague. One my project is Mire Engine aka MMORpgmaker. is a Cross-Platform RPG / MMORPG game Engine totally written in C# DirectX / OpenGL. Supporting LUA, Javascript and WebGL. Support, NormalMap, Deferred 2D Lighting system, and more feature. We recived more award from Brothersoft, softpedia and more web app hosting. screenshoot if want seen my first play to ragnarok uhmm, think 2002. i love this game, and maybe i can support rAthena whit tool and varius release. Seeya :)
    2 points
  5. Go to the GRF with your translations and go to that path: [GRF]/data/luafiles514/lua files/skillinfoz/SkillTreeView.lub Find something like this: JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") Rewrite the string as you want.
    2 points
  6. Lines to change 1379, 1380, 1396. https://github.com/zackdreaver/ROenglishRE/blob/master/data/msgstringtable.txt If you need bRo msgstringtable.txt. Or you can put it in your main grf > data\msgstringtable.txt
    1 point
  7. Olá, eu estou criando um client do kRO compativel com a data.grf do bRO. Para isso eu usei a data ROenglish e mais algumas coisinhas da data do kRO. Se você quiser testar meu client usando a data.grf do bRO; http://www.mediafire.com/file/djh4orvlam5l0i7/Client+-+Hexed+2018-06-20.rar
    1 point
  8. Да русский больше не поддерживается по умолчанию и ряд других языков. Для поддержки нужно дифать клиент. Инфо о поддерживаемых языках: if langtype = 0 || LuaFiles514\Lua Files\service_korea\ExternalSettings_kr if langtype = 1 || LuaFiles514\Lua Files\service_usa\ExternalSettings_usa if langtype = 2 || LuaFiles514\Lua Files\service_japan\ExternalSettings_jp if langtype = 3 || LuaFiles514\Lua Files\service_china\ExternalSettings_ch if langtype = 4 || LuaFiles514\Lua Files\service_taiwan\ExternalSettings_tw if langtype = 5 || LuaFiles514\Lua Files\service_thailand\ExternalSettings_th if langtype = 6 || LuaFiles514\Lua Files\service_indonesia\ExternalSettings_id if langtype = 7 || LuaFiles514\Lua Files\service_philippine\ExternalSettings_ph if langtype = 12 || LuaFiles514\Lua Files\service_brazil\ExternalSettings_br if langtype = 18 || LuaFiles514\Lua Files\service_france\ExternalSettings_fr
    1 point
  9. In your item database the last two script sections are for equip and unequip... In both items add something like this two the equip script. if(isequipped(1599)) unequip(EQI_SHOES); Anyways that's all I'm saying.
    1 point
  10. Incredible work. Well done ?
    1 point
  11. RAGE MODE activated! Thank you! Who know that opening clientinfo inside grf editor and saving changes didn't work ? Ofc i should repack grf with NEW file. Eh, my incredible stupidity so, tomorrow i should get rid of clif_parse and unknown packetver errors ? solved!
    1 point
  12. Maybe you have clientinfo.xml in the data folder or EXE takes clientinfo.xml from another GRF.
    1 point
  13. https://mega.nz/#!lI90TTxI!6l2xp20o9gdDrpsKBohMaR46PZqMtHosYSWLlK5kO88 You should download file connect_log.mix and copy it to the game folder. After connection attempt module will create log file connect_log.txt with info.
    1 point
  14. Hi @Tanlor, this happens because rAthena don't have pc interface anymore. Modify this: if ( vclass == JOB_RUNE_KNIGHT && pc->readparam(sd,SP_CLASS) == JOB_KNIGHT && sd->sc.option & OPTION_RIDING ) sd->sc.option |= OPTION_DRAGON; To this: if ( vclass == JOB_RUNE_KNIGHT && pc_readparam(sd,SP_CLASS) == JOB_KNIGHT && sd->sc.option & OPTION_RIDING ) sd->sc.option |= OPTION_DRAGON;
    1 point
  15. Korean symbol in chat when writing on russian,using 2018-02-21bRagexeRE and KroClient, dinput.dll and dinput.ini
    1 point
  16. You're right, we don't say thank you to Hercules - why would we if we don't use anything from them? Lemongrass has been working on this on and off for several months. I find it disgusting that you accuse our devs of theft. As for the Clan System, the PR for that had been on our repo and available to the public for many months. Take your Hercules drama somewhere else.
    1 point
  17. 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
×
×
  • Create New...