Jump to content

imblad3

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by imblad3

  1. Hi http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial
  2. use item #12622 Reins Of Mount and it's a preset means novice ride big poring, and etc.
  3. Do WAN IP = Public IP? if not use ISP Public IP not WAN IP EDIT: also check client clientinfo.xml server address match the Public IP
  4. there is no sprite I think maybe something wrong with your view ID or your lua
  5. Refer to http://svn.code.sf.net/p/rathena/svn/trunk/doc/item_db.txt Acolyte + monk + priest = 0x00008110 < restricted class if you use newer revision then use 63 if not you can ignore it. your client crush because: view id is wrong. I suggest you read all in this http://rathena.org/wiki/Custom_Items no. 2 for 2012 client and no. 3 for 2013 client and no. 5 solve your crash problem.
  6. p.s. I use number names to keep it in order and it allows me to add them faster i'll change them later on when I decide which items I want to keep and which I don't thanks in advance, - Kris eLV (the 99) is not valid I think, and are you sure you have the right job etc? because you have Upper set to 1. equip level 99 is valid, it just mean that you can only equip at lv 99. Only upper is wrong or maybe he's using old revision than there is no problem I think. 0xFFFFFFFE mean all jobs except novice. so did you try on novice? lol
  7. my solution: http://svn.code.sf.net/p/rathena/svn/trunk/conf/char_athena.conf // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: [YOUR COMPUTER IP (LAN)] ex: login_ip: 192.168.1.2 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP] ex: char_ip: fakepro.no-ip.org http://svn.code.sf.net/p/rathena/svn/trunk/conf/map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: [YOUR COMPUTER IP (LAN)] ex: char_ip: 192.168.1.2 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP] ex: map_ip: fakepro.no-ip.org Note: everytime your dynamic ip reset you must restart your server and wait until DNS cache for other ISP to refresh (your new dynamic ip) maybe set your subnet 0.0.0.0:0.0.0.0:0.0.0.0 will works too <- not tested
  8. Can't set resolution problem check here Please read the 1st post until the end next time
  9. Hi there, well maybe I'm too dumb or blind and did not see any document in wiki or doc (server folder). It seems I can't find the docs that explain skill table (I'm currently using latest rathena (git) and sql database) so Here is the question: -- -- Table structure for table `skill` -- CREATE TABLE IF NOT EXISTS `skill` ( `char_id` int(11) unsigned NOT NULL default '0', `id` smallint(11) unsigned NOT NULL default '0', `lv` tinyint(4) unsigned NOT NULL default '0', `flag` TINYINT(1) UNSIGNED NOT NULL default 0, PRIMARY KEY (`char_id`,`id`) ) ENGINE=MyISAM; I need to know the function of "flag", because my royal guard has skill heal say lv 5 and when I look at the table the flag say 4 and I can't reset it. So if possible can you guys tell me the number means? like 4 = no reset? Hope you all can help me thanks in advance
  10. try http://rathena.org/board/topic/66396-proper-ip-proper-ports-to-use/ post #4 it seems like your problem
  11. err.. did you by chance use this http://svn.code.sf.net/p/rathena/svn/trunk/conf/map_athena.conf // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. bind_ip: 127.0.0.1 <<--- and http://svn.code.sf.net/p/rathena/svn/trunk/conf/char_athena.conf // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. bind_ip: 127.0.0.1 <<--- if do try //bind_ip: 127.0.0.1 if you use more than 1 server (1 for login server & char server, another 1 for map server) then you use bind_ip
  12. I'm glad it helps @alkhaleej, it took me 10 seconds to the problem.
  13. No prefix? you should edit your *.grf it in Data\cardpostfixnametable.txt or Data\cardprefixnametable.txt
  14. Hi there, I suggest you to read the wiki first: http://rathena.org/wiki/Getting_Started then after that you can follow step by step here: http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial
  15. use launcher? Source: http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
  16. Maybe this can help /> Note: only do this step if you found the problem below. Problem 1: setup resolution problem: there is missing file in kRO client\system\lua514\ that file name is optioninfo.lub you may download from here and put on that folder.< /p> Thanks...that problem is solved...but now i've got a new one...start with this when loki was starting skillerror.png and when im in a game,when a click skill info to see the skill info the window is scrolled down and this warn appeared skillerror2.png....and what folder that the client read?data folder or data folder translation?i mean if i change anything in data folder translation,does it change anything to client?thanks for any help.. This caused by typo in that file, and because you have update a new revision of translated files right? you can dl mine from here Have you start MySQL Services??? Seems like you haven't start it to me I'm with this same problem, anyone can help us ??? i've used the same hexed and data of this topic and i follow all steps, but i dont know how i could solve it. The GuildMaster is not GUILD NAME. it is your title (position) in that guild. You can change it @ guild information page
  17. im using 2013-08-07 version, still haven't see any error~
  18. Visit >>> http://rathena.org/wiki/Custom_Items <<< btw I have read the wiki and failed to create a custom weapon. If someone can list me the range of each tipe the 2nd or the 3rd range for each type of weapon, I would be appreciated
  19. try change this Try changing this 0x00004080 to 0x00000080
  20. Tutorial >> rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial <<
  21. Item location for Style (Costume) Garment = 16384
  22. @nosferatus, that happen when I uncheck "Read Data Folder First" and I got a problem that I can't change my resolution, should I just re diff the client?? im using 2013-08-07a
×
×
  • Create New...