Jump to content

sprite0

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by sprite0

  1.  

    Yes :

    *cutin "<filename>",<position>;
    
    This command will display a picture, usually an NPC illustration, also called
    cutin, for the currently attached client. The position parameter determines the
    placement of the illustration and takes following values:
    
        0 - bottom left corner 
        1 - bottom middle 
        2 - bottom right corner 
        3 - middle of screen in a movable window with an empty title bar 
        4 - middle of screen without the window header, but still movable 
    
    The picture is read from data\texture\유저인터페이스\illust, from both the GRF archive
    and data folder, and is required to be a bitmap. The file extension .bmp can be
    omitted. Magenta color (#ff00ff) is considered transparent. There is no limit
    placed on the size of the illustrations by the client, although loading of large
    pictures (about 700x700 and larger) causes the client to freeze shortly (lag).
    Typically the size is about 320x480. New illustrations can be added by just
    putting the new file into the location above.
    
    The client is able to display only one cutin at the same time and each new one
    will cause the old one to disappear. To delete the currently displayed
    illustration without displaying a new one, an empty file name and position 255
    must be used.
    
        // Displays the Comodo Kafra illustration in lower right corner.
        cutin "kafra_07",2;
    
        // Typical way to end a script, which displayed an illustration during a
        // dialog with a player.
        mes "See you.";
        close2;
        cutin "",255;
    
    Sorry, didn't read right.
    I know there's no way.

     

     

    Cutin is useful, though not for what I want. I want to upload images in-game to an NPC.

  2.  

    what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt

    he is refering to this 

    1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1
    

    change the 4128,0 to 0,0

     

    4128 is golden thief bug card ID and 1 refers to the chance of drop

     

     

    I don't think he wants to do that for every single MVP, but for all of them as a whole.

     

    I'd like the same feature as he's asking. (Sorry for intruding like that.)

  3. I believe Ernest90 is referring to 'conf/battle/drops.conf', where he probably put "0" for all of this:

    // The rate at which cards are dropped
    item_rate_card: 0
    item_rate_card_boss: 0
    item_drop_card_min: 0
    item_drop_card_max: 0

    I have done the same; but, as he stated, it still shows up that MVP's drop their cards at a rate of 0.01%. (I guess a source edit would be required.)

     

    Hopefully someone will add some thoughts on this.

  4. Tokei,

     

    First of all, thank you SO MUCH for adding the encryption tool! It'll save a lot of time!

     

    Secondly, I've got some problems with that, as shown below:

     

    1. Whenever I try to "Generate file(s)", this error shows up: ("An unhandled exception has been thrown: Field not found: 'Utilities.Services.EncodingService.ANSI'.")

     

    s242ed.png

     

    2. This error has showed up once, after I finished up an encryption process: ("An unhandled exception has been thrown: Error HRESULT E_FAIL has been returned from a call to a COM component.")

     

    2ymxerr.png

     

    By the way, I'm using Windows 8, and I've tried to run as admin as well as a regular user.

     

    I hope there's a solution for this issue. Nonetheless, great tool, as I've mentioned!

     

    Thanks in advance.

  5. rightclick secure grf exe, properties, compatibility: windows XP service pack 2 (or 3. I suggest 2).

     

     

    TAAA-DAAAA!!!

     

    =.=

     

    Unfortunately, that doesn't seem to work. I'll be checking for a solution, in the meantime. Thanks for the help, though!

     

    Let me provide you with some extra information:

     

     

    • 11cgzk4.png
    • 5xkg3t.png
    • 2qmm96r.png
    • Problem details:

      Description: Stopped working
       
      Problem signature:
        Problem Event Name: CLR20r3
        Problem Signature 01: securegrf.exe
        Problem Signature 02: 1.0.0.0
        Problem Signature 03: 4bff8fe5
        Problem Signature 04: System.Windows.Forms
        Problem Signature 05: 2.0.0.0
        Problem Signature 06: 520b1a71
        Problem Signature 07: 3d04
        Problem Signature 08: 0
        Problem Signature 09: System.NullReferenceException
        OS Version: 6.3.9600.2.0.0.768.101
       

  6. Hi, everyone,

     

    After searching for encryption that works on Windows 8, I only found "GRF Editor," which doesn't encrypt files anymore, and "SecureGRF," which doesn't even work in compatibility mode in Windows 8.

     

    So, does anyone know an encryption software that actually works on Windows 8 for at least encrypting the GRF?

     

    Thanks in advance,

    Sprite0

  7.  

     

    Hi, Tokei,
     
    I'd like to suggest adding the "Ctrl + F" function to text files, - and maybe "Ctrl + H" (replacing function) - if that's possible. That'd help a lot!
     
    Thanks!

     
    Yes, I always wondered why that wasn't included in the features of Grf Editor. I hope it is added in the future. It will save a lot of time!

     

     

    Hi, Tokei,
     
    I'd like to suggest adding the "Ctrl + F" function to text files, - and maybe "Ctrl + H" (replacing function) - if that's possible. That'd help a lot!
     
    Thanks!

     
    Thanks for the suggestion! Here's a quick update on the new features.
     
    Search feature
    Includes common options you'd expect from a search tool.


    vGwnomr.png
     


     
    Shortcuts
    Ctrl-F : Brings up the search panel (if a word is selected, it will be the default search)
    Ctrl-H : Brings up the replace panel
    Enter/F3 : Select the next word in the search (or replace the next word)
    Shift-Enter/Shift-F3 : Select the previous word in the search
    Ctrl-Shit-Down : Select the next word which is highlighted
    Ctrl-Shit-Up : Select the previous word which is highlighted
    Esc : Closes the search or replace panels and clear the searches.
     
    Shell integration
    You can associate shell files with GRF Editor via Tools > Settings > Shell integration > Context menus. If you were using the previous versions of this context menu, I'd strongly suggest you to use "Remove all extensions" to remove any previous registry entries.
     
    The shell integration offers the options shown on the image below; if you'd like something in particular don't hesitate to ask.


    WZtkFL0.png

    ** For XP users, the tool should be installed properly but you might experience "graphic" issues. This feature was developped for Windows Vista onwards.
     
    Resource indexer
    This feature allows you to locate the usage of a resource within your GRF.


    iMZAme4.png

     

     

    Amazing update, awesome developer!

     

    Thank you, Tokei!

  8. I'm not sure where could that come from, but if you want to use MySql (PhpMyAdmin is a GUI for it), don't forget to apply all the sql patches under sql-files/updates/.

     

    Thanks for the reply, Antares.

    Exporting the updates files didn't work, sadly. However, I'll stick with a local database, as that is working.

    This problem might not occur with rAthena emulator, FYI; I thought someone would have experienced the same issue.

    The reason why I posted this issue here is that the emulator's forum I use if off-line.

     

    @edit: Please don't close it! I'm working on it right now.

     

    @edit #2: I was not able to fix it, please close the topic.

  9.  

     

     

     

    Well it kinda does have a requirement..When you don't put a title, it doesnt work. When you erase the ='' from the code, it breaks.

     

     

    I agree with you, Pneuma; but, let's be honest, we'll have people with the same issue as mine if that doesn't change.

     

    Sadly next forum update those functions will be removed. So I'm going to request the topic to be locked.

     

     

    I still see the functions available – and, unfortunately,

    ''

    buggy

    .
  10.  

     

    Well it kinda does have a requirement..When you don't put a title, it doesnt work. When you erase the ='' from the code, it breaks.

     

     

    I agree with you, Pneuma; but, let's be honest, we'll have people with the same issue as mine if that doesn't change.

  11.  

     

     

    It's a two-step bug, actually:

     

    1. When you choose any of the following in the text editor: error.png?t=fb99e14e49767998a66e3b7a9956information.png?t=fb99e14e49767998a66e3bsuccess.png?t=fb99e14e49767998a66e3b7a99warning.png?t=fb99e14e49767998a66e3b7a99, you get a script that doesn't work:
      Ex.:
      ''

      Error

      ; It doesn't show up as an error box.
    2. If you change, for instance, "[error="]" to "[error]", it works; however, there's a weird text at the end of each one: "[": (including error)

    [info]Info[/info]

    [success]Success[/success]
    [warn]Info[/warn]

    • Also, though not a bug, is the Twitter button, which is apparently invisible.

    It's a tiny error; but, if you could fix that, that would be great!

     

    Thanks in advance,

    Sprite0

    Have you tried actually putting a title in the boxes?

    vvvvvvv

    Title

    [/success]

     

    Compared to [success='']

     

    Thanks for the response, Pneuma It works! However, there should be a requirement to put a title, so that the weird characters not appear anymore.

     

    I'm not sure of the Twitter button, though. Does it appear on your browser?

     

    Thanks.

     

    Yes it does.

    sZmgWs6.png

     

     

    Oh! I figured that out. It's showing up now. Thanks!

     

    So, in summary, my suggestion is to:

     

    Final Suggestion

    Set a requirement when putting a title in, so that the weird characters not appear anymore.

  12.  

    It's a two-step bug, actually:

     

    1. When you choose any of the following in the text editor: error.png?t=fb99e14e49767998a66e3b7a9956information.png?t=fb99e14e49767998a66e3bsuccess.png?t=fb99e14e49767998a66e3b7a99warning.png?t=fb99e14e49767998a66e3b7a99, you get a script that doesn't work:
      Ex.:
      ''

      Error

      ; It doesn't show up as an error box.
    2. If you change, for instance, "[error="]" to "[error]", it works; however, there's a weird text at the end of each one: "[": (including error)

    [info]Info[/info]

    [success]Success[/success]
    [warn]Info[/warn]

    • Also, though not a bug, is the Twitter button, which is apparently invisible.

    It's a tiny error; but, if you could fix that, that would be great!

     

    Thanks in advance,

    Sprite0

    Have you tried actually putting a title in the boxes?

    vvvvvvv

    Title

    [/success]

     

    Compared to [success='']

     

    Thanks for the response, Pneuma. It works! However, there should be a requirement to put a title, so that the weird characters not appear anymore.

     

    I'm not sure of the Twitter button, though. Does it appear on your browser?

     

    Thanks.

  13. It's a two-step bug, actually:

     

    1. When you choose any of the following in the text editor: error.png?t=fb99e14e49767998a66e3b7a9956information.png?t=fb99e14e49767998a66e3bsuccess.png?t=fb99e14e49767998a66e3b7a99warning.png?t=fb99e14e49767998a66e3b7a99, you get a script that doesn't work:
      Ex.:
      ''

      Error

      ; It doesn't show up as an error box.
    2. If you change, for instance, "[error="]" to "[error]", it works; however, there's a weird text at the end of each one: "[": (including error)

    [success]Success[/success]

    [warn]Warning[/warn]

    • Also, though not a bug, is the Twitter button, which is apparently invisible.

    It's a tiny error; but, if you could fix that, that would be great!

     

    Thanks in advance,

    Sprite0

     

    Final Suggestion

    Set a requirement when putting a title in, so that the weird characters not appear anymore.

  14. Hi, there,
     
    My problem is that I'm not being able to successfully use an external database (aka PhpMyAdmin), having gotten the following error:
     

    [error]Assertion failed: id >= LABEL_START && id < str_size, file C:\…\src\map\script.c, line 695          [/error]

     

    (Please disregard the "[" thing.)

     

    I know that it's an external db error because going with the local one doesn't show up any issue.

     

    Thanks in advance,

    Sprite0

     

  15.  

    First of all, thank you so much for posting this amazing software!

     

    My question is to why encryption is disabled, if it really is…

     

    Image:

     

    2em0q6x.png

     

    Thank you!

     

    The encryption feature has been disabled due to issues with newer clients (the DLL won't load properly). I left the decryption features on so that people wouldn't have to downgrade to decrypt a GRF. I do plan on bringing back the feature when I have more free time though, but that may take a while, sorry about that!

     

     

    Not a problem. Thanks, man!

  16. Hi,

     

    I'd like to know how I could edit the map "pvp_n_1-2" on Browedit, because it doesn't show up on the GRF list. Here's a screenshot:

     

    2uj2ivq.png

     

    Thanks.

     

    @edit: I figured that out. It's simply the map "job_hunter.rsw".

    Please close the topic.

×
×
  • Create New...