Jump to content

umsdavid

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by umsdavid

  1. Katazui you can try access my server . You can try register an account i can give you GM access so you can do some testing.

     

    Hi,

    After applying ANTI-SPAM and BOTS security now, im republishing my robrowser server address http://atlantic.wavetune.com . To register please use this URL: http://atlantic.wavetune.com/atcp/?module=account&action=create

     

    Current Setup

    ------------------

    1) Can be played in Android browser but have bug in ios browser

    2) Can be played in Windows Browser

    3) FIX Map at Izlude Academy for Job Training

    4) Faster loading for grf files or extracted files

    Anybody want to join as Developer and develop robrowser to a new level do let me know and i'll be happy to sponsor the work and project.

     

  2. Hi,

    I'm starting up a new project based on ROBROWSER.  Currently i have successfully setup robrowser. You do not need to upload or download grf to play, just login and play the game via the web browser. Server address: (PM Me due to spam to server i will not  disclose the server address)

    Here i got some new idea and suggestions for the new project:

    1) To fix the MAP and Chat dialog box for NAVIGATIONS in the robrowser

    2) To create some small game with own made sprites for characters and maps

    3) To enable any functions currently not available in the robrowser client.

    Willing to invest on this project and make it open source. Anyone who like to join the project do let me know but must be really good in programming and experience in developing ragnarok eclients/emulator.

    • Upvote 2
  3. Hi,

    Anyone can help? I have problem in my kafra script. Error messages "Invalid NPC Constant" 'kaf_iz_ac01'. Can Anyone help?

    //== AcademyKafra =============================================
    iz_ac01,102,36,4        script  Kafra   Employee::kaf_iz_ac01   4_F_KAFRA5,{
           cutin "kafra_05",2;
            mes "[Lady Academy]";
            mes "Hiya...?";
            mes "Welcome, Namaste";
            mes "I'm here to help teleporting you to the training room";
            mes "Are you ready? Let's go...";
            next;
    switch(select("Acolytes","Geisha Room")) {
            case 1:
           warp "iz_ac01", 121, 30;
                    end;
    case 2:
           warp "iz_ac01", 160, 30;
                    end;
    cutin "",255;
            end;
    }

     

×
×
  • Create New...