Jump to content

LyDe

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by LyDe

  1. Hi guys,

    I'm trying to run map-server (char and login is working fine) but there is two errors of missing dll.

    MSVCR110.ddl and MSVCP110.dll (but I have all in my system). I put these dll at emulator and now I have another error.

    (0xc000007b error).

    And my RO exe isnt working because of these same error.

     

     

  2. Hi guys, i'm doing a script to add 2nd class sprite as a outfit, so just change the sprite... But i dont know what commando I can use to do it. I tested changebase but  (OF COURSE) change the class at all. 

    Anyone knows a command to add just the sprite?

    >>> Another question: I'm considering about put Third Job Costume as outfits too, but just as a alternative one. How can I do that for just change the sprite of class?

    Thanks

  3. 20 minutes ago, Poring King said:

    Do you ever try to modified your SRC ? i think you modified the src and that was cost of error ? , look to your src and go to adding @go commands and try to look what the error there .  ithink you miss declaire a string there not so sure buddy . 

    Since the error tells "Cliff_parse error " i really think that you modified the src files :( 

    I just modified core.h...
     

    //#define PACKET_OBFUSCATION



    When I was using without // the server was crashing before char at the city. The only mod i did in src.


    @EDIT: Done, It was my custom grf. I tryied to do without custom.grf and works. Thank a lot guys. :D

  4. Hi guys, i have a problem with my client. When I try to @go 0, my client close, the load screen just go until 3% and close.

    When I try to go 5 or another city it works fine... Everything okay

    Anyone knows how to fix it? Thanks


    @edit: Another thing, now I tryed to do another char but appears a error "Rejected by the Server" and a [info] clif_parse: Disconnecting session #3 in console...

  5. 20 hours ago, Promise said:

    Check the data.INI file, yoy must have data.grf and rdata.grf on that file.

    Btw, have you hexed (hexadecimal) your ragnarok exe?

    Data.ini is okay, data.grf and rdata.grf...

    Yeah, my hexed is working just fine
     

    18 hours ago, Akkarin said:

    Using a diffed kRO EXE means you need a set of kRO .grfs. iRO's client-side data won't work correctly with kRO's clients.

    I just got 2014-10-22 (i guess) and diffed it, but the hexed doesnt open with data.grf from iRO (my server is from iRO so it doesnt work with iRO data.grf so i tested with bRO and kRO and works fine.)

  6. Hey guys, who can I do this:

     see if there is any card in the seccond slot of the item, like this

      If there is a card in the seccond slot
      {
    
      }
      mes "you dont have the card in the seccond slot";
      close;



    There is any way to do that?

  7. File Name: Command MesClose

    File Submitter: LyDe

    File Submitted: 29 Jun 2012

    File Category: Source Modifications

    Content Author: LyDe and Cainho

    Command used in the scripts of NPCs whose ultimate goal is to unite the two commands,Mes and Close, an example down:

    prontera,150,150,5<TAB>script<TAB>Testing Command<TAB>748,{
    mes "[Testing Command]";
    mesclose "Testing command MesClose";
    }
    

    This command will open a window of speech and the Close button appears immediately.

    Click here to download this file

    • Upvote 2
×
×
  • Create New...