Jump to content

kyrato

Members
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kyrato

  1. Hey all! hope all has been well. Im just now getting back into the game and maybe server hosting after yeeeaaaars of not being here. with that can someone maybe just give me a quick update on the state of things? are there still pre -Re and post RE commits? are these combined and optional now? i see a lot is now C++, but i didnt see a stable / trunk commit sections like before (if im that old) so is there jsust one now? or wheres the best place to et started and look at everything again?
  2. Hey guys! it's been a while since ive tinkered with rag stuff and im looking to get into C# for a bunch of work stuff. Has anyone made or been working on any C# version of the servers?
  3. yeah i eventually got it going after installing PHP, took a couple tweaks but got it going eventually. even created a character right as i opened, was pretty cool. is there a reason I've seen people advise against it?
  4. I noticed there's not a lot of talk about IIs and flux CP together, id like to use it since i have it available to me. is there some sort of incompatibility or something? can i use IIs or not?
  5. mk ill try to get the latest KRO, but im using the latest revision of the english translation i believe so idk if that iteminfo.lub part will help.
  6. Hey i noticed i have some missing desc and picture/spr for most of the items in these machines. anyone else have these missing?
  7. Can I get an 2013, 2014 client .exe sources ?
  8. Are there any source files for any 2013/14 clients?
  9. well im about to learn a lot i think so ill go as far as i can learn. hahaha alright ill take it solo for now and do what i can then pitch what i got when i hit my limit. Thanks guys!
  10. And dont forget to run the setup first
  11. Yeah i cant say im any coding expert, but i would like to get a team together to at least start. i mean any server would love it so i imagine there could be enough support lol ugh i feel like im the wrong person to get this started as a real rAthena project but i wanna help lol
  12. Hey I'm looking to start an android emulator svn, like robrowser, but andro is charging 350 for that and I'd rather have community help and benefits for them. How can I start this?
  13. It's pretty easy to set up an apache web server and use noip.com to set up a ddns to your computer, rAthena fully supports dns. If your upload speed is ok and you have a dedicated machine lying around I'd suggest trying that.
  14. kyrato

    HaRO beta

    Hey I'm trying to get some beta testing but my servers not actually finished and no one I know is reliable, so is there a specific place I could put in a beta ad in or something? I have some ideas I want to try to implement too but can't accomplish them without help...
  15. Ok, I'll give it a shot. That worked, thx
  16. Sure. Basically Everything is like this New: thisOther: that//fun_times: now Instead of New: this Other: that //fun_times: now
  17. Both are disable actually And that packet is a real packet for 46 and it even had 2 bytes like the packet_db.txt shows... I think the issue revolves around the server thinking it's a 45 client. But I don't know where to explore that theory ok so i know this is probably not what im supposed to do. BUT. it worked so i tried adding the 0x09d4,2,npcshopclosed,0 part to the packet_ver: 45 area but that didnt work. then i saw this 0x09D4,2,dull,0 //npcshopclosed line in someone else's packet_db.txt and i added it instead and it actually worked out. i cant explain much more than that, but using 20131223c, it shows up in the mapserver as packet_ver: 45 and this packet definitely comes in packet_ver: 46 according to the SVN.
  18. Alright so this packet IS defined in packet_db.txt in both 46 and 47. different names though. im using 20131223 ragexe and that is in my mmo.h packet_db_ver: 46 <version>46</version> not sure what could be my problem here. server seems to think my client is 45, not sure why or what to change. [info]: 'Lesper' logged in. (AID/CID: '2000001/150016', Packet Ver: '45', IP: '1 27.0.0.1', Group '99'). [Warning]: clif_parse: Received unsupported packet (packet 0x09d4, 2 bytes recei ved), disconnecting session #3. [info]: Character 'Lesper' logged off. and ive set my packet_db.txt to 45,46,and 47 to no avail.
  19. so did something kill alll the returns in the TXT files for just me or is this everyone?
  20. I've been,out for a long time haha Manualy is going into the source and fixing the code yourself. I wouldn't advise doing it this way. The changes or shown on the revision links above. Multiple files and lines of code to modify. If you do it the way I did, it only took a couple of minutes.
  21. same issue here, and im at the latest revision 17723 apparently the svn link has changed to https://github.com/rathena/rathena.git so try updating to that and see what happens. i havent figured out how to change to a new repository yet the way i did this is i downloaded the new repository and the created a patch from the old one and applied it to the new one.
  22. i have a copy of SagaRO2 server files. i didnt get them to work but they may be helpful. would it be worth posting up somewhere?
  23. basically your .grf files need to be up to date and you need to make sure your data.ini file point to all of the .grf files in the folder starting with your translated grf, the the kRO one, then whatever others you have for whatever reason. makes total sense though that that could be the issue.
  24. so the item's only giving errors when dropped? looks normal in your inventory right? also that address is strange, like its pointing to hjdfjks\asgdjjk\.spr and obviously there's no .spr without a name. is your client up to date?
  25. Hey is there any translations for the Map Icons?
×
×
  • Create New...