Jump to content

milky_milk

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by milky_milk

  1. Hello there.

    Do you know how to escape apostrophes in eA-scripts?

    For example:

     

     

           query_sql("SELECT `id`  FROM `item_db` WHERE `name_japanese` = '"+.@ITEM$+"'",.@ID);

            if ( !.@ID ) {
     
                    mes "There is no such item.";
                    close;
            }

     

    If .@ITEM is "Gentleman's Pipe" - I've got errors in MySQL:

     

     

    : DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Pipe'' at line 1

     

    Can you help me?

  2. Hello. 

    I'm using 2010-07-30aRagexeRe

    Now I have 127 hairstyles in my grf, some of these are custom (self-modified for the race system). Some of them are not working with dye's palettes. Client just crashed without any error message. 

    All palettes and hairstyles where checked in Ross, SprConview and other programs, they are normally working.

     

    After deleting all palettes from my grf, client starts crashing with missing palette name error.

    For example:

    heads from 1 to 27 use these names: 머리*_여_1 (* - from 1 to 27 with some discrepancy between head and palette number);

    heads from 28 to 99 use 머리2_여_1 (palette for the second hairstyle);

    heads from 100 to 103 use 머리(null)_여_1;

    heads from 104 to 127 use  머리_여_1 (without hairstyle number).

     

    When hairstyles 1 and 100 was interchanged with each other, ex-1(new 100) starts to use  머리(null)_여_ palette, and all my doubts about broken hairstyle sprites was gone.

    The main problem arises with hairstyles 100-103, which are using the (null)palette.

     

    After this I have a few questions.

    1. Can I manually fix the palette name, which will be used for hairstyle? If yes - please, say me how.

    2. Is such palette naming system normal for this client version? I mean, is it normal that hairstyle 47 uses the palette for 2nd hairstyle? If not - how may I fix it?

    3. I have some hairstyles with custom (not-like-Ro-256-colors) palette. How to make them unavailable to change color? Is there a way except a dye's head number checking script? 

    P.S. Sorry for my english, I try as I can.



    Anyone use more than 99 hairstyles with 2010-07-30exe without [use shared palettes] patch?

  3. Hello everybody!

    I am using 2012-04-10aRagexeRE

    Alexandria's English Data Folder

    When I looking to .bmp files in my GRF in data\texture\유저인터페이스\ it looks fine:

     

    esc_01a.bmp: 954db7b1d48f20848d0e6f40586198e5.jpg

    esc_02a.bmp: 8225e9a2799ba4cdfe1022d374145a05.jpg

    esc_03a.bmp: 8fc490456186627ebbdc27cf82049888.jpg
     

     

    But don't understand how to fix korean buttons:

     

    b1888ba9aa04c46bce49f77b0458beb8.jpg

     

    6a3c9afcb7587a0bd1d2d07181122436.jpg

     

    b7ce6ece792e7217cce7bf6906d191fc.jpg

     

     

    Help me, plz!

×
×
  • Create New...