Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by Slammer

  1. 57 minutes ago, arturzanca said:

    Hello, I am getting a client for my RO server and I ran into this problem...

    I wanna know if I can get it to be smaller and not have those symbols..

    Thank you in advance!

    Packetever: 2018-06-21aRagexeRE

    screenBarrilRO000.jpg

    @arturzanca u can edit here :
    data\luafiles514\lua files\skillinfoz\skilltreeview.lub

    if nil ~= JobSkillTab and nil ~= JobSkillTab.ChangeSkillTabName then
        JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "Novice-1st", "2nd", "3rd")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "Novice-1st Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "Novice-1st Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "Novice-1st Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "Novice-1st Expanded", "2nd Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "Novice-1st Expanded", "2nd Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "Novice-1st Expanded", "2nd Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "Novice-1st Expanded", "2nd Expanded", "Top Expanded")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner")
        JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner")
    end

  2. 2 hours ago, Dev G Inc said:

    Newbie here!

    I have my offline server and i am currently uploading it to my online server.

    Upon using "make server" this error shows up.


    What i have done so far is to run a new rathena copy to the vps.
    It recompiles just fine. I also tested it on two machines.

    This error only shows up when i use my offline server version.

    Any thoughts to how this can be solved?
     

    error screen.PNG

    make sure to file
    defines_pre.hpp
    on \ src \ custom exists

     

    • Love 1
  3. 4 hours ago, iubantot said:

    can you please send me the patches you did apply in Nemo

    9 Disable 1rag1 type parameters (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    290 Hide build info in client (Recommended)
    34 Enable /showname (Recommended)
    291 Hide packets from peek (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    73 Remove Hourly Announce (Recommended)
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    97 Cancel to Login Window (Recommended)
    213 Disable Help Message on Login (Recommended)
    244 Disable Cheat Defender Game Guard (Recommended)

    i gave u my patch exe for your test.

    2018-09-19aRagexe_patched.7z

  4. 10 hours ago, iubantot said:

    Video link Failed to Connect 2018-09-19

    Im using the latest rAthena w/o modifications.

    Im using ZackDreaver Client translations

    Here is my clientinfo.xml

    
    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    	<desc>Ragnarok Client Information</desc>
    	<servicetype>korea</servicetype>
    	<servertype>primary</servertype>
    	<connection>
    		<display>Local</display>
          		<address>127.0.0.1</address>
          		<port>6900</port>
          		<langtype>0</langtype>
    		<registrationweb>127.0.0.1</registrationweb>
    		<loading>
    			<image>loading00.jpg</image>
    			<image>loading01.jpg</image>
    			<image>loading02.jpg</image>
    			<image>loading03.jpg</image>
    			<image>loading04.jpg</image>
    			<image>loading05.jpg</image>
    			<image>loading06.jpg</image>
    		</loading>
    		<yellow>
    			<admin>2000000</admin>
    			<admin>2000001</admin>
    			<admin>2000002</admin>
    		</yellow>
       	</connection>
    </clientinfo>

    There are no errors shown in server side and i can login up to character select as seen on the video

    And when i create a new character i can successfully login in-game but npcs are missing and i cannot do anything

    Untitled.thumb.png.0146f6ecef43d412ec4b81935b611aff.png
     

    use 2018-09-19 ragexe all normal. have you try use original lua kRO?
     

  5. 19 hours ago, Forshaken said:

    Seems like something is blocking my connection from server to my client that causes the inconsistency of the connections.

    have you tried patch nemo with :

    -Disable Packet encryption

    setting server :

    \src\config\packets.h

        #ifndef PACKET_OBFUSCATION
            //#define PACKET_OBFUSCATION
    
            // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp
            //#define PACKET_OBFUSCATION_KEY1 <key1>
            //#define PACKET_OBFUSCATION_KEY2 <key2>
            //#define PACKET_OBFUSCATION_KEY3 <key3>
    
            /// Comment this to disable warnings for missing client side encryption
            //#define PACKET_OBFUSCATION_WARN

    to :

        #ifndef PACKET_OBFUSCATION
            #define PACKET_OBFUSCATION
    
            // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp
            //#define PACKET_OBFUSCATION_KEY1 <key1>
            //#define PACKET_OBFUSCATION_KEY2 <key2>
            //#define PACKET_OBFUSCATION_KEY3 <key3>
    
            /// Comment this to disable warnings for missing client side encryption
            #define PACKET_OBFUSCATION_WARN

     

  6. 12 hours ago, Gerzzie said:

    I would like to ask some database expert here. I'll just leave the description here. I would be glad if someone could help me! Thank you in advance rAthenians

    image.png.add56829f3c5520b8ebb478e90bcdbdc.png

    maybe like this :

    this for HP recovery you can change script for MAx HP

       
    { if (getrefine()>=1) bonus2 bHPRegenRate,30,5000;  if (getrefine()>=2) bonus2 bHPRegenRate,60,5000; if (getrefine()>=3) bonus2 bHPRegenRate,90,5000;  if (getrefine()>=4) bonus2 bHPRegenRate,120,5000; if (getrefine()>=5) bonus2 bHPRegenRate,150,5000;  if (getrefine()>=6) bonus2 bHPRegenRate,180,5000; if (getrefine()>=7) bonus2 bHPRegenRate,230,5000;  if (getrefine()>=8) bonus2 bHPRegenRate,280,5000; if (getrefine()>=9) bonus2 bHPRegenRate,330,5000;  if (getrefine()>=10) bonus2 bHPRegenRate,380,5000;


    refine +1 = 30
    refine +2 = 60
    refine +3 = 90
    refine +4 = 120
    refine +5 = 150
    refine +6 = 180
    refine +7 = 230
    refine +8 = 280
    refine +9 = 330
    refine +10 = 380

  7. 20 minutes ago, Forshaken said:

    I log in multiple times before i get in. I dont know what is the problem. Most of the time it says.Rejected from the server(3),failed to connect to server,disconnected from server and server is closed (1). Help me to find out what might be the problem. Thanks in Advance

    exe date?

    if you use 20180621

    edit : src\config\packets.h

    #ifndef PACKETVER
        /// Do NOT edit this line! To set your client version, please do this instead:
        /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
        /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
        #define PACKETVER 20180621
    #endif

  8. 1 hour ago, BFPkiller said:

    Hello all

    My jobchangers only let me go to Rune Knight for example , Royal Guard is not showed and says no more jobs available.
    anyone can help me out.

     

    grtz

    share your script npc. maybe i can help.

    • Upvote 1
    • Like 1
  9. 9 hours ago, L30Bola said:

    My server is using the client provided by this link. Whenever someone hover the mouse over a guild banner from an owned castle, the client crashes. The bug doesn't happen with not owned castles and only happens with banners inside the owned castle. I don't know how to debug this issue, even deactivating the patches that ignore errors (71 Ignore Resource Errors, 72 Ignore Missing Palette Error and 234 Ignore Lua Errors) the client only closes without notice.

    Map-Server, Login-Server and Char-Server don't display errors. Don't know if it is of any help, but my git hash is:  24dad2ee57cbd0c4d9893c84e4930645adda5db6.

    My NEMO patch is attached.

     

    EDIT: As I've seen on another posts, It's important to tell which translation I'm using. It's zackdreaver's.

     

    patch2.log

    have u try it 2018-06-05b?
    i use 2018-06-05b no problem.

     

  10. 19 minutes ago, pelon said:

    Hola a todos tengo la siguiente consulta.

    En la skill arrow crafting en algunos servidores da la skill

    en item como wind of verdure, 150 fechas de viento y en otros da 500.

    Que es lo que deberia seguir? De antemano muchas gracias

    puedes editarlo aquí :


    db\create_arrow_db

  11. 2 hours ago, Azarth said:

    the translation(machine) say "Restores 90 HP, a well-regenerated health remedy for red herbs.
    Weight: 7" so Why we have "itemheal rand(45,65),0;" ???

    main.png.a6200ee778a336cb9aa7b06980fa9193.pngsak.png.97d603752afb75f3533ec4fa1055bed1.png

    Left is main Server, Right is Sakray Server
    main and sakray different about descrip and effect.
    at db_item is itemheal rand(45,65) explain. recover of red pot is 45 for all job.
    can more than 45 for base job like swordman :

    effect of Increase HP Recovery :

    Improves the speed of natural health recovery. The recovery amount will increase more than the basic value.

    Note :
    I might be wrong

  12. 1 hour ago, Jard said:

    can i request  a job changer

    this da example:

    novice to paladin

    novice to sniper

    for example :

    novice to lord knight

        mes "[Master]";
        mes "are you ready?";
        next;
        if (class == 0) && (JobLevel >= 10) {
        jobchange 4008;
        mes "[Master]";
        mes "you become Lord Knight";
        mes "goodbye";
        close;
        }

×
×
  • Create New...