

imblad3
Members-
Posts
24 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by imblad3
-
Hi http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial
-
use item #12622 Reins Of Mount and it's a preset means novice ride big poring, and etc.
-
Others can't connect [Failed to connect to server]
imblad3 replied to The Enigma's question in General Support
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 -
How to change the Equipment into Costume
imblad3 replied to nikki1200's question in Database Requests
there is no sprite I think maybe something wrong with your view ID or your lua -
Forbidden to wear the state cannot be worn
imblad3 replied to Kami675's question in Graphics Support
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. -
Forbidden to wear the state cannot be worn
imblad3 replied to Kami675's question in Graphics Support
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 -
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
-
[Tutorial] How to Create Ragnarok Offline 2013 client [Tutorial]
imblad3 replied to cassiel's question in Client-side Support
Can't set resolution problem check here Please read the 1st post until the end next time -
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
-
got an error, and need some help to resolve it
imblad3 replied to Lunar requiem's question in Linux Support
try http://rathena.org/board/topic/66396-proper-ip-proper-ports-to-use/ post #4 it seems like your problem -
got an error, and need some help to resolve it
imblad3 replied to Lunar requiem's question in Linux Support
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 -
missing compounded card prefix on equipment
imblad3 replied to steelmen's question in Client-side Support
I'm glad it helps @alkhaleej, it took me 10 seconds to the problem. -
missing compounded card prefix on equipment
imblad3 replied to steelmen's question in Client-side Support
No prefix? you should edit your *.grf it in Data\cardpostfixnametable.txt or Data\cardprefixnametable.txt -
where to download the server engine?
imblad3 replied to warhammer009's question in Installation Support
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 -
use launcher? Source: http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
-
[Tutorial] How to Create Ragnarok Offline 2013 client [Tutorial]
imblad3 replied to cassiel's question in Client-side Support
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 -
[Tutorial] How to Create Ragnarok Offline 2013 client [Tutorial]
imblad3 replied to cassiel's question in Client-side Support
Maybe this can help -
im using 2013-08-07 version, still haven't see any error~
-
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
-
How to make Weapon only for 2-1 Classes
imblad3 replied to edison12345's question in Database Support
try change this Try changing this 0x00004080 to 0x00000080 -
Tutorial >> rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial <<
-
[Free RELEASE!] Moon Haven from EPIC
imblad3 replied to K e o u g h's topic in Maps & 3D Modeling Showcase
Too Awesome -
Item location for Style (Costume) Garment = 16384
-
[Tutorial] How to Create Ragnarok Offline 2013 client [Tutorial]
imblad3 replied to cassiel's question in Client-side Support
@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