Jump to content

Auxillary

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    2

Auxillary last won the day on April 6 2015

Auxillary had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    California

Auxillary's Achievements

Poring

Poring (1/15)

3

Reputation

1

Community Answers

  1. This is actually a scripting question and would be better handled there. But I'll answer it here. To increase an item relative to it's refine rate, you need to use the getrefine() command. A great example of this is the Kathryne Keyron Card. To increase damage against Demi Human. bonus2 bAddRace,RC_DemiHuman,getrefine(); Likewise, to do the opposite: bonus2 bSubRace, RC_DemiHuman,getrefine(); Keep in mind: bAddRace is only for Physical Attacks as per the documentation. I haven't tested if the reduction is the same, however, there is a bAddRace2 option, so if the first one doesn't work for you, you can always add a "2" to the end of it.
  2. So, I am attempting to add a custom map to my rAthena server. This is what I've done: I've downloaded the "Caspen" map files from this link. I've renamed all the files (specifically, I've taken casp_fild01 to hean_fld01) So, Conf/Maps_athena.conf map: hean_fld01 DB/map_index.txt hean_fld01 I've also added the map files into the mapcache under DB/Import/map_cache.dat I've diffed my client to read the data folder first, and I've added them to: the mapnametable & resnametable.txt When I load up my client to go to the maps, the client freaks out and will not let me load the map unless both the original file (casp_fild01) and my file (hean_fld01) are in the data folder. I've checked the files and casp_fild01 is not mentioned ANYWHERE in any of my Client or Server files. So I am really perplexed how the client knows to look for casp_fild01 when it isn't mentioned at all. Any ieas? I also am using the 2013-08-07 client.
  3. What specific error do you get? Does the script say you can't summon it or it just doesn't work?
  4. After some finangling I got it to work. I needed to open the GRF and adjust the client version to 45, but that wasn't a big issue. It looks like DEP was the biggest issue and would not let the Rag.exe work at all. It didn't give me even a notification of it not working. Right now the client is usable. I'm able to work around Prontera, etc. I'll work on trying to make a "proper" clean KRO installation so I can mirror it down the road.
  5. That would be great. If you can supply the small client files, and let me know if I need to supply anything else (KRO's data.grf, rdata.grf etc.) I can do that from my side. In the event I do get it up and running, I can compile them into a .7z file and mirror them on my webhost.
  6. It's been quite a while since I've had to ask for help on e/rAthena, so I am hoping you all can help me out. I'm trying to create an Offline Server to be able to test scripts since I want to get back into scripting, unfortunately, I have been unsuccessful in trying to get the client to actually run. What I've Done So Far: 1.) Downloaded the Torrented File for KRO Here. Once I extracted it from the RAR archive, I've updated it using the small patchers provided in the files. 2.) Downloaded the latest data folder revision from here. Added a clientinfo.xml into the data main directory which contains this: I also downloaded the latest lua files from here and placed them in the data folder as well. I also made a copy of the files and just named them "lua files" just in case the "luafiles514" folder name was incorrect. 3.) I updated the "System" folder by downloading the latest revision from here. I renamed all the files to "lub" extensions and overwrote the files I have in my current System folder. 3.) I've downloaded the 2013-06-18aRagexe.exe file from this topic, and used the NEMO diff patcher to only patch the "recommended" patches + read data folder first. The patches applied are as follows: The game will not launch regardless of how I open the "patched" diffed exe, even running as Administrator. I've even tried alternatives like the Loki Launcher to see if that helps. On the off chance I do get it to work, I encounter an error like this: (view the attached image file below). It seems like the KRO files specifically recognize the client file has changed: I can't run it if I press cancel, and if I press Ok, the client stops and I never get the notice again. This is very frustrating, and I had no problem before using .txt files when people had an option for Xray or other clients. Please help, I'd very much appreciate it. Hopefully, this will allow me to get back to work scripting and have more releases for rAthena later.
  7. Of course I can't ever be away from RO. Here's a release of mine I made a while back: It's got quite a bit of features on it: see my original post back on eAthena: Attaching it here for everyone's convenience. Super Broadcaster 2.0.txt
×
×
  • Create New...