Jump to content

cassiel

Members
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by cassiel

  1. this link is dead.. Link is up. create new folder called "Server" have you do this? if you follow my instruction you will found Server\trunk\db\packet_db.txt. post your loki.ini
  2. @mhagz Server/trunk/conf/battle/player.conf. edit with notepad, find this line // Max limit of char stats. (agi, str, etc.) max_parameter: xx // Same as max_parameter, but for 3rd classes. max_third_parameter: xx // Same as max_parameter, but for baby classes. max_baby_parameter: xx // Same as max_parameter, but for baby 3rd's. max_baby_third_parameter: xx change xx to value you want. @prufessuer in your src/common/mmo.h what value you put on this line #define MAX_CHARS i've found if you changed this, you must hex your ragexe.
  3. there some issue with lastest server rev about the cash shop, please wait until it get fix and recompile your server after updating to the lastest server rev. you may check in here whether the issue solved or not. good.
  4. hmm.. sorry i can't help about that, you may try to post in database request see if the development team make it. because for now setup about 3rd jobs and kagerou/oboro still became one. @axel13pl open your clientinfo.xml search this <langtype>0</langtype> <--- is this already 0 or not
  5. glad it help about open ports, have you check your firewall setting?
  6. @mhagz please give screenshot about server console. @melv0 you're welcome @axel13pl have you do this? 5. Open the loki launcer folder and right-click loki.ini, change this: ; Must be on same dir of Loki Exe = "ragexe.exe" Into ; Must be on same dir of Loki Exe = "2013-07-03aRagexe_patched.exe" (I change into 2013-07-03aRagexe_patched.exe because I patched my 2013-07-03aRagexe.exe. if you use another ragexe please changed into yours) Save it and move all of file in loki launcher folder into your kRO client folder.
  7. @melvo 03/20/2013 kRO update translate by Zerozaku and pic bonus stat by rytech Level Limit Break Level Limit Break! Ragnarok evolves further! Date: 2013. 03. 20 Limit Break Event - Level Expansion Limit Break Event - Special Event Limit Break Event - New Contents Base Level Expansion Maximum base level increased from 160 to 175. This update only applies to 3rd job classes. Super Novice and Kagerou/Oboro classes are limited to base level 160. Stat points available for allocation at max level: 3278 (non trans), 3330 (trans) Changed 3rd class's maximum level effect (aura effect) to show at level 175 instead of 160 in accordance with base level expansion. Aura effect for Super Novice and Kagerou/Oboro classes will show at base level 160. Status Point Expansion Maximum stat increased from 125 to 130. This update only applies to 3rd class jobs. Super Novice and Kagerou/Oboro will still be limited to 125. Maximum stat point for baby 3rd classes increased from 108 to 117. Job Level Expansion This update only applies to 3rd class jobs; Maximum job level increased from 50 to 60. Maximum skill points available to 3rd classes increased from 49 to 59. Job bonus stat points Important Reminder! Added 10 new skill points. You can spend these new skill points for any 1st, 2nd, trans, 3rd class skills as long as you meet the prerequisite. Prerequisites for skills are subject to change if deemed necessary.
  8. btw it's going to be short tutorial after i saw your ss there first you need to register to dns service and you may do dns host to your ip. you can register dns service for free at no-ip.com you need to change some configuration there on char_athena // 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: 127.0.0.1 <--- this should be your lan ip it will look like 192.168.x.x // 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: 127.0.0.1 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x // 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: 127.0.0.1 <-- this should be your dns host name you register at no-ip.com it will look like yourdnsname.no-ip.org change your login_athena // The login 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 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x change your map_athena // 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: 127.0.0.1 <--- this should be your lan ip it will look like 192.168.x.x // 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 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x // 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: 127.0.0.1 <-- this should be your dns host name you register at no-ip.com it will look like yourdnsname.no-ip.org change your subnet_athena subnet: 255.0.0.0:127.0.0.1:127.0.0.1 <-- this should look like this subnet: 255.255.255.0:192.168.x.x:192.168.x.x you may check your lan ip and subnet mask by run cmd and type ipconfig search for this: IPv4 Address. . . . . . . . . . . : 192.168.1.2 <--- this your lan ip which is i write 192.168.x.x Subnet Mask . . . . . . . . . . . : 255.255.255.0<-- this your subnet mask and change your clientinfo.xml <address>127.0.0.1</address> <--- change this into <address>yourdnsname.no-ip.org</address> and for the last thing you need is port fowarding your port for this point it will be different for many people because we are using diferent kind of modem. you may check on this site. make sure you find your modem brand. after you do port forwarding you may check whether your port open or not at canyouseeme.org. that's all i wish you good luck for your private server.
  9. @mhagz please post mapserv ss error. for angle problem, when you diff your ragexe don't check the option 'fix camera angle' for word repeatation, when you diff your ragexe check the option 'allow chat flood' and don't forget to fill how many times words can be repeat. @melv0 right now 2013 client only suppot aura with new level cap 175/60 which is yellow aura. you may change your level cap into 175 for base level and 60 for job level. this is how you change your base level: open Server\trunk\src\map\map.h with notepad and search Max_level 160 changed into Max_level 175 then save it now you must recompile your server since you changed something in src. after you recompile your server, open Server\trunk\db\re\job_exp.txt with notepad change this //Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro //Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.) 160,4054 change 160 value to 175 then change this too //Job - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro 50,4054 change 50 to 60 and save it.
  10. @zhaosin i guess you should post that problem on this thread since it related to client translation data folder which i used in this tutorial. @melv0 well give me the ss about the error. i need to see the error message at map-server_sql.exe
  11. i want to know how to find this value '97' for wizardry_staff item in weapontable.lua? i mean if i know how to find it, i can fill all of those classnum value for every weapon sprite that changed to default. WEAPONTYPE_Wizardy_Staff = 97 <-- this waiting for answer.. thx berfore
  12. @melv0 do you use rathena server or hercules? if you use rathena server what date is your ragexe client? have you done this step? 18. Go to your Server\trunk\db and open file ‘packet_db.txt’ with notepad and add this line in bottom //2013-07-03 Ragexe packet_ver: 38 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0930,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0835,2,searchstoreinfonextpage,0 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0202,6,reqclickbuyingstore,2 0x0817,2,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 // 0x0363,8 CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 // 0x0436,4 CZ_GANGSI_RANK 0x0360,26,friendslistadd,2 0x094A,5,hommenu,2:4 0x0873,36,storagepassword,2:4:20 If you choose another date of your ragexe you can find your ‘packet’ in this link http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-07-03/ Just copy and paste it to your ‘packet_db.txt’ like I did.
  13. @zhaosin please post your char_athena.conf map_athena.conf subnet_athena.conf clientinfo.xml
  14. Updated 2 most famous issue regarding to this tutorial.
  15. @reigneil yes i already have it but its not decompile yet and i can't see anything in there, i try to decomplie it but failed :| Well if you said it was the same then the problem might be different from my expectation, because i just thought to start change all of those classnum id but i don't know the right value for every weapon item. i hope someone may find the best solution for it. yap i already know about that structure thats why i change the classnum.
  16. @mhagz and tutzz sorry for late respond.. for setup problem, i found that some file is missing in kRO client\system\lua514\ that file name is optioninfo.lub you may download from here and put on that folder.
  17. what did you mean the latest one? if it is posible, yes the lastest one.. i need to change all of my classnum x.x
  18. @mhagz you can disable those 4 digit password in Server\trunk\conf\char_athena.conf (open with notepad) find this line pincode_enabled: yes change to 'no' second answer you may change on this Server\trunk\conf\battle\exp.conf (open with notepad) // Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 Note: Value is in percents (100 means 100%) you can change thos 100 into whatever you want. as for GM account open you mySQL workbench, choose 'rathena' and right klik 'login' select rows and change the group id to '99' for gm account. @tutzz try to copy the optioninfo.lua in your kRO\system into your kRO\savedata
  19. anyone know where i can found classnum for every item? edited: correct some words
  20. holiday fever

  21. @bonten and mhagz have you follow step 1 to 5 correctly? you need to put the patched ragexe in the same directory as loki launcher. the ragexe you pacth with xdiffpacther must from this link http://http://k3dt.eu/Ragexe/unpacked/ if you think you follow the step correctly. try to put your kRO client folder in C:\ not in C:\Users\user\download\RO for mhagz if you using 2012-09-30 you must change your packet data on Server\trunk\src\common\mmo.h and version in clientinfo.xml. i can't help you with any other exe except from this link http://http://k3dt.eu/Ragexe/unpacked/ because the packet data for that exe you found may not be available.
  22. anyone who had the problem about the weapon sprite that change to default please check this link http://rathena.org/board/topic/85081-item-dbtxt-needs-to-be-change-please-read/#entry210856
  23. solution check this link http://rathena.org/board/topic/85081-item-dbtxt-needs-to-be-change-please-read/
×
×
  • Create New...