Jump to content

Heero Yuy

Members
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Heero Yuy

  1. Update the lua/lub files on your custom grf (http://svn6.assembla.com/svn/ClientSide/Lua_Project/).
  2. Check the wiki guide for this: http://rathena.org/wiki/Custom_weapons and check if you added it properly.
  3. There are some reasons why that kind of error appeared: 1. Your client exe is reading the wrong set of lua/lub files. To fix it, svn checkout this: http://svn6.assembla.com/svn/ClientSide/Lua_Project/ then update your grf with those files you have downloaded. 2. Check if your data.ini is in the correct format. Usually, if you are using a custom grf, you need to write it this way: [Data] 0=your.grf 1=data.grf 2=rdata.grf 3. Check as well if you have diffed your client exe properly. If you are using ShinsDIffPatcher, then you should just use the recommended diffs.
  4. @Mentalist The most common cause of "Rejected from Server" error is that you are not using the proper client. What I mean with the word 'proper' is that, you have to edit the client date (the client exe you are using) on src/common/mmo.hthen re-compile. On src/common/mmo.h, find: #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20111116 #endif Edit the: #define PACKETVER 20120410 with the client exe you are using OR use 2012-04-10 Ragexe. You can get that on here. Credits to Emistry. Hope that helps.
  5. 1. To delete the accounts, open the login table and click "Operation" then click "Empty the table (TRUNCATE) 2. I don't quite understand by what you meant with "characters" but you can delete the characters of all the accounts on char table. Do the "Empty the table" step in here too. 3. To delete the inventory items by truncating/emptying inventory table.
  6. Go to db/packet_db.txt and change this line: packet_db_ver: 25 to packet_db_ver: default And if it still "Rejected from Server" error persists, try to check if you are using the correct client exe.
  7. This is not actually caused by rAthena (just for clarification). Please check this out: http://support.microsoft.com/kb/2525435
  8. You can read this and it might help you: http://rathena.org/wiki/Hexing MOST of the questions are already answered and elaborated there. Just carefully read it.
  9. Try updating first your SVN folder. On Linux type this command svn update (name of your rAthena folder) It might be that some files, not just the char.c, is outdated.
  10. What revision are you using? Did you edit that status.c? If so, then check again your codes or upload here your status.c. If you are using the the default and latest rAthena and you didn't do anything on that status.c, be sure that you are using this status.c.
  11. Have you checked your conf/battle/monster.conf? // Display some mob info next to their name? (add as needed) // (does not works on guardian or emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info: 0
  12. Such a nice addon~! Thank you for sharing this!
  13. Upload the log.sql (you can find that file inside the sql-files folder) then restart your server.
  14. Can you post in here your skill_damage.txt? Be sure that the name of the file is really skill_damage.txt and not skill_dama.txt.
  15. On Visual Studio, select the project and choose then go to Settings > C/C++ tab > Choose 'Code Generation' from the drop down "Category" > Use runtime library choose "Debug Multithreaded DLL". Hope that helps.
  16. Read this carefully and it might be a help to you: How to make "patches" using Thor Patcher: http://www.axwebsolutions.com/knowledgebase.php?action=displayarticle&id=1 Just as what Emistry said, making a patch will make a lot of things easier for you. And one more thing, you don't need to include the luac.exe on the actual client. Not unless you want to teach your players how to setup a Ragnarok server. xD
  17. @Mang-Berto: Just as what clydelion already posted you can use MagpieRSS. I used that as my reference and coded myself and I put a code wherein, the html will read the PHP file. Or you can also this as a reference (credits to jaypee): http://rathena.org/board/topic/57050-frame-flux-cms-news-to-thor-notices-box/
  18. Ever since 2010, this is the GRF application that I'm using. Thank you for sharing this to the community.
  19. If the addon is on the right directory/path, try to rename the folder of your theme to default and edit as well your application.php and change the old theme name to default. I have experienced that kind of error as well and this is the simplest solution I have found so far.
  20. Thank you @mleo and @Hurrican for the ratings. Updated. Please rate it.
  21. Try this: yum install patch If you have installed the patch package, then proceed to installing this: yum install patchutils If you have still problems, then just post it in here.
  22. It is not possible to do a transparent (afaik) bmp using colors other than #FF00FF (monochrome magenta). There are a lot of ways though aside from #FF00FF background. Found that from Google though I haven't tried it out. xD
  23. This is my first try on doing a Thor patcher design (usually I do only coding) so I don't know if it is nice or not. Please rate it and comments are very much welcome. Thank you.
  24. 1. Did you add the custom item on your lua files and data files? 2. Did you add the custom item on your rAthena database or your SQL database? Kindly check this if your one or both of your answers are NO: How to Add Custom Items?
  25. I just want to report something about the MVP Ladder. There's an error (on line 14 of the script) [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: getmapxy (4 parameters): [Debug]: Data: variable name='.@a00000$' index=0 [Debug]: Data: variable name='.@a00001' index=0 [Debug]: Data: variable name='.@a00002' index=0 [Debug]: Data: number value=0
×
×
  • Create New...