Jump to content

RCharles

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by RCharles

  1. You cannot do coredump on Windows with gdb, it is a Nix utility. But I guess there is a way in windows. Back in eA there is conf/plugin_athena.conf which has a feature of crash reporting in windows You could use this as reference: http://www.eathena.w...showtopic=91817 other than that, you could try google for best posible answer.
  2. RCharles

    Hello to all

    just create a new item_id for that, use the same sprite and edit item script if necessary.
  3. Try newly imported rAthena from SVN: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ after that follow this guide: http://rathena.org/wiki/Compiling Look for Windows since you are using Windows OS
  4. Do it in sql by querying. SELECT <column_name> FROM inventory WHERE <cloumn_name> = '<item_id_number>; this will display all that has eg. item no. 7777 in the inventory to delete: DELETE FROM inventory WHERE <column_name> = <item_ID>;
  5. When diffing your client using Shinn Diff Patcher do not enable - Read Data Folder First - Load Lua before Lub Also you need to use Lua that matches your client version: http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/ Also for some reason they said that every client comes with a compatible setup.exe There is someone here in rA that uploaded 3 different setup.exe, You may want to try it. http://rathena.org/b...&attach_id=1402
  6. There is a existing guide being made by ragnazorg. here: http://rathena.org/board/topic/53447-how-to-enable-crashcore-dumps-in-your-server-linux/ also there is another one: http://rathena.org/board/topic/62073-how-to-enable-core-dumps-centos/
  7. Look for your lua version that fits your client. here: http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  8. The usual reason on why this happen is because your password is encrypted using md5 feature. Back from your 3ceam, I you enabled md5 feature. Do this: login_athena.conf // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes Config.php of ceres is like this: $CONFIG['md5_pass'] = '1'; Thus when you aren't using md5 back from your 3ceam, disable md5. Do this: login_athena.conf // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes change to no to disable the use of md5 Config.php of ceres is like this: $CONFIG['md5_pass'] = '1'; change 0 to disable the use of md5 I hope this helps.
  9. They said that there are version of setup.exe that does not fit with the client. Here is some setup.exe that you want to try http://rathena.org/b...&attach_id=1402 It contains 3 setup.exe of different kind However, check your: mmo.h packet_db.txt make sure that your client match up to what lua version are you using don't patch with hklm to hkcu The popping out of setup.exe when running the client means that the configuration in the setup.exe is not saving.
  10. This topic could probably help you: http://rathena.org/board/topic/64131-clif-parse-disconnecting-session-6-with-unknown-packet-version/ Since you used 2012 client
  11. nice.. but how is it related to this? http://rathena.org/board/topic/68311-premade-websites/ I guess WePrioritize and Parparazzi is just 1?
  12. Im not 100% sure about this, but I have found this one: trunk/conf/battle/player.conf // The amount of HP a player will respawn with, 0 is default. // (Unit is in percentage of total HP, 100 is full heal of HP, 0 is respawn with 1HP total.) restart_hp_rate: 0 // The amount of SP a player will respawn with, 0 is default. // (Unit is in percentage of total SP, 100 is full heal of SP, 0 is respawn with 1SP total.) restart_sp_rate: 0
  13. Details for command getpartyleader: * getpartyleader <party id>{,<type>}; This function returns some information about the given party-id's leader. When type is ommitted, the default information retrieved is Character name of the party leader. Possible types are: 1: Leader account id 2: Leader character id 3: Leader's class 4: Leader's current map name 5: Leader's current level as stored on the party structure (may not be current level if leader leveled up recently). If retrieval fails (leader not found or party does not exists), "null" is returned instead of character name, and -1 is returned for the other types.
  14. Be sure that you edit: mmo.h <trunk/src/common/mmo.h> #define PACKETVER 20120410 change 20120410 to your client date. Dont FORGET to recompile Check your clientinfo for: <address>121.54.2.28</address> change 121.54.2.28 to your IP address <version>25</version> version that fits your client
  15. Diffing this client, does it require other than ShinDiffPatcher..?
  16. Hello my friends! I have created this topic to ask what is the most stable client (bug free and all) for the newst revision of rAthena. I know there is a lot there but to inform everyone what is the stable client is really great. So I hope you can reply on this thread. Thanks!
  17. idk if this is a bug, but when I choose add a file and enter the path it says "GRF Sharper has stopped working" OS: Windows 7
  18. I've noticed that when you are really outdated with your svn and when you like to run a update, you are faced with bunch of errors upon compiling. So, is there a way for the late outdated svn to update without facing this errors? and should not also affect the src mods you've made.
  19. RCharles

    KOE Request

    It will automatically start at OnClock0710: OnClock1210: OnClock1710:
  20. RCharles

    KOE Request

    There has been many revisions for this kind of script.. Try searching, you'll find many.. one of it is: http://rathena.org/board/topic/64460-king-of-emperium-only-member-of-the-guild-have-prize/
  21. instead of using: set #CASHPOINTS,#CASHPOINTS+1; use: getitem <item id>,<amount>
  22. Glad that someone ask about it ..
  23. Maybe because you are still on the custom map which you removed? try resetting your position.
  24. a link from eA: http://www.eathena.ws/board/index.php?showtopic=264564
×
×
  • Create New...