Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Mystery

  1. I believe you're looking for this then o_O https://github.com/HerculesWS/Hercules/commit/889a866e92a6c50f8a085e9c99001a9373830f44 This was a while ago though.. xD
  2. What do you mean by "Character Name change"? o_O
  3. for now you'd need to add such items using the 'ID' syntax e.g. 'ID2115:70' for valkyrie shield. valkyrie shield itemd id is 2115 use ID2115 then the price is 70 example like this: ID2115:70 You're able to use the item's constant as well.
  4. There are several different integrated FluxCP (Free) websites you can search for o-O. http://rathena.org/board/files/file/2839-drawmove-free-fluxcp-theme-animated-coded/ http://rathena.org/board/files/file/2835-free-animated-flux-theme-coded-just-add-your-banner/ http://rathena.org/board/files/file/2639-glight-free-flux-cp-themes/ just to link a couple. Finding a "Tutorial" on how to integrate Flux is not common. Nor needless to say, I've never found one myself. I think it's a "If you don't know web coding, you can't do it regardless" type of thing.
  5. Mystery

    Seriously?!

    For a minute there, your Topic Title threw me off... o_O
  6. Happy birthday Ind! Just turning older and older it seems
  7. That looks really nice! Great job! I still remember when you showcased your first version, that version was still good but this one looks a lot better.
  8. This is related to this: http://herc.ws/board/topic/1247-adding-reloadcashshop/ hence, Ind replied:
  9. When did you last update? Does this happen on a clean repo?
  10. Im confused on what you're saying... are you trying to say the SPRITE doesn't show when attacking/battle stance? Other then that, what image are you referring too? The only image a sprite has would be the collection or item image o_o
  11. You can always check with the source: atcommand /*==========================================* @reloadatcommand - reloads conf/atcommand.conf conf/groups.conf*------------------------------------------*/void atcommand_doload();ACMD(reloadatcommand) { config_t run_test; if (conf_read_file(&run_test, "conf/groups.conf")) { clif->message(fd, msg_txt(1036)); // Error reading groups.conf, reload failed. return false; } config_destroy(&run_test); if (conf_read_file(&run_test, iMap->ATCOMMAND_CONF_FILENAME)) { clif->message(fd, msg_txt(1037)); // Error reading atcommand.conf, reload failed. return false; } config_destroy(&run_test); atcommand_doload(); pc_groups_reload(); clif->message(fd, msg_txt(254)); return true;}
  12. You can also take a screenshot of the maps within BrowEdit xD
  13. Heh, you can always create that as a Plugin
  14. If you're going to have Third Jobs, I suggest separating PvP between Third Jobs and Trans since Thirds have more power over Trans.
  15. yeah i got clean DATA folder in my first Post! Yes, but you gotta make sure the LUA/LUB files are equivalent to your Client date.
  16. Same...not working EDIT : Its working after I try diff another option Another option? Other than "Diff your exe using "use plain text description"'s patch"
  17. Since this is a Suggestion topic and not a support topic, this will be moved to 'Approved' state since it has been implemented in 6fd440e.
  18. That can be put on our development list, but it ain't at the top. Patience is the key :>
  19. Do you have the correct LUA/LUB files for your client?
  20. I'll just request at rA i guess How I wish i could change to rA to Hercules that easily. I had modified my server files quite massively already Create a diff of your server files, then patch manually to Hercules but of course keeping in mind Hercules' source is different.
  21. Does this occur on a clean version of Hercules?
  22. http://trac.rathena.org/changeset/16381/rathena We do have this --> https://github.com/HerculesWS/Hercules/commit/22c75b070526de8b103032f5bf13504af81e0095 But the last two, not yet. We would love to just merge things from rAthena but our Source code are a lot different from one another so we have to be careful when we merge from rAthena. Not to mention, Ind and our Dev team is always on a rampage fixing up a lot of things and adding new content.
×
×
  • Create New...

Important Information

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