Jump to content

kyrato

Members
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kyrato

  1. Oh ok. Cool. His server should still show something though right?
  2. I dont think his ever changed lol. Isnt skip obfuscation default in the patchers?
  3. Alright well you csn search luac in the forums here to find the exe. I couldnt get it to work by changing the extension, i had to use the luac program. How did you fix the connection?
  4. Weird... i would merge your clientinfo.xml one more time just for kicks and giggles, if that doesnt work then try this Download a seperate rathena, change the mmo.h, clean and compile. Run servers at 127.0.0.1 (thats default i think?) And see what you get.... The console silent settings basically limit what messages appear in your server windows. They show all by default. Are you reading from .grf or your data folder?
  5. So your client says rejected from server but you get no messages in your server windows? The firewall is only for when youre ready to test across computers. You havent adjusted your console_silent_settings at all right? Rejected from server means you had to be told no by the server, or else it'd time out and give you the failed to connect message in the client... Also try searching that error 30.
  6. Add new inbound rule and outbound rule for each port both tcp and udp. Ok rejected from server should give you a message in your server windows now. What do they say?
  7. I don't think that allows for incoming traffic though. You said rejejcted from server? That means your server at least got some packets this time right?
  8. Yeah both the router and firewall need those ports opened but if your running locally with 127.0.0.1, then you dont need the router portion yet, if your clientinfo.xml is 127.0.0.1 with port 6900 and all of your server ip are 127.0.0.1 and with default ports, you should have some sort of connection between the two...
  9. Windows firewall, open the tcp and udp ports of your server. 6900 5121 6121 Did you change the clientinfo.xml? Idk what xmapp is so i doubt it. Haha
  10. did you change your conf/login_athena.txt to check clientversion to connect? check_client_version: no client_version_to_connect: 20 <---- this shouldnt matter if the above is "no" like i put. also do you have your clientinfo.xml set with <aid>2000000</aid> in it? (dont if you havent lol)
  11. well the speculation/rumor out is you can simply change the name from whatever.lua to whatever.lub BUT that didnt work for me. i actually compile them using luac5blahblah..... sorry cant remember right it now haha. you can search "luac*" minus the quotes but keep the * there, and you should find it. ill try to find the link if you dont get it before i do. here this is the lua to lub converter (credits to lua.org), just change the .txt extention to .exe and drag single .lua files onto it one at a time. kinda tedious but see if it works. luac5.1.4.txt
  12. alrighty, well it looks like the client isnt even reaching the server at all, have you changed your firewall settings? Personally i opened those ports to make sure that wouldnt block it just in case, might work. youll also need to forward your router's ports to your address. if you have already try changing your IP's back to 127.0.0.1 and change your clientinfo.xml to at least make sure everything is configure correctly. leave packet_db at default till the end, makes building a little safer for now. (basically so you wont forget if you ever need to change clients)
  13. I believe if you press the print screen button (close to delete, page up, etc.) On your keyboard, then open paint and paste that should work, or ctrl+prnt screen then paint and pastes takes a whole picture of the screen. Google it for better walkthroughs.
  14. well i had to get the lua files then compile them into lub's, none of the downloaded lubs i tried worked. that fixed my skill tree and quest window. im using msgstringtable.txt for most everthing else so thats all i know is translated, but im still having problems translating my navigation tab so i cant help you there also check to be sure your skills arent all variable, mine appear to be...
  15. Ok sweet that looks great. Alright well thats a little more interesting... can you take a screen shot if the server prompt windows? Id like to see what they say with the error.
  16. If the PACKETVER is wrong your client wont be able to connect, but your server will connect to itself and sql fine. I advise running everything with the address of 127.0.0.1 just for ease of connection until all problems are resolved. Ok good only rathena supports clients past 2013. You cant use the exe that came with your kro full download. What version client are you using?
  17. What do you mean right client? and could you show me your mmo.h? It seems more server side yes. Also i assume youre using rathena?
  18. Yeah open your mmo.h file Src/common/mmo.h Then look for #Indef PACKETVER #Define packetver Replace whatever number thats there with the date of the client you're using. Mine looks like #define PACKETVER 20130717 And im using the 2013-07-17cRagexe.exe for my server. Thats probably your problem.
  19. My skills seem to all be adjustable, how should go about fixing this? is it an lua file problem? i messed with increase dodge but it didnt actually do anything but act normal, i just cant make it not "look" like you cant change it. screenshots
  20. it's in the data/luafiles514/lua files/ directory, those should all be translated by gathering the right .lua files then compiling them into .lub simply changing the name to .lub never worked for me. also if youre not using a new client, they could be in the data/lua files/ directory instead
  21. ok i assume your using the 2012-04-10 client right? Try setting your Packet_db to packet_ver: default has your src/common/mmo.h PACKETVER been changed to that? im assuming your clientinfo.xml has the <> and </> identifiers right? (like <address>My Address</address>) its probably not the obfuscation, what error does your server give you?
  22. So it apperas that i cant find the lua files to translate my navigation folder. no downloads here seem to have the /lua files/navigation/XXXX_XXX_krpri.lua files to compile into lub files.... also theres too much to do to hex all of these translations (considering its a freakin table.) can someone help with that?
  23. i tried that download, no skills fixed. something about hexing the clent to make stuff work? anyways youre gonna love this, you can change the tabs by double clicking them and changing the name then press enter and BAM that's fixed lol. but this doesnt set the default lable, instead it creates the savadata/chatwindinfo_U.lua directory. skills, im still not sure about. but it makes me wonder if theyre hard-coded now? oh and you can download an english translated button pack pinned around here somewhere
  24. i got the buttons but im having the same problems with the tabs and skill tree and descriptions. im using the 2013-07-17c ragexe client though.... i think the buttons can be downloaded via the download page up at the top. youre using read msgstringtble.txt on your client arent you?
  25. i tried a translation pack from my other post but it didnt have everything i need, can someone point me in the right direction? i need a translation pack (english) for my grf... ive done a lot of scrounging but i still need translated skill lua or lub files. its the last of what i need...
×
×
  • Create New...