Jump to content

Judas

Members
  • Posts

    2244
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Judas

  1. make sure not to enable HKLM to HKCU, if that still doesn't work, don't use read data folder first
  2. it's not http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-11-22aRagexeRE.txt
  3. make sure you are using the correct packet_db for 2011-11-22, and make sure you patched with Skip Packet Header Obfuscation
  4. awesome! It looks very lively and cheerful =) Nice lookin santa and gingerbread man haha great work as always Olrox
  5. yep kagerou/oboro are supported on 2011-11-22+
  6. how did you diff your client
  7. oh sorry 2011-11-22. 2011-04-05 is pretty stable and won't have the crashes in which I mentioned above. Those lua files should still be compatiable with what you're using.
  8. actually with any date with 2011-06 month, it seems there are a lot of problems. And those what you stated above relates to it in my experience. That refresh is also a problem too with the equipped items. I remember mounting, reins of mount, and refreshing and warping and just by that it would cause me a gravity errors. The script used SC_ALL_RIDING. Or executing @mi/mobinfo would crash the client also. But when I switched clients are those errors were gone. have you thought about going to 2012-11-22?
  9. probably similar to jobl_third, i havent looked too much ino that
  10. you're using rathena right, 'max_baby_third_paramater should be defined already in rathena if I wanted it to be a swordman instead that uses 3rd job stats, then it would be MAPID_SWORDMAN
  11. i wouldn't know of an efficient way of this, but i would copy the same line for each job, where i put mapid novice, it would be mapid swordy, and so on... YOu could probably do it by JOBL_ , to see if that may make it easier, but there may be someone else that can make this process a bit easier.
  12. do they have access to convex mirrors
  13. if you are using the latest rA then go with 2012-04-10
  14. depends what client you want, 2012-04-10 is pretty good, or you can use 2011-11-22 as well
  15. as far as i know, 2011-06+ have problems with @mi. 2011-07 and up is fixed
  16. what server is that from?
  17. here's an example that works well. Anyone can add on to this if you like current code modifies novice only to look at 3rd stats #define pc_maxparameter(sd) ( ((( (sd)->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) || (sd)->class_&JOBL_THIRD ? ((sd)->class_&JOBL_BABY ? battle_config.max_baby_third_paramater : battle_config.max_third_parameter) [color=#ff0000]: (sd->class_&MAPID_UPPERMASK) == MAPID_NOVICE ? (battle_config.max_third_parameter)[/color] : ((sd)->class_&JOBL_BABY ? battle_config.max_baby_parameter : battle_config.max_parameter)) )
  18. yep i can, if anyone gets it before me then please do so =) just first classes for now or ?
  19. mainly what you want to look for then is this, and define which jobs you want in pc.h
  20. my setup is to get you ingame and most things working. palette grf contains hairstyles/clothes/hair color, just the basic pack i believe. mainj.grf contains the basic lub files and required text files to run your client fine with translations
  21. this is a basic 2010-06-16 setup if you wish to use http://supportmii.com/ro1/Clients/Judas_Setups/2010_Setup/
  22. what client date are you using
  23. luafiles514 is for 2012 04 18 and up only. I don't think the above is correct luafiles514 was there even in late 2011
  24. the latest on what i can find is from bowie's site. But anything newer im not sure
×
×
  • Create New...