Jump to content

Xephyras

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Xephyras

  1. What's the difference between the original trade function and this one?
  2. Search for ratemyserver and then go to "Low Rate" at the left side. There you will be able to get a glance of many low rated servers. Typically anywhere between x1 - x20 rate.
  3. There are two problems by doing so: 1. You got to make sure that your ragexe file is hooked with such application. Furthermore, you got to make sure only this particular ragexe can be connected to your server, otherwise people can just replace it with a clean ragexe file to avoid above mentioned authenticators. 2. Hooking an .exe file requires programming knowledge or a third-party software that could do that. Both of these options are less likely to be answered on this forum due to the fact that developers here do not officially support such mechanism.
  4. Would be helpful if you could post your char_athena, login_athena, map_athena, subnet_athena and your clientinfo.xml.
  5. You are missing the "-" before "script" in the first line. And don't forget putting a TAB between "-" and "script"
  6. You don't have the correct tables installed into your SQL.
  7. replace it with: set .@respond, gettimetick(2);
  8. Thanks for the reply. I tried that including some other changes in the source file, but I am stuck at 13 slots maximum no matter what I do. How do I change the following in such a way that it can exceed 13 slots? https://github.com/rathena/rathena/blob/master/src/map/clif.c#L6146 /// Opens the shop creation menu (ZC_OPENSTORE). /// 012d <num>.W /// num: /// number of allowed item slots void clif_openvendingreq(struct map_session_data* sd, int num) { int fd; nullpo_retv(sd); fd = sd->fd; WFIFOHEAD(fd,packet_len(0x12d)); WFIFOW(fd,0) = 0x12d; WFIFOW(fd,2) = num; WFIFOSET(fd,packet_len(0x12d)); }
  9. Hello, Does anyone know how to increase the maximum vending slots from 12 to XX number, so that people can sell more than 12 different items? Thanks in advance!
  10. Thanks for the reply! So you got to modify the msgstringtables and then hex the client? I did find a diff from eAMod, but not sure how it works. Anyone that has more details about how to let this work?
  11. Hey guys, This might not be just a scripting problem. But I just want to know how to change the currency in Shop Lists. For example, when you click a shop, you get a list of items. Next to the items, you see an amount and then Z (standing for Zeny). See attachment 1. I want to change that Z to another letter, for example C. See attachment 2. How do you do this and is it even possible in rAthena? Thanks a lot in advance!
  12. Delete the newmount script from at_command.c and recompile.
  13. Add "newmount: false" under commands in group_id.conf. If you want to do it the easy way, then put the "newmount: false" statement under ID: 0 (Players). Then make sure that every group ID that follows after ID: 0 will inherit the commands from ID: 0. The hard way is just to add the "newmount: false" statement to every group ID you have in that file.
  14. You need to declare a date corresponding to your client date. If your client dates from 2012-04-10, then you need to change YYYYMMDD to 20120410. Here is an example step-by-step guide. Run "chmod a+x ./configure" Run "./configure --enable-packetver=20120410" Run "make sql plugins" NOTE: if you client does not date from 2012-04-10, make sure you change it in mmo.h too, before running the commands. Because is not always true in every case. Rather, in most cases, --enable-packetver=YYYYMMDD does NOT override mmo.h file, which causes the system compile in a different packet version than it supposed to. NOTE2: make sure you are running Debian if you use that guide.
  15. Try downloading the corresponding lub version from: http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/ Extract all files and put them in your client folder. For the towninfo.lub, just try right-click towninfo.lua, copy the file and paste it in the same folder and rename it to towninfo.lub. Go to your server folder > conf > look for login_athena.conf > open with WordPad or Notepad and look for: // Can you use _M/_F to make new accounts on the server? new_account: yes Confirm that it's set on 'Yes'. - Run your server - Open your rag.exe and type in your login details, but do not click OK yet. - Add _M (for male) or _F (for female) right after your login ID. Example: LoginID: login_F Password: test - Every next time you login with the same login ID, do not add the _M/_F part, because this simply allows you to make a NEW account, thus can be omitted after the account has already been made.
  16. If your server is running smoothly without errors on your MySQL server administrated by MySQL Workbench, all on green, ready to go, then there is only one thing left for you to do to be able to connect to your (test) server. In your client folder (usually in 'data' or within your .grf folder), there is a file called 'clientinfo.xml'. In some cases, 'sclientinfo.xml' (which should not be the case in most cases though). Edit the clientinfo.xml with WordPad or any other text editing software and change the IP to the IP that is set on your server. Try both the local IP and the public IP to see which is working for you.
  17. Hey guys, I just wanted to know where and what to put if you want to make a skill auto-lock on a target. For example, Lord of Vermillion doesn't auto-lock on due to area attack. But for Sonic Blow, when you move your cursor over your target, it auto-locks on the target so you can execute the attack with just one-click. I want to modify Throw Huuma Shuriken from targeting area to targeting on 1 enemy. Because the targeting area function on that skill is simply broken. Thanks in advance!
  18. Of course it produces .exe file when you compile it in Visual Studio. It wouldn't make sense otherwise, because it's Windows. As far as I know, there is no way you can compile it on Windows and then use it for Linux. Unless you try using dos2unix command, though I am not sure if that would work like that. make clean make sql There is a wiki page for this by the way: http://rathena.org/wiki/Compiling
  19. Already thought so. Thanks for confirming!
  20. Hello, I have searched rAthena and eAthena for this problem and tried all options given in topics I found in both forum boards. However, I still cannot get Donation Credits, even though the transaction went flawlessly. My settings are as follows: application.php: ServerAddress = 'example.com' BaseURI = '' (the website will directly refer to FluxCP; in other words, I do not get http://www.example.c...ux/?module=main for example, but I get http://www.example.com/?module=main. PayPalIpnUrl = 'www.sandbox.paypal.com' PayPalBusinessEmail = '[email protected]' In PayPal Sandbox the IPN is set as: http://example.com/?...e&action=notify Could someone help me with this? Thanks a lot! Does the Donation system even work on Sandbox Paypal or does it only work on live Paypal?
  21. I already did that, but then the site as a whole doesn't work anymore. It has only a few files in it (around 20-30). So I think it's only the lay-out.
  22. Hello, Does anybody know how to install the Free RO Templates (Red & Blue) by JiGs GFX? When you download it and unzip it, it only contains a "css" folder. But if you copy that folder to the "css" folder of FluxCP, then it doesn't work properly. So I was wondering what else I should do to make it work? Thanks a lot in advance!
  23. How did you install the template?
  24. I'm gonna use another patcher, until this one has been completely fixed. Until then, good luck on fixing! Adding another point to Everade's post: 11. the custom buttons doesn't work, and even if it does, add some guide on how to add custom buttons because that has been disappeared ever since v3.0
×
×
  • Create New...