Jump to content

imblad3

Members
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Valhalla

imblad3's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

1

Community Answers

  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
×
×
  • Create New...