Jump to content

Judas

Community Contributors
  • Content Count

    576
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Judas

  1. same as the above response. You will encounter bugs, and will spend most of the time trying to fix them.
  2. replace the skin of the cash shop button is one way, so that could be toggled on or off
  3. The main way is to disable renweal: src/config/renewal.h and // out #define RENEWAL
  4. another setup you can use is: http://nn.nachtwolke.com/dev/opensetup/
  5. few things you can try, run the setup as admin, delete the savedata folder, and try to run the setup as admin, and see if that does it
  6. to my knowledge, you would have to inspect what part of the code would make sense to multi thread. My experience is probably basic, so probably something I can't help too much with
  7. I believe parts would have to be coded to enable multi threads
  8. devs are working on the stat issue I believe. Regarding the hallucination, have you tried the patch to disable it
  9. I believe its possible, but I have yet to have time to play around with it, @ 175 and 150 are the times you will get an aura, anything above you won't it seems
  10. I beleive it usually means some sort of syntax error that prevents the client from opening. Try adding just one of your entries to the official rdata.grf you have, and see if that errors as well
  11. do you have any console errors, that could hint to a configuration problem. Other things to check would be setting the correct mmo.h for the client you are using
  12. with the nemo patcher just make sure to apply the diff to increase the damage view
  13. item descriptions are in the iteminfo.lub file. https://subversion.assembla.com/svn/client-side-translation/System/itemInfo.lua
  14. yep I tried with 2010-06-16 and it does indeed work. Make sure mmo.h is set correctly
  15. awesome! this is a great present =D
  16. char-server.conf: // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are: // NOTE: Applies to character, party and guild names. // 0: no restriction (default) // 1: only letters/symbols in 'char_name_letters' option. // 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles. char_name_option: 1 Are you talking about this configuration perhaps?
  17. do you have any modifications that you did recently. Since that could also effect when you try to recompile
  18. i know that 2012-04-10ragexe was one of them
  19. i believe you need to use the onscript changebase ID
  20. you can pm me, and I can try to help you. I have it compiled successfully but I have warning regarding pc_group. So I'm not sure if this will create problems
×
×
  • Create New...

Important Information

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