Hi there, I'm quite new to this server creation and many things were changed since ever I host RO myself last time, I've been through a lot of problems and tried my best to solve them, some still persist and some already solved. So straight to the point is, my server was built under Sharpienero video's guide and it works fine. But there's something different is that I use xampp(phpmyadmin) to keep all the data instead of using MySQL, and it works.
So I used :
i) previous client 2012-04-10aRagexeRE but displayed savedata\optioninfo error eventually automatic exit RO and I've checked the mmo.h #define PACKETVER 20120410 , re-build using visual studio 2010.
ii) current client 2012-04-10aRagexeRE_J (no error but with only 640x480x16 and couldn't change to any resolution even after configure the setup.exe)
iii) phpmyadmin to keep the data files instead of MySQL
iv) Alexandra data's folder
v) latest luafiles514 from http://trac.assembla...Translated].rar
vi)SVN Revision : '17109' (from Sharpienero's video description from https://rathena.svn..../rathena/trunk/)
vii) Refer attachment for packet_db.txt
viii) Shin's Diff Patcher on 2012-04-10aRagexeRE, but I don't see any "skip patcket obfuscator" and I've unticked the "Read Data folder first"
x) data.ini
[Data]
0=mygrf.grf
2=data.grf
xi) rAthena\conf\grf-files.txt has been set to this
//-----------------------------------------
// GRF Files
// Add as many as needed.
//-----------------------------------------
grf: C:\Games\RO\rdata.grf
grf: C:\Games\RO\data.grf
//-----------------------------------------
// Data Directory
// Use the base folder, not the data\ path.
//-----------------------------------------
data_dir: C:\Games\RO\
1) Make it Online
For now, I only can login to my server using LAN IP(192.168.x.x), but if I wanted my friend to login to my server, what are the steps should I do take ?
sclientinfo.xml
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>TalkCockRO</display>
<balloon>the balloon</balloon>
<desc>description</desc>
<address>192.168.1.3</address>
<port>6900</port>
<version>26</version>
<langtype>1</langtype>
<registrationweb>flux.domain.com</registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</aid>
<loading>
<image>loadingscreen01.jpg</image>
</loading>
</connection>
</clientinfo>
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
// Login Server Port
login_port: 6900
// 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: 118.101.157.27
// Character Server Port
char_port: 6121
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
// Character Server Port
char_port: 6121
// 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: 118.101.157.27
// Map Server Port
map_port: 5121
Portforwarding in D-link router
subnet_athena
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet
subnet: 255.255.255.0:192.168.1.3:192.168.1.3
2) Setup.exe
Setup.exe seems keep on pop-out when I copy the whole game folder into my friend's laptop. And I have savedata folder in my RO folder which containing 3 LUA,
ChatWndInfo_U , OptionInfo, UserKeys_s.
CmdOnOffList["/notrade"] = 0
CmdOnOffList["/noshift"] = 0
CmdOnOffList["/noctrl"] = 0
CmdOnOffList["/skillfail"] = 1
CmdOnOffList["/notalkmsg"] = 0
CmdOnOffList["/notalkmsg2"] = 0
CmdOnOffList["/showname"] = 1
CmdOnOffList["/fog"] = 0
CmdOnOffList["/aura"] = 1
CmdOnOffList["/window"] = 0
CmdOnOffList["/miss"] = 1
CmdOnOffList["/q1"] = 0
CmdOnOffList["/q2"] = 0
CmdOnOffList["/effect"] = 1
CmdOnOffList["/bgm"] = 1
CmdOnOffList["/sound"] = 1
CmdOnOffList["/loginout"] = 1
CmdOnOffList["/shopping"] = 0
CmdOnOffList["/stateinfo"] = 1
CmdOnOffList["/snap"] = 0
CmdOnOffList["/itemsnap"] = 0
CmdOnOffList["/skillsnap"] = 1
CmdOnOffList["/hoai"] = 0
CmdOnOffList["/merai"] = 0
CmdOnOffList["/camera"] = 0
CmdOnOffList["/lightmap"] = 1
CmdOnOffList["/monsterhp"] = 1
OptionInfoList["Trilinear"] = 0
OptionInfoList["Bgm_Volume"] = 100
OptionInfoList["Effect_Volume"] = 100
OptionInfoList["AutoOpen1to1Window"] = 1
OptionInfoList["AutoOpen1to1Window_Friend"] = 1
OptionInfoList["PlaySound_Open1to1Window"] = 1
OptionInfoList["Outdoor_ViewLatitude"] = -45.000000
OptionInfoList["Outdoor_ViewDistance"] = 470.099915
OptionInfoList["Indoor_ViewLatitude"] = -45.000000
OptionInfoList["Indoor_ViewDistance"] = 300.000000
OptionInfoList["SkinName"] = "<Basic Skin>"
OptionInfoList["ChannelCopID"] = 0
OptionInfoList["Window_XPos"] = 690
OptionInfoList["Window_YPos"] = 322
OptionInfoList["Simplicity_SkillList"] = 0
OptionInfoList["Show_SkillDescript"] = 0
OptionInfoList["ChangeChatMode"] = 1
OptionInfoList["LockMouse"] = 0
OptionInfoList["ShowBattleFieldIcon"] = 1
OptionInfoList["MouseExclusive"] = 1
OptionInfoList["ISFULLSCREENMODE"] = 0
OptionInfoList["WIDTH"] = 640
OptionInfoList["HEIGHT"] = 480
OptionInfoList["BITPERPIXEL"] = 16
OptionInfoList["DEVICECNT"] = 0
OptionInfoList["MODECNT"] = 0
OptionInfoList["SPRITEMODE"] = 2
OptionInfoList["TEXTUREMODE"] = 2
OptionInfoList["bLockItemDropFromItemWnd"] = 0
3) Display problems
As mentioned before, my resolution are only limited in this size and cannot change to bigger.
And if you noticed, the inventory size quite weird, And I have Misc skill tab in Alt+S
bump...i noticed my post is quite long... not sure if anyone can bear with me... im still in the "learning" stage, and if there's any info missing please let me know...
packet_db.txt