Jump to content

Vuluts

Members
  • Content Count

    63
  • Joined

  • Last visited

Posts posted by Vuluts


  1. Im not sure if mob_skill_db2.sql is included but im sure that item_db2.sql and mob_db2.sql should be there

     

    So it will be like this?

     

    main database:

    - item_db.sql

    - main.sql

    - mob_db.sql

    - mob_skill_db.sql

    - item_db2.sql

    - mob_db2.sql

     

    hmmm I'm just curius if I can make 3 databses like

     

    main database:

    - main.sql

     

    log database:

    - logs.sql

     

    mobitem database:

    - item_db.sql

    - item_db2.sql

    - mob_db.sql

    - mob_db2.sql

     


  2. Hello Hercules Community,

     

    I'm working with my fluxcp and I just want to confirm if the following sql files are in the correct database.

     

    main database:

    - item_db.sql

    - main.sql

    - mob_db.sql

    - mob_skill_db.sql

     

    log database:

    - logs.sql

     

    followup question hmmm should I also need to import this following sql files in my main database?

    - item_db2.sql

    - mob_db2.sql

    - mob_skill_db2.sql

     

    Thank you in advance.


  3. Hello Hercules Community,

     

    I just want to report an error regards with build action in visual studio 2015 using updated git clone of hercules.

     

    Previous hercules git clone is working fine without showing any errors when building, but when I try to pull and get updated hercules, it gives me an error.

     

    Here's the screenshot of the error.

     

    build.png

     

    Thank you in advance.

     

    Update:

     

    Solve! Thank to @MishimaHaruna.


  4. Update:

     

    /taekwon command is now disabled special thanks to sir @Dastgir for the help.

     

    My concern now is how to remove /taekwon button in alt+y window.

     

    I already tried to hex and successfully remove the /taekwon button, but the problem is the space are still there, what I want to do is remove /taekwon then /blacksmith will be go up and replace, anyone could help me how to hex to completely remove that.

     

    Thank you in advance.


  5. Hi,

      Well I was planning to post this in Client support section first but its not exactly a support question. Just wanted to know what is the oldest client date people use now? and which type (RagexeRE, Ragexe or Sakexe)?

     

    The reason I ask is because i plan to extend support of my patcher to old clients along with my current bug fixes.

     

    Sir @Neo, is there any possiblity to add diff for sakexe clients for year 2005 in nemo patcher? I test a 2005 sakexe in nemo but some diff gives an error. 


  6. Greetings Herc Community,

     

    I got a sakexe 2004, and I can't find any diff file for this client year. Does anyone still got a old diff file for 2004 sakexe? would you mind to share it with me. or maybe a tutorial on how to make own diff file to use for shin patcher or k3dt patcher.

     

    I already tried nemo patcher but others option has showing error.

     

    Hoping that someone still got a diff file.

     

    Thank you!

     


  7.  

    To remove response from /taekwon

    clif.c:

    Search

    /// /taekwon list (ZC_TAEKWON_RANK).
    /// 0226 { <name>.24B }*10 { <point>.L }*10
    void clif_taekwon(struct map_session_data* sd) {
        int fd;
    
        nullpo_retv(sd);
        fd = sd->fd;
        WFIFOHEAD(fd,packet_len(0x226));
        WFIFOW(fd,0) = 0x226;
        clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON);
        WFIFOSET(fd, packet_len(0x226));
    }

    Replace with

    /// /taekwon list (ZC_TAEKWON_RANK).
    /// 0226 { <name>.24B }*10 { <point>.L }*10
    void clif_taekwon(struct map_session_data* sd) {
        return;
    }

     

    Thank you sir @Dastgir, I will try it and give feedback.

    I

     

     

    I guess you need change to older client which not have taekwon ranking

     

    Thanks for the reply Felipe, I already download older client, a 2005 client to be exact but 2005 client already had /taekwon in the command list window, I just wondering where I can download 2004 client and does is it exist nowadays?

    In that topic have a guy whose says about aeRO2 hexed from 2004, if you speak portuguese you can send a PM to him for search and post here if you get a amazing 2004 Hexed working

     

    What his name?


  8. I guess you need change to older client which not have taekwon ranking

     

    Thanks for the reply Felipe, I already download older client, a 2005 client to be exact but 2005 client already had /taekwon in the command list window, I just wondering where I can download 2004 client and does is it exist nowadays?


  9.  

     

    2009-10-13 ragexeRE here.

     

    Sorry for reopening this topic, I just want to ask if this client 2009-10-13 ragexeRE use the old interface? 

     

    I think use the new one, I do a little research and found this topic:

    http://forum.brathena.org/index.php/topic/18526-hexed-2006070809/

     

    Is in portuguese in 7th post the guy called Tidus post a list of hexeds, Sakexe(Starting 2005) and Xray(Starting 2007)

     

    In the spoiler "Direto do eAthena" he post some links from eA, in it have de differ for old hexeds.

     

    @Topic

    I guess is about the year 2008, is the last I think with old interface

     

    Thank you for the reply Felipe, I already manage to download all of them. I just wonder if 2004 sakexe still exist to download nowadays.


  10. I already solve it, I think the problem is with my data.ini and a file that contains another data.ini and probably they are overlap with each other. 

     

    Edit:

     

    Having issue again, does anyone experiencing this issue with older clients?


  11. Greetings Hercules Community,

     

    I just want to ask how to disable or remove the taekwon rankings when you type /taekwon

     

    also how to remove the /taekwon in command list alt + y window under exe tab

     

    remove_taekwon.png

     

    Hoping that someone could help me regards my concern.

     

    Thank you in advance.

     

    Edit: I already manage to remove the /taekwon text in the alt + y window but whenever I hover my mouse to its location and click the taekwon rankings still showing.


  12. That's exactly what I gave you, locations of all the pictures client uses. It's called "skin", since it can be selected. I'd advice you check if it works better with other skins (those can be places inside "skin" folder near client), if so then your current one is the problem, otherwise problem might be in exe itself, and then probably only @Neo can help you out.

     

    I will try your advice sir @Garr and also I will try to study about hexing. Thanks for that I will send a message to sir @Neo maybe I can ask for guidance.


  13. I sent you my skype in a PM

     

    Got it, I already add you in skype sir @Ridley.

    Everything, and I mean *EVERYTHING* graphic related is client-side only. Server mostly works only with logic. Iirc only ever exception are guild emblems. And only because it needs to send them to other people. And, as far as I know, basic skin is located inside data.grf, "data\texture\À¯ÀúÀÎÅÍÆäÀ̽º". But i'd put my finger on skins, they should be in skin folder near your client.

     

    Thanks for the reply sir @Garr, but what I really want to do is locating those texture inside my "sakexe.exe" client, maybe by doing that I can found a fix regarding with this issue ~ http://herc.ws/board/topic/12902-skill-window/ 


  14. Greetings Hercules Community,

     

    Does the images / bmp files in our data.grf are called in server side? or client side called it?

     

    If it's in server sides? can you please tell where it's located?

     

    and if it's in the client side may I ask what tool / program can I use to look for it.

     

    Because maybe I can find the solution there about my skill tree window size issue ~ http://herc.ws/board/topic/12902-skill-window/

     

    Please move my topic if I posted in wrong section.

     

    Hoping that someone could help me regards my concern.

     

    Thank you in advance.


  15. Greetings Hercules Community,

     

    I have concern about my skill window, as you can see in the image below, the upper image is the correct skill window and my skill window is the lower image. My question is how can I move the (x) (close button) at the corner same as the above image.

     

    My conclusions are:

    • Skill windows is wider
    • (x) button had a wrong position

     

    eto.png

     

    Hoping that someone could help me regards my concern.

     

    Thank you in advance.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.