Jump to content

boanerges1

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by boanerges1

  1. Nope, I want to put it online. I think I'm having issue port forwarding the ports. Is contacting my ISP really necessary? or it is just with in my router's setting(firewall and such)?. I contacted my ISP and he said that they cannot do anything if the issue is regarding my router (I think the customer support agent of my ISP does not get what i meant about port forwarding?)
  2. thank you for your reply I added a packet ver in my db/packet_db.txt packet_db_ver: 31 // packet_db_ver: default //2011-03-15aRagexeRE packet_ver: 31 0x01FD,15,repairitem,2 0x0202,26,friendslistadd,2 0x022D,5,hommenu,2:4 0x023B,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x02C4,26,partyinvite2,2 0x0436,19,wanttoconnection,2:6:10:14:18 0x0437,7,actionrequest,2:6 0x0438,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x07E4,-1,itemlistwindowselected,2:4:8 0x0802,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x0811,-1,reqopenbuyingstore,2:4:8:9:89 0x0815,2,reqclosebuyingstore,0 0x0817,6,reqclickbuyingstore,2 0x0819,-1,reqtradebuyingstore,2:4:8:12 0x0835,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0838,2,searchstoreinfonextpage,0 0x083C,12,searchstoreinfolistitemclick,2:6:10 0x035F,5,walktoxy,2 0x0360,6,ticksend,2 0x0361,5,changedir,2:4 0x0362,6,takeitem,2 0x0363,6,dropitem,2:4 0x0364,8,movetokafra,2:4 0x0365,8,movefromkafra,2:4 0x0366,10,useskilltopos,2:4:6:8 0x0367,90,useskilltoposinfo,2:4:6:8:10 0x0368,6,getcharnamerequest,2 0x0369,6,solvecharname,2 i got this from http://svn6.assembla...kets/Packet_db/ and this is my mmo.h #ifndef PACKETVER #define PACKETVER 20110315 //#define PACKETVER 20111116 #endif and somebody told me to change my \src\mapclif.h {// packet DB MAX_PACKET_DB = 0xA00, MAX_PACKET_VER = 31, <<-----what packet ver did you used in db/packet_db.txt MAX_PACKET_POS = 20, }; and change my clientinfo to version 31(below) <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>klasikRO</display> <balloon>the balloon</balloon> <desc>description</desc> <address>203.87.174.42</address> <port>6900</port> <version>31</version> <<--changed this to what packet ver did you used in db/packet_db.txt <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> and after doing all those editing I rebuilt my rAthena, re-build my .grf file and run all my servers. Still "failed to connect to server"
  3. thanks for the replies everyone! I got a new problem "failed to connect to server" (i have tried all the logins in the "login" table that I have encoded manually in workbench I don't know if it is the right thing to register to the client) and here's my data.ini configuration as i think is now correct.(below) [Data] 1=klasikRO.grf 2=data.grf 3=rdata.grf thanks again!
  4. Hi all, I've been all day trying to setup my own server for about 20hours now . I am so newbie in this kind of stuff but I want to learn more about it I am getting so confused now that i really needed your help. I have followed mr. sharpnienero's guide, now I'm stuck in creating the client to get on the server. I have provided some screenshots to what I've got so far. I know I'm missing something or I've done something wrong. Please i really need your help I am not going to give up until I got this up and working I think i have managed to run my server (screenshot above) here's the ragnarok client I used to sniffed 20120410 and I used ms.alexandria data files in making .grf files here's my ragnarok files i downloaded all these in http://ratemyserver....wnload_kROLinks and here's my clieninfo.xml and here's the client error i'm seeing and the text are all in korean though i set it to translate it into english. I hope you guys can help and narrow down my problem and btw sorry for my bad english Any help will be HIGHLY APPRECIATED!
×
×
  • Create New...