Jump to content

BlitzGregor

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BlitzGregor's Achievements

Poring

Poring (1/15)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

1

Community Answers

  1. I was also looking for solutions to this problem myself and I finally figured it out. In the Client files find System/mapinfo_true.lub or mapinfo_true_EN.lub the subTitle = "name" will display the text in small font on the top while mainTitle = "name" will display the text larger on bottom e.i. : ["prontera.rsw"] = { displayName = "Prontera, Capital of Rune Midgard", notifyEnter = true, signName = { subTitle = "Capital of the Rune-Midgarts Kingdom", mainTitle = "Prontera" }, backgroundBmp = "village" }, (for others, backgroundBmp uses textures from the grf files under data/textures / À¯ÀúÀÎÅÍÆäÀ̽º / display_mapname ) If this doesnt fix your problem it might have to do with the Ragexe data where you can use Nemo to set [Ajust all fonts logical size] (I recommend a value of at most 2)
  2. Depending on what year or type of client you are using, rathena clients of around 2015 or newer are impossible to add custom classes.
  3. If you still need help I know that this link How to change MAX LEVEL from 99 to 255 for rAthena is a good guide. I myself can never trust github guides.
  4. At this point creating a job with novice skills and exp is easier than trying for just a costume. but the Ragexe Enable custom jobs does not work when you diff with nemo
  5. I don't know about balancing but I do know that this guide How to change MAX LEVEL from 99 to 255 for rAthena can help with changing the level Instant cast naturally comes when your int and dex are at a really high level just like no attack speed delay when your dex and agility are really high
  6. I have my own custom job sprite I want to make into a costume, but I only have a female only outfit atm like wedding dress. there's a method to get costumes to change your job sprite with out changing your job like 2338,Wedding_Dress,Wedding Dress,4,43000,,500,,0,,0,0xFFFFFFFE,63,0,16,,0,1,0,{},{ sc_start SC_WEDDING,-1,0; },{ sc_end SC_WEDDING; } But you need to create a job for the sprite first to get SC command to work My server was based off: EDIT add: There is a problem with the Ragexe client when you diff with nemo that if you Enable Custom Jobs the client does not work In order to get the summoner job to work you need a Ragexe client version of 2015-10-01 or newer and I'm using a 2015-10-29 But when I try to use this Custom Job & Custom Shield Patches guide it doesn't work because enable custom jobs does not work
  7. I'm trying to create a custom costume like xmas or summer sprite outfits but every guide I've looked at is either too old or does not work, at this point I'm assuming the summoner job was just magically added to the client some how and that no one knows how to create a working custom job. Edit: At this point creating a job with novice skills and exp is easier than trying for just a costume. Need help. Its impossible to add custom jobs. You will not find help here.
  8. One of your non recommended settings is messing you up. Try going through each custom one that was not suggested from the guide until you run into the one that does not work. I had similar problem when I tried to enable custom homunculus. Find latest 2016 kRo. Some private servers will provide Full KeRo client without their lite client in it. I would load mine, but 2.8GB is too much to upload. EDIT: In packet_db the 'packet_db_ver:' is same for '//packet_db_ver: 46' so it should look like //packet_db_ver: 46 packet_db_ver: 46 packet_keys_use: default
  9. Thats just a bug for the start area, just type @go 0 or @warp <city> <x> <y> to leave that place I fixed by creating an npc to just get players to prontera, or find a way to change starting area. here's the example npc start.txt (If you want to add custom npc's go to server/npc/custom and drag and drop, then update scripts_custom and add where the file is located ex. npc: npc/custom/start.txt) [this link might only be accessible by rathena logged in accounts ]
  10. Ok I finally got a working setup and have come to share my solutions This is for server side only, as it was what I had the most trouble on. If you made it to where I also got suck with Xampp, instead I used MySQL server and tools and followed https://www.youtube.com/watch?v=jq1e6mHZqIo guide (I know its hypocritical of me to just point at a guide instead of just explaining but this is the comment section and I'm trying to help improve upon this guide) Don't forget that every time you make changes to the server files you have to recompile the rathena If you want to change max character slots go to (server/src/common/mmo.h) and change #define MAX_CHARS 9
  11. This guide is very vague and confusing at times, I find it lazy to just point to the wiki when trying to explain something. Though the guide is the most up to date and helpful for making an RO personal server I have gotten stuck at points, first when compiling the rathena with Visual Studios Community addition 2015, and as of currently, using Xampp instead of MySQL tools. I was successful in making the client but server side is the most difficult especially when there are so many different guides out there, but most out of date. with Xampp I cant get Apache to run even after modifying the conf fixing the VS problem I found https://github.com/rathena/rathena/issues/769 where they had similar problem and fixed by changing clif.c, itemdb.c, and db.c (found in server/src/map) to https://github.com/rathena/rathena/commit/86d6113801db3c18d78d437f54ad623ccf5230df and compiling the rathena-15 to get VS to update programs that could compile it, but for me after doing so I had to put back the original files for it to work (sorry in advance if these links don't work for you or no long become accessible in the future) if your trying to make a guide pls consider that not everyone who comes here has much or any coding experience Edit: Yeah....., as I read all the comments I can see that what I stated is true. If I find solutions to my own problems i'll try and post them as to help others in the future.
×
×
  • Create New...