Jump to content

SoninBlenem

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by SoninBlenem

  1. I did not think anyone would ask something like this, so I avoid posting this, but I'll post it here.

    src/config/core.h:

    #endif

    /// Comment to disable the official packet obfuscation support.
    /// When enabled, make sure there is value for 'packet_keys' of used packet version or
    /// defined 'packet_keys_use' in db/[import/]packet_db.txt.
    /// This requires PACKETVER 2011-08-17 or newer.
    //#define PACKET_OBFUSCATION

    /**

  2. Clientinfo.xml

     

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
        <desc>Ragnarok Client Information</desc>
        <servicetype>america</servicetype>
        <servertype>primary</servertype>
        <connection>
            <display>ServerName</display>
                  <address>ServerIP</address>
                  <port>ServerPort</port>
                  <version>56</version>
                  <langtype>1</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>
           </connection>
    </clientinfo>

     

    NEMO diff:

     

    3 Chat Flood Remove Limit

    9 Disable 1rag1 type parameters (Recommended)

    13 Disable Ragexe Filename Check (Recommended)

    16 Disable Swear Filter

    17 Enable Official Custom Fonts

    18 Skip Service Selection Screen

    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)

    32 Increase Zoom Out Max

    33 Always Call SelectKoreaClientInfo() (Recommended)

    34 Enable /showname (Recommended)

    35 Read Data Folder First

    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)

    61 Disable Packet Encryption

    64 @ Bug Fix (Recommended)

    65 Load Custom lua file instead of iteminfo*.lub (Recommended)

    68 Enable 64k Hairstyle

    69 Extend Npc Dialog Box

    71 Ignore Resource Errors

    72 Ignore Missing Palette Error

    73 Remove Hourly Announce (Recommended)

    74 Increase Screenshot Quality

    84 Remove Serial Display (Recommended)

    88 Allow space in guild name

    90 Enable DNS Support (Recommended)

    91 Disconnect to Login Window

    97 Cancel to Login Window (Recommended)

    106 Hide BG Button

    108 Hide Booking Button

    109 Hide Rodex Button

    110 Hide Achievements Button

    208 Restore Cash Shop Icon

    213 Disable Help Message on Login (Recommended)

    215 Increase Map Quality

    msgstringtable hexed manually.

  3. Anyone know if 2016 Rytech's clients are supported by rAthena?

    I would like to use the latest version that Rytech recently posted, but even putting the packets shuffle it does not work or does not detect.

    Error:

    [Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x0819,l:19).

     

    db/packet_db.txt:

     

    //2016-02-03aRagexeRE
    packet_ver: 56
    packet_keys: 0x3E1411AF,0x6C744497,0x7CFA1BDE
    0x0369,7,actionrequest,2:6
    0x083C,10,useskilltoid,2:4:6
    0x0940,5,walktoxy,2
    0x0437,6,ticksend,2
    0x0811,5,changedir,2:4
    0x095A,6,takeitem,2
    0x0947,6,dropitem,2:4
    0x095D,8,movetokafra,2:4
    0x0954,8,movefromkafra,2:4
    0x0438,10,useskilltopos,2:4:6:8
    0x0366,90,useskilltoposinfo,2:4:6:8:10
    0x096A,6,getcharnamerequest,2
    0x0368,6,solvecharname,2
    0x0838,12,searchstoreinfolistitemclick,2:6:10
    0x07E4,2,searchstoreinfonextpage,0
    0x0436,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x0202,-1,reqtradebuyingstore,2:4:8:12
    0x0360,6,reqclickbuyingstore,2
    0x0817,2,reqclosebuyingstore,0
    0x0815,-1,reqopenbuyingstore,2:4:8:9:89
    0x086C,18,bookingregreq,2:4:6
    //0x0918,8 CZ_JOIN_BATTLE_FIELD
    0x0835,-1,itemlistwindowselected,2:4:8:12
    0x0819,19,wanttoconnection,2:6:10:14:18
    0x093E,26,partyinvite2,2
    //0x088C,4 CZ_GANGSI_RANK
    0x0361,26,friendslistadd,2
    0x0872,5,hommenu,2:4
    0x0873,36,storagepassword,2:4:20

  4. What I want is to refine the equipment as soon as the player equips it.

    Like that:

    19787,C_Devoted_Eyes,Costume Devoted Eyes,4,0,,0,,,,0,0xFFFFFFFF,63,2,2048,,1,1,1021,{ atcommand "@refine 2048 20"; },{},{}

    What I want to do is make it global, without me to repeating it on all items.

    Thanks for trying to help me and sorry for bad english. xD

     

    @edit: I understood a little the script of the topic you sent me, I'll try to create another one here.

  5. Hello, I would like to know how to make a script to refine the equipment to +20 when equipped.

    I know a solution would be to refine in the "On_Equip" script of items, but this would take too long, since I want to apply this to all items in a simple NPC Script.

    Many thanks to anyone who tries to help me.

    Sorry for bad english.

  6. What is wrong with faw script?

    Spoiler
    
    bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20;

     

     

    Screenshot_1.png

  7. I've been testing here the NPCs you quoted, and I'll list the result.

    @edit:

    I made my custom grf with the files of kRO, jRO, idRO, iRO, bRO, fRO and twRO.

     

    499 ~ 506

    499 - Error

    500 - Ok

    501 - Ok

    502 - Ok

    503 - Ok

    504 - Ok

    505 - Ok

    506 - Error - Vending Machine, I have fixed it now

    526 ~ 533

    526 - Error

    527 - Ok

    528 - Ok

    529 - Ok

    530 - Ok

    531 - Ok

    532 - Ok

    533 - Ok

    526 ~ 533 are jRO NPCs If I remember

  8. Hello guys! 

    I have an item who's called Rainbow Star in the bRO (my country server), but the new Rainbow Star sprite (from fRO) have a small bug and I want to fix it, anyone can fix it to me?

    Sorry, Im very noob with "sprites language".

     

    The problem is that is showing up in the wrong place in the character display on Alt + Q:


    yFVJFXy.png


     

     

    rainbow-star.grf

  9. Someone has 2015-xx-xx-RagexeRE unpacked? I want this client because I need your new features to my server(Icons on top of npcs and new settings interface).

    Or someone could tell me if have a tutorial so I can "create" my own unpacked client?

    Sorry for multi topic, I really want the new features from this client. :P

  10. I'm looking for this because if have the new settings interface will probably also have the NPC icons working too.

    Sorry, I am very noob and newbie about clients.

    Ok, thank you very much. xD

  11. Someone could provide download of a 2016 unpacked client? Or a unpacked client with the new settings interface.

    Thanks!

     

    I'm currently using 2015-11-04aRagexe.exe (NEMO Patching) and don't have the new settings interface.

×
×
  • Create New...