Jump to content

Conflicts

Members
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Conflicts

  1. Actually, these are on /config/application.php You should see it as something like; As for renaming the "Labels", it's on /lang/en_us.php I also think this post is better suited at Web Support, so I'll move it accordingly.
  2. You probably should ask GoManilaHost regarding that. I'm assuming this client has been provided by them. PS: And wow, that's a really terrible way to advertise their services (client executable name). Just saying.
  3. Hi Tranquility. Have you checked and confirmed if JT_C2_PORCELLIO is actually available on your data\luafiles514\lua files\datainfo\npcidentity.lub ? On mine, it shows as JT_C2_PORCELLIO = 2700, are you sure you haven't overwritten 2700 with another mob or something?
  4. This is awesome! Thank you Aleos, and everyone else who helped to make this feature possible for rA, finally. PS: Wow. I will need to re-diff my 2012 / 2013 clients
  5. This belongs better to Scripting Support. I have moved this topic.
  6. I've merged both topics. Please don't post multiple topics for a single question. Anyway, do this; root@juanro:~# cp /usr/share/zoneinfo/Asia/Manila /etc/localtime
  7. I'm afraid the 10Mbps would be a definite bottleneck in this case. These specs don't complement each other at all. The CPU is overkill for Ragnarok hosting, emulators are single-threaded, so having 4 cores (8 threads) isn't really beneficial. The RAM should be enough, but the bandwidth would be your limiting factor here. Would rather go for 1Gbit (even at 1TB limit) for RO.
  8. I think you're referring to Hamachi. But you definitely should just buy a 1-month plan from hosting providers, head over to our website, RagnaHosting Networks, I might be able to help you.
  9. I've had a client with the same problem. It's definitely due to the new Prontera not being supported by your client. You can include the old prontera onto your server's GRF (which should have higher priority than rdata.grf), to fix that issue.
  10. Please do not use the "Report" button for things other than a request for post moderation.
  11. Do they literally change name (display name), or is it just the console which throws out debug messages? It usually happens when an NPC is loaded twice, thus the 2nd one gets it's name changed to 1_223_334_345 where the bolded part can be any number.
  12. Just adding to this post, IIS is best for Windows. It was due to your main.ini not being recognized by IIS. You just had to add a MIME type for .ini files, add it as text file, and it should have worked just fine.
  13. Version 1.0

    1731 downloads

    First released by Anakid as [pRO Style] s1 - Free Thor Patcher v3 3.0 I have uploaded my version containing a rotating slider, as I've seen that being requested a lot of times. The .rar file includes: Patcher Tools Web DemoRO Patcher.exe (Pre-patched version as sample) DemoRO Patcher.psd (PSD file for you to edit to your heart's desire) Please do like us on Facebook, or visit our website; https://ragnahosting.com/ https://www.facebook.com/RagnaHosting
    Free
  14. Version 1.0

    1604 downloads

    Here are some free loading screens created by a freelancer I've hired before. Unfortunately, I cannot provide the PSD(s) as I have lost those. Use it on your server, enjoy. Please do like us on Facebook, or visit our website; https://ragnahosting.com/ https://www.facebook.com/RagnaHosting
    Free
  15. On Directory (the pop-up that appears). You can choose Other and then type /System, then click Okay.
  16. Unfortunately, I don't think we understood exactly what you are trying to say. Did you mean some items disappear from inventory when a player relogs? Please provide more information.
  17. Not sure how that's named coin fling for you but the file is gs_fling.bmp The correct directory for it is; data/texture/유저인터페이스/item Also, this is more of a client-side issue, so I'll move the topic accordingly.
  18. Marked Tokei's post as solution, and moved topic to Scripting Support.
  19. On server-specific erorrs, it's best if you ask the Staff of that said server, they should help you with it.
  20. You need to change this part of your clientinfo.xml From: <version>20100713</version> To: <version>25</version>
  21. Everything looks good to me. Seeing as how the client totally doesn't recognize the item (only the server does). I would like to ask, are you using a client with date 2012-04-10 or earlier? If not, then your items' details must be on System\itemInfo.lub
  22. Conflicts

    Op_2num

    You can modify this part and increase the divisor (which is currently set at 100) getbattleflag("base_exp_rate")/100,getbattleflag("job_exp_rate")/100,60; So it can be like this; getbattleflag("base_exp_rate")/100000,getbattleflag("job_exp_rate")/100000,60; Or until it doesn't overflow anymore.
  23. Moved to Script Requests forum.
  24. This part isn't possible; if(.Points$ < .@PAmount) { You're comparing a string to an int. Besides, shouldn't .@PAmount be .PAmount? You can try; if (#Card_Points < .PAmount) {
×
×
  • Create New...