Jump to content

Scylla

Members
  • Posts

    374
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Scylla

  1. 7 hours ago, apiratcc said:

    it's already the same :(

    4.png

     

    This number always change when i try to login, it seems that it connected to this root account but cannot connect to other account

    5.png

    Oh, and also make sure that your client is reading your data folder or wherever your clientinfo.xml is.

    Also if possible, may i know the client date you're currently using?

  2. 5 hours ago, Fily said:

    These patches @Scylla

    
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    18 Skip Service Selection Screen
    19 Enable Title Bar Menu
    20 Extend Chat Box
    21 Extend Chat Room Box
    22 Extend PM Box
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    27 HKLM To HKCU
    28 Increase Headgear ViewID
    29 Disable Game Guard (Recommended)
    30 Increase Zoom Out 50%
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    67 Disable Quake skill effect
    68 Enable 64k Hairstyle
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    97 Cancel to Login Window (Recommended)
    106 Hide BG Button
    107 Hide Bank Button
    108 Hide Booking Button
    109 Hide Rodex Button
    110 Hide Achievements Button
    204 Increase Attack Display
    212 Restore Roulette
    213 Disable Help Message on Login (Recommended)
    

     

    Hmm, what about trying to only select the recommended patches and also Read data folder first?

    If that'll work then it means one of those patches is causing the error on your client.

  3. 34 minutes ago, apiratcc said:

    It has nothing saying there, which i dont understand too why, then what server i am logged in too. How can I know and how can I change it too log in my server.

    My PC has an history of some server setup attempts, it may be the cause of this confusion server idk.

    Untitled.png

    Try checking your cleintinfo.xml and see if you're using the correct IP to your server.

  4. 15 minutes ago, apiratcc said:

    Hi everyone

    I am trying to create my own ragnarok offline, I use 2013-08-07 version and install everything smoothly

    until when i trying to login with my account which i edit in table, it still keep saying that it is unregistered ID

    While the server id shown that it has been logged on (as picture shown)

    I also try to create my account by use username_M but nothing actually happened in my table on server

    About my trunk, the logserv charserv and mapserv run normally with no yellow or red alphabet

    I dont understand what my fault it is, could anyone please help me bcuz I wanna play this game so badly

     

    Any information needed can be required

     

    Thank you in advance.

    2.png

    1.png

    Are you sure that you are logging in to your server?

    Is there a log on your map-server that says you're logging in?

  5. 16 hours ago, Fily said:

    Nope that's not it. it was the unpatched exe folder. Im using complete kRO folder and has patched the read data folder first. Am I using the correct translations?

    Yes you are using the correct translation files.

    May i know what patches did you include on your client?

  6. 2 hours ago, Fily said:

    Hi guys,

    I'm having a problem with this client. This is my first time setting up 2015 clients.

    http://imgur.com/a/r7atK

    It crash right after opening it. I used this translations > https://github.com/ROClientSide/Translation/tree/master/data

    Is the folder at the background where you opened your 2015 client? If it is then you have a very incomplete files to run it.

    First, download the latest kRO here

    After that, paste the files onto your RO folder on where your 2015 client is.

    Also don't forget to patch Read data folder first on your client via NEMO.

  7. About snap is this right or wrong? 

    case MO_BODYRELOCATION:
    if( sc && sc->data[SC_CLOSECONFINE2] || sc->data[SC_ANKLE] || sc->data[SC_SPIDERWEB] ){
    clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
    }

     

    if player has been closeconfine/anklesnare/spiderweb he/she can't use snap skill?

     

    Next time please make a new topic because this is only for your magnus problem.

     

    And yes, It'll fail if there's those 3 are inflicted on the target.

    • Upvote 1
  8.  

    Follow this guide instead:

     

    https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/

     

    It was made by someone i helped.

     

    "Problem Solved". Found a link to a ready to play server & it works! All I do is run server, run client & that's it. That's all I was asking for.

     

    Thanks for the help but, that's the same link I posted at the top that stomped me at the wiki part.

     

     

    Oh okay, that's good to hear.

  9. i didn't change anything.. i just paste it on a notepad and put it on the script_custom and reload the script.. then i saw the error on the map server..

     

    Make sure the headers are in tab spacing

    prontera,155,181,5<TAB>script<TAB>Sample#rand_stat<TAB>757
    
  10. here is my atcommand.c

     

    /*==========================================

     * @rura, @warp, @mapmove

     *------------------------------------------*/

    ACMD_FUNC(mapmove)

    {

    char map_name[MAP_NAME_LENGTH_EXT];

    unsigned short mapindex;

    short x = 0, y = 0;

    int16 m = -1;

     

    nullpo_retr(-1, sd);

     

     

     

    memset(map_name, '\0', sizeof(map_name));

     

    if (!message || !*message ||

    (sscanf(message, "%15s %hd %hd", map_name, &x, &y) < 3 &&

    sscanf(message, "%15[^,],%hd,%hd", map_name, &x, &y) < 1)) {

    clif_displaymessage(fd, msg_txt(sd,909)); // Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>).

    return -1;

    }

     

    mapindex = mapindex_name2id(map_name);

    if (mapindex)

    m = map_mapindex2mapid(mapindex);

     

    if (!mapindex) { // m < 0 means on different server! [Kevin]

    clif_displaymessage(fd, msg_txt(sd,1)); // Map not found.

     

    if (battle_config.warp_suggestions_enabled)

    warp_get_suggestions(sd, map_name);

     

    return -1;

    }

     

    if ((x || y) && map_getcell(m, x, y, CELL_CHKNOPASS))

    { //This is to prevent the pc_setpos call from printing an error.

    clif_displaymessage(fd, msg_txt(sd,2));

    if (!map_search_freecell(NULL, m, &x, &y, 10, 10, 1))

    x = y = 0; //Invalid cell, use random spot.

    }

    if (map[m].flag.nowarpto && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE)) {

    clif_displaymessage(fd, msg_txt(sd,247));

    return -1;

    }

    if (sd->bl.m >= 0 && map[sd->bl.m].flag.nowarp && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE)) {

    clif_displaymessage(fd, msg_txt(sd,248));

    return -1;

    }

    if (pc_setpos(sd, mapindex, x, y, CLR_TELEPORT) != 0) {

    clif_displaymessage(fd, msg_txt(sd,1)); // Map not found.

    return -1;

    }

     

    clif_displaymessage(fd, msg_txt(sd,0)); // Warped.

    return 0;

    }

     

    Add this:

    if (status_isdead(&sd->bl)){
    clif_displaymessage(sd->fd,"You can not use @warp while dead.");
    return 0;
    }
    

    Source: https://rathena.org/board/topic/65504-warp-when-dead/

  11.  

     

     

     

     

     

    Hi Guys,

     

    Need help how to add new prontera, since i'm using 2015 client which is : 20151104a 

     

    My question is :

    - Is my client already support it?

    - If yes, can you help give me tutorial how to add it?

     

    Thanks.

    No need to have that i guess, since 2015 client's already supported new prontera version.

     

    Really? i didn't see any changes on my prontera?

     

    it is in your stock grf, do you have the old prontera in your server grf?

    Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise.

     

     

    Hope your problem solved here.

    Please read carefully.

     

    Thanks for your respond. Trying and no luck

     

    my DATA.ini is :

    0=newprontera.grf
    1=gege.grf
    2=data.grf
    3=rdata.grf
    4=../Ragnarok IDRO/data.grf
     
    Still old prontera... /pif

     

     

    Why is it that you're using 2 data.grf's?

     

    Try using this line up:

    0=newprontera.grf
    1=gege.grf
    2=data.grf
    

     

    Still no luck,

     

    However outside of the city wall of prontera is changed to new prontera, but the city it self still old one. /hum

     

    Attached screenshot :

    attachicon.gifscreenGeGe RagnaroK008.jpg

     

     

    I guess It's because your data.grf overrides the newprontera.grf

     

    If i may suggest, download the latest kRO from here

     

    I don't use that newprontera.grf but currently my prontera's the new one with just copying the data.grf from that kRO link i sent you and pasting it to my RO folder.

  12.  

     

     

     

    Hi Guys,

     

    Need help how to add new prontera, since i'm using 2015 client which is : 20151104a 

     

    My question is :

    - Is my client already support it?

    - If yes, can you help give me tutorial how to add it?

     

    Thanks.

    No need to have that i guess, since 2015 client's already supported new prontera version.

     

    Really? i didn't see any changes on my prontera?

     

    it is in your stock grf, do you have the old prontera in your server grf?

    Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise.

     

     

    Hope your problem solved here.

    Please read carefully.

     

    Thanks for your respond. Trying and no luck

     

    my DATA.ini is :

    0=newprontera.grf
    1=gege.grf
    2=data.grf
    3=rdata.grf
    4=../Ragnarok IDRO/data.grf
     
    Still old prontera... /pif

     

     

    Why is it that you're using 2 data.grf's?

     

    Try using this line up:

    0=newprontera.grf
    1=gege.grf
    2=data.grf
    
  13.  

    https://rathena.org/wiki/Installation_on_Windows

    https://rathena.org/wiki/Installation_(CentOS)

    http://rathenaguides.blogspot.de/2014/05/guide-for-making-your-own-ragnarok.html

    https://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/

    http://rathenaguides.blogspot.de/

    https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64

    https://www.google.de/#q=rathena+server+setup+guide 

    I simply typed into google 'rathena server setup guide' and got so many links out of it. 

    Before you set up your server you should ask yourself if you want to run it on windows, centos or linux for example.

    You should ask yourself if it's smart to do it yourself or if you rather want to hire someone doing it for you.

    You should ask yourself if you are really able to set up a server if you can not google for a guide yourself. 

    Setting up a server is one thing, you also need to set up a client. 

    Here are some client setup guides:

    https://rathena.org/board/topic/70962-recommended-client-setup/

    https://rathena.org/board/topic/99735-connect-and-create-client-side/

    https://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/

    https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/

    I did not put the effort into checking if all of these guides are good or up to date. 

    You need to do that yourself, you have to figure out for yourself which guide fits you the most and which guide works for you. 

    Good luck!

     

    thanks for sending me all the links but some of them i already tried and some i didn't bother to tried because the other is 2013 and 2014 since i already tried the 2014 one which is http://rathenaguides.blogspot.de/ some links are broken so i thought i'd just ask here if someone can show me a link to updated tutorial with working links and newbie friendly guide lol some guides are hard to follow even though i made a server way back 2014-2015 just for fun lol i forgot all the details and yes i know how to google things and no i did not come here cuz i'm lazy or don't know how to search from google i came here to ask because maybe you can give me some links that i didnt check or didnt see lol anyways thanks 

     

     

    You could ask me for help via rAthena's discord channel, just click the link on my signature.

  14. I'm not really a pro when it comes to src editing but like Realusion said, learning C language is the first step. Just take your time learning.

     

    And just remember everything in programming is always trial and error

     

    You make mistakes on your trials then you learn from it.  :)

     

    EDIT: Also just to let you know i mostly learned src here by just checking and reading the codes that i could understand easily (basically on skills area).

  15.  

     

    Problem 1: Incompatible msgstringtable.txt (hexed version)

    Problem 2 + Problem 3: Diff your hexed to read .lua before .lub ; download new lua files to github: https://github.com/ROClientSide/Translation/

     

     

    \o/

     

    Rather diff ' read data folder first '

     

    2013 clients don't read lua anymore.

     

    sorry I'm a bit newbie in terms of diffing/client side

    so I'll just download the data folder on the given link?

     

     

    That translation works for 2013++

     

    Worked when i used the following clients:

     

    2013-08-07

    2013-12-23

    2014-10-22

    2015-09-16

  16.  

    Im having the same problem and inspecting the GRFs further Maps are present in rData. Also going to try this

     

    Maybe you don't have the latest kRO?

     

     

     

    Try downloading this latest one:

     

    https://rathena.org/board/topic/102572-kro-full-client-last-update-01132016/

     

     

    That's the kRO client I'm using.

     

    I already tried downloading that :(. I updated my map cache on the server and put it in my custom grf client-side...but when I create a new character they are now stuck in some water and can't move (and the server throws some errors about invalid NPC placement). Every other map still works fine.

     

     

    Server side

     

    Side NOTE: updated KRO and KRO-RE to feb update there was also a new EXE in the update for KRO and RE dont know if thats relevant or not. ill try hexing and see if this make a diffrence

     

    (also using the same resources as above)

     

    edit: client exe version in update 2016-02-05     -      currently using same as above 2015-09-15

     

    edit:Tryed new exe same problem was not fully translated and menu errors so im going back to the 2015 exe but will upload the 2016 feb exe for people who know how to make better use of it 2016-02-05aRagexeRE.rar UnOffical from me did not find this online was patched to my client

     

    edit:added old maps to a custom GRF from GPF above and Worked fine. some missing files as client prompted me so in chatlog but did not crash the client so im asuming the updated maps have not been added to rathena sevrer yet. and the map being black is just some off the grid part of the new map. unless anyones up for adding positions for NPCs and warp portals havent done that since eathena txt..

     

    Edit: apon further investigation with of new map...... its empty/not finnished by gravity use old ones till further updates... (kinda used this post as a notepad i hope it helps someone)

    what is the packet version for 2016 client? if you don't mind answering :)

     

     

    You could make your own topic about that on the Client-Side section if you don't mind doing it.

×
×
  • Create New...