Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/28/20 in all areas

  1. File Name: [email protected] File Submitter: keitenai File Submitted: 1 Dec 2017 File Category: Src Modification Content Author: keitenai Updated: 31 July 2022 Information: @ resist will check the current values of resistance from each Element / Race / Size / Class. Thanks to @Santafe for the idea of this command. 1. Download the Diff file. 2. Patch the diff to your rAthena 3. Recompile your server. 4. RUN THE SERVER! Compatible with: rAthena 97b5f3b ( as of July 31, 2022 ) Download : keitenai_@resist_command_V2.diff
    1 point
  2. The tailed beasts (尾獣, bijū), sometimes referred to as "Chakra Monsters" (チャクラのバケモノ, Chakura no Bakemono), are the nine titanic living forms of chakra created by the Sage of Six Paths out of the chakra from the Ten-Tails. They are differentiated by the number of tails they have, ranging from one to nine. Shukaku, Matatabi, Isobu, Son Gokū, Kokuō, Saiken, Chōmei, Gyūki, Kurama.
    1 point
  3. Big yikes. That’s what I get for quick scripting! I’ll fix it soon.
    1 point
  4. Ive got the same problem when I used this ... I hope my response is not too late ... I managed to fixed it by changing OnPCLoginEvent: /////////////////////////////////////////////////////////////////////////////// // Informs whether the Account protection system is active /////////////////////////////////////////////////////////////////////////////// dispbottom "[Account Protection]"; if(#BLOCKPASS){ dispbottom "Security System Enable: Use @"+.comando$+" For more information."; } else { dispbottom "Security System Disable: Use @"+.comando$+" For more information."; } end; to this one : OnPCLoginEvent: /////////////////////////////////////////////////////////////////////////////// // Informs whether the Account protection system is active /////////////////////////////////////////////////////////////////////////////// dispbottom "[Account Protection]"; if(#BLOCKPASS){ dispbottom "Security System Enable: Use @"+.comando$+" For more information."; block 1; } else { dispbottom "Security System Disable: Use @"+.comando$+" For more information."; block 0; } end;
    1 point
  5. Not ready yet but i'm working on it: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/illusions/frozen
    1 point
  6. I just tried on client 2018-06-21aRagexeRE thanks so much @melv0 1. How to change the maximum level of your server? https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b 2. How to make the aura appear at a maximum level other than 99? data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub & externalsettings_kr_sak.lub MaxLevelTable = { BaseLevel = 99, << Edit this part into 255 BaseLevel3rd = 185, BaseLevelExtend2 = 160, BaseLevelUpperJob = 185, BaseLevelHomun = 185, BaseLevelDoram = 185, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 65, JobLevelExtend2 = 50, JobLevelUpperJob = 60, JobLevelDoram = 55 } and that's it, see magic ingame ?
    1 point
  7. Version 1.0.0

    789 downloads

    Hello everyone! I'm maken06. This is my second monster, enjoy it ? Don't steal credits, give credits to me, that I cost my effort to do them. Do Not edit my work without my permission, It includes recolors. pd: Do not forget to give me a reputation or reaction
    Free
    1 point
  8. changing langtype must also change lua files by default kRO uses ..\Lua Files\service_korea\ExternalSettings_kr viewing hexed unpack 2018 client to your native language: Lua Files\service_brazil\ExternalSettings_br_sak Lua Files\service_brazil\ExternalSettings_br in order to use it create folder name service_brazil inside it paste ExternalSettings_kr.lub and rename it as ExternalSettings_br_sak.lub if you are using sakray or ExternalSettings_br.lub if you are using primary. To be safe use sakray this must be on your sclientinfo.xml <servicetype>brazil</servicetype> <servertype>sakray</servertype> <langtype>12</langtype> if your not aware what i'm talking about see: https://github.com/Asheraf/Translation/tree/master/data/luafiles514/lua files/service_korea
    1 point
  9. I would suggest that look for a Restrict Job, i think i saw that here at rAthena.
    1 point
×
×
  • Create New...