Jump to content

Conflicts

Members
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Conflicts

  1. Welcome back! Yeah RO is still alive and kicking.
  2. Conflicts

    FluxCP Error

    Try changing this line" $dt = new DateTime("@$vipexpiretime"); To this: $dt = new DateTime("$vipexpiretime"); Let us know if it worked.
  3. I've renamed the topic title, 'cause it was bothering me. @Nerfwood, database support should be fine, as he had the item in the first place. He just needed the 'script' part of it.
  4. I have moved this post to Client-side support. May I know which client version you are using? Cause clients newer than 2012-04-10 has no use for itemslotcountable.txt file.
  5. Sorry but I'm confused, did you replace the sprite (change the Rebellion's Sprite name) to match another job's name? Or did you simply change your job? If it's the latter, there's a good chance that your Rebellion Sprite is causing the issue.
  6. There isn't a problem, I am using 2012-04-10 for one of my servers. Adding custom items, you would want to make sure that these files have their correct entries /data/luafiles514/luafiles/accessoryid.lub /data/luafiles514/luafiles/accname.lub /data/idnum2itemdesctable.txt /data/idnum2itemdisplaynametable.txt /data/idnum2resnametable.txt /data/num2itemdesctable.txt /data/num2itemdisplaynametable.txt /data/num2resnametable.txt
  7. Unfortunately, it isn't on rAthena mod's interest nor obligation to keep an eye on these servers. Even RateMyServer is having problems keeping dead servers off their list. So yeah it's just too much work.
  8. Conflicts

    FluxCP Error

    It would help if you could attach your /modules/account/view.php here, or paste it using codebox so we can check.
  9. I have moved this to General Support, as it's scope isn't covered by just database alone. Regarding your query, well I don't think it's worth it. You'll have to change ALOT. Both server-side and client-side to achieve this.
  10. I have moved this to client-side support, as I believe it belongs here better. As for your problem, can you please elaborate the steps you did on this part? "( But I try to use the same Client / same Sprite) and try to replace with another class (ex: JOB ID = 1 2 3 - 24 ) It work fine , graphic is ok" The way I understand it, you've replaced another job's sprite with Rebellion's sprite, and it displays the head just fine, is that correct?
  11. If these are official headgears (which I am assuming they are), it should be on your patched up rdata.grf
  12. It looks simple, a little too simple however. Try to make use of the free space, or better yet, choose a background image and blur it / put a pattern overlay on it, to put more emphasis to your render.
  13. Moved to Client-side Support. Also, make sure you've set the correct date on /common/mmo.h, and that it matches the packetver on your /db/packetdb.txt
  14. I don't think this is an official script. As a quick Google Seach suggests. Also, I'll be moving your post to Scripting Requests.
  15. Getting failed to connect on Harmony means that the IP you're trying to connect to, isn't a registered Harmony IP.
  16. I don't think that option works. It has been linked to a dummy packet just to prevent disconnection upon clicking.
  17. I've looked through my /data/imf files and I can't find that specific file. Here's what you can do, open your rdata.grf, and look for any .imf file inside /data/imf Extract that, rename it to match the file that's being requested by your client, add that to your grf, and repack.
  18. I don't think RO itself has dependencies that aren't available on Windows 7, considering the Game Client is more than a decade old. Now if you're using a GameGuard of some sort (Harmony for one), then you might need to install VC Redistributable 2008 (x86) for your client to work.
  19. It's a bit tricky, but you can use both. Especially for older clients. The way I do it is (for 2012-04-10): Diff the client using WeeDiffGen / xDiffGen first, add ALL the diff options I want Load the client up on NEMO, and select only the diff options I want, but isn't available on WeeDiff / xDiff. Submit the Client to Harmony, and download the client / install the server files, etc. (Optional) I included the Harmony step because that's the only reason I see, to possibly prevent you to update to newer, better clients (2013-08-07).
  20. That seems to be a hairstyle sprite, I might be wrong though. But how did you reach 7132 hairstyles? I must find your server!
  21. It's think it's safe to assume that this project has been abandoned. Also, offtopic but, how did this remain on Client-side Support section for that long? Isn't it supposed to be on Projects section?
  22. If you're using 2012-04-10, make sure you've added the files on idnum2*.txt accordingly. As that client still uses those files to read client-side items.
  23. If it's the actual casting bar you're referring to (not the skill name above). I don't think there's much we can do about it. I'd like to know, why do you want it to be changed? It looks fine, and simplistic if I may add.
  24. Hello, it's due to this; On db/re/item_combo_db.txt: 24180:24181:24182:24183:24184:24185,{ set .@refine,getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@refine>=45) { bonus bMaxHPrate,(.@refine-60); sc_start4 SC_ENDURE,1,10,0,0,1;} } I've had this problem before, try removing the sc_start4 SC_ENDURE,1,10,0,0,1; and check if the problem still persists. I will be opening a bug report for this. Issue:# 131
  25. This is somewhat confusing. First, are you using RE or Pre-RE? If it's the former then you have to change /db/re/job_exp.txt Next, I've kept the default values on /conf/battle/client.conf, try not changing it. Based on your description, reverting the values on /conf/battle/client.conf has a good chance of fixing your issue.
×
×
  • Create New...