Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by HD Scripts

  1. Hi '-'

    Where i find a list for the new emotion list from rathena?

    eg:

    before:

    emotion e_omg;

    after:
     

    emotion ET_HUK;

    ... i have this console error:
     

    Usage of deprecated constant 'E_OMG'.
    This constant was deprecated and could become unavailable anytime soon.

     

  2. 14 hours ago, luxus2311 said:

    SQL CODE:

    
    CREATE TABLE IF NOT EXISTS `freebies` (
      `id` int(11) NOT NULL auto_increment,
      `account_id` int(11) NOT NULL default '0',
      `name` varchar(23) NOT NULL default '',
      `last_ip` varchar(100) NOT NULL default '',
      PRIMARY KEY (`account_id`),
      KEY (`id`)
    ) ENGINE=MyISAM;

     

    So, do u imported SQL code to mysql?

  3. Hi guys '-'
    I trying to add a skill called "Fishing".
    But, when click on skill "ALT+S" (hexed 20100730) give-me Gravity Error.

    Someone have an sprite to skill "8500" (custom).
    See the pic >

     

    24opv02.jpg

     

     

    @edit

    Solved. Can close. Ths.

  4. So, i just remove line <version> from clientinfo.xml?

    5996f5157f379_Semttulo.jpg.ef8afd73cd406ccf31049b01a1cc6ffd.jpg

     

    My clif_packetdb.h:

    // 2014-10-22bRagexe
    #if PACKETVER >= 20141022
    	packet(0x006d,149);
    	packet(0x08e3,149);
    	// New Packet
    	packet(0x0A18,14); // ZC_ACCEPT_ENTER3
    	packet(0x0A27,8);
    	packet(0x0A28,3); // ZC_ACK_OPENSTORE2
    	packet(0x09FD,-1); // ZC_NOTIFY_MOVEENTRY11
    	packet(0x09FE,-1); // ZC_NOTIFY_NEWENTRY11
    	packet(0x09FF,-1); // ZC_NOTIFY_STANDENTRY11
    	//packet(0x09F8,-1); // ZC_ALL_QUEST_LIST3
    #endif
    
    // 2015-02-25aRagexeRE
    #if PACKETVER >= 20150225
    	packet(0x0A09,45); // ZC_ADD_EXCHANGE_ITEM3
    	packet(0x0A0A,47); // ZC_ADD_ITEM_TO_STORE3
    	packet(0x0A0B,47); // ZC_ADD_ITEM_TO_CART3
    	packet(0x0A0C,56); // ZC_ITEM_PICKUP_ACK_V6
    	packet(0x0A0D,-1); // ZC_INVENTORY_ITEMLIST_EQUIP_V6
    	packet(0x0A0F,-1); // ZC_CART_ITEMLIST_EQUIP_V6
    	packet(0x0A10,-1); // ZC_STORE_ITEMLIST_EQUIP_V6
    	packet(0x0A2D,-1); // ZC_EQUIPWIN_MICROSCOPE_V6
    #endif

    Should not be 20140305 soon after 20141022?

  5. Guys, we have a problem '-'

    The rathena emulator does not accept hexed 2014?

    I did not find the packet_db, and I do not know where the settings are besides packets.h

    packets.h:

    #define PACKETVER 20140305
    //#define PACKET_OBFUSCATION
    //#define PACKET_OBFUSCATION_WARN
    //#define PACKET_OBFUSCATION_KEY1 <key1>
    //#define PACKET_OBFUSCATION_KEY2 <key2>
    //#define PACKET_OBFUSCATION_KEY3 <key3>

    clientinfo.xml

    		<version>46</version>
    		<langtype>12</langtype>		

    Please guide me where should i change to work this hexed? I use it in another older emulator, and in the newer one, it should work perfectly.

    thanks!

  6. emulator/conf/char_athena.conf

    // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
    // NOTE: Applies to character, party and guild names.
    // 0: no restriction (default)
    // 1: only letters/symbols in 'char_name_letters' option.
    // 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
    char_name_option: 1
    
    // Set the letters/symbols that you want use with the 'char_name_option' option.
    // Note: Don't add spaces unless you mean to add 'space' to the list.
    char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
    
×
×
  • Create New...