Jump to content

Verzeltainne

Members
  • Content Count

    41
  • Joined

  • Last visited

Posts posted by Verzeltainne


  1. On 10/15/2020 at 1:37 PM, 4144 said:

    depend what you mean support.

    for run server and connect client, any version from kro ragexe, ragexeRE and ragexe zero. Will be no support for future clients, but they not released yet on kro.

    but if you mean some features it may depend. guild emblems not works for any client bigger than default version.

    for 4th job clients, some packets wrong, for example rodex, but client still can works fine.

     

     

    Aight, just to be clear and straight on my part, what's the default version of client? 
    also thanks for having a time replying on my whim. :)


  2. 29 minutes ago, noobzter003 said:

    <clientinfo>
        <desc>Ragnarok Online</desc>
        <servicetype>america</servicetype>
        <servertype>primary</servertype>
        <connection>
            <display>^0000A0DoramRO


    - ^0A4D79 Server ++</display>
            <balloon>Highrate Server [ Unique Drop Rates ]</balloon>
              <address>127.0.0.1</address>
              <port>6900</port>
              <langtype>1</langtype>
            <registrationweb>http://ro-game.net/</registrationweb>
            <loading>
                <image>loading00.jpeg</image>
                <image>loading01.jpeg</image>
                <image>loading02.jpeg</image>
                <image>loading03.jpeg</image>
                <image>loading04.jpeg</image>
                <image>loading05.jpeg</image>
                <image>loading06.jpeg</image>
                <image>loading07.jpeg</image>
                <image>loading08.jpeg</image>
                <image>loading09.jpeg</image>
                <image>loading10.jpeg</image>
                <image>loading11.jpeg</image>
                <image>loading12.jpeg</image>
            </loading>
            <yellow>
                <admin>2000000</admin>
                <admin>2000001</admin>
                <admin>2000002</admin>
                <admin>2000003</admin>
            </yellow>
            </yellow>
           </connection>
    </clientinfo>

     

     

    3 Chat Flood Remove Limit
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    16 Disable Swear Filter
    18 Skip Service Selection Screen
    19 Enable Title Bar Menu
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    32 Increase Zoom Out Max
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.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)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    76 Enforce Official Login Background
    84 Remove Serial Display (Recommended)
    85 Show Cancel To Service Select
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    96 Remove GM Sprites
    97 Cancel to Login Window (Recommended)
    115 Enable Effect for all Maps [Experimental]
    208 Restore Cash Shop Icon
    212 Restore Roulette
    222 Show Replay Button
    225 Show Register Button

     

    Try to use this and save as "sclientinfo.xml"

    Spoiler

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

    as for the diff. (2018-03-07bRagexeRE)

    NEMO used: https://gitlab.com/4144/Nemo - Credits: @4144

    Spoiler

    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (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)
    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)
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    97 Cancel to Login Window (Recommended)
    213 Disable Help Message on Login (Recommended)
     

    else if all fails. try to review your connections in conf folder of server side/trunk/master file


  3. On 3/6/2018 at 6:15 AM, Asheraf said:

    You need to make sure the msgstringtable is saved in the correct encoding of whatever language used in there, for example if you're using the one from my repository you have to save it as EUC-KR unless you translated everything. (ps: im keeping it UTF-8 in the repo so its readable in the github diffs)

    a8a7768150c2409.png

    can't quite understand how to do this. I tried changing the encoding in notepad++ but still doesn't work.


  4. On 3/6/2018 at 6:15 AM, Asheraf said:

    You need to make sure the msgstringtable is saved in the correct encoding of whatever language used in there, for example if you're using the one from my repository you have to save it as EUC-KR unless you translated everything. (ps: im keeping it UTF-8 in the repo so its readable in the github diffs)

    a8a7768150c2409.png

    I'm using N++ the only encoding available are Converting to ANSI,UTF-8 and so on. 
    can't find the EUC-KR.


  5. On 3/8/2018 at 1:54 PM, kevingunadi said:

    1. go to "data/luafiles514/lua files/"

    2. copy folder service_korea then rename to service_usa

    3. go to inside folder then rename file to externalsettings_usa.lub

    *this step just for lantype 1

    man.. that's what I'm missing then I've been tinkering the data folder for 3 straight days. I'm gonna try this later when I got home. thanks for the info man.


  6. On 3/3/2018 at 9:17 PM, Archetype Saber said:

    Everyone is not having the same issue like mine. but I use the updated clean KRO.

    and I'm using Secrets NEMO and 4144's recommended NEMO. I revert back to 2017 client still on very small fonts.

    Also did KRO removes the Booking button on RO Menu?

    Additional Bug Encountered: OptionData is not Saving when you open a new client session.

    Sharing these problems I encountered. 
    In some aspects. 2018 runs perfectly but still has a lot of bugs that I didn't encounter yet.

    Thanks for the heads up everyone especially @4144, @Ridley 

     

    Patch Used:

    NEMO.png

    screenrAthena001.jpg

    Regarding to these/this Matter.
    I already found out the problem it seems the langtype 2018 clients only accepts is 0.

    coz' if I tried to use Langtype 1 on a Patched 2018 Client and error occurs ("nil val something")

    and it seems the custom clientinfo.xml patch on NEMO doesn't work on 2018 Client.

    too much bug and errors on the new clients. if you're planning to release this on public it wont be an advisable decision.
    if you want stability use client dates under 2016. as of now I currently tinkering on 2017-05-17 seems less buggy.

    Thanks for the Info everyone.


  7. 2 hours ago, Dream Catcher said:

    @Asheraf By any chance, why are these numbers appearing? He changes numbers every time he relogs...

    unknown.png 

    Obs: I've already looked at msgstringtable. I tried to change again for what you use Git, and also tried to use Zack's

     

    msgstring maybe? bwt, what client date did you use? your fonts seems no problem. 


  8. that's a lot of changes!. 
    I've been using rA for the time being but seems the goal of herc is the goal where RO Zero seeks? correct me if im wrong hahaha just my lousy opinion. but great work guys! thanks for the hard work.


  9. 1 hour ago, DevilcrossIT said:

    UPDATE : "2017-12-06aRagexeRE" look fine but after "2017-12-13bRagexeRE" it crash (still used old UI)

    New UI started from "2018-01-24bRagexeRE" onwards.

    PS: can't patches Remove Hourly Announce since 2017-11-08bRagexeRE.

    Remove Hourly Announce can't be used from Client Dates 2017-11-08 and Up.

    on 2017-05-17 everything works fine. 


  10. Everyone is not having the same issue like mine. but I use the updated clean KRO.

    and I'm using Secrets NEMO and 4144's recommended NEMO. I revert back to 2017 client still on very small fonts.

    Also did KRO removes the Booking button on RO Menu?

    Additional Bug Encountered: OptionData is not Saving when you open a new client session.

    Sharing these problems I encountered. 
    In some aspects. 2018 runs perfectly but still has a lot of bugs that I didn't encounter yet.

    Thanks for the heads up everyone especially @4144, @Ridley 

     

    Patch Used:

    Quote

    3 Chat Flood Remove Limit
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    16 Disable Swear Filter
    19 Enable Title Bar Menu
    20 Extend Chat Box
    21 Extend Chat Room Box
    22 Extend PM Box
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.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)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    69 Extend Npc Dialog Box
    75 Enable Flag Emoticons
    84 Remove Serial Display (Recommended)
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    96 Remove GM Sprites
    97 Cancel to Login Window (Recommended)
    98 Disable dc_scream.txt
    99 Disable ba_frostjoke.txt
    204 Increase Attack Display
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
     

    NEMO.png

    screenrAthena001.jpg

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.