Jump to content

Secrets

Developer
  • Posts

    588
  • Joined

  • Days Won

    45

Everything posted by Secrets

  1. Because `account_bound` constant does not exist. You have to use Bound_Account instead.
  2. Secrets

    Facebook Share

    You can do that with Facebook Javascript SDK. It provides a callback which you can use to call another web endpoint that increments the account variable. FB.ui( { method: 'share', href: 'your-ro.com', }, // callback function(response) { if (response && !response.error_message) { //endpoint call alert('Shared the link!'); } else { alert('Error!'); } } ); Read more : https://developers.facebook.com/docs/javascript/reference/FB.ui
  3. SVN versions are no longer supported.
  4. https://github.com/zackdreaver/roenglishre
  5. 2015-11-04aRagexe Item link in NPC dialog on 2015-11-04 is actually bugged.
  6. http://lmgtfy.com/?q=apply+diff+patch
  7. https://github.com/zackdreaver/ROenglishRE Lol, I was going to ask for an updated data, thank you bro. +1 Oh, since you keep your data folder updated on GitHub, I'll recommend it It is an amazing work of @zackdreaver.
  8. - Is Google VPS offer full root access ? Yes - How about for our website and patcher ? You have to set up your site and patcher yourself as Google only provide the VPS for you. - Does Google VPS already has a DDOS Protection ? No, it's not their job. - Do you have any idea how much will it cost per month in running rathena with 100 user ? Depends on your location and VPS spec you need. Go to Google's site to calculate it yourself.
  9. 1. Old one being fine doesn't mean that it can't be improved. 2. Markdown is supposed to be human readable even in its plain text format. 3. If they don't know how to open a .md file using text editor they might as well as shut their server down. 4. You can just copy-paste the template from another command.
  10. What's the point of having another private server when there are hundreds of them out there!!!!!!!!!!!!!!1111 Yes, more choice is better
  11. You have to wrap items with additional property in a box.
  12. Sorry, didn't notice another OnInit.This script is a piece of spaghetti
  13. https://gist.github.com/secretdataz/17e211a338b52dd46bd3ebc5812c3612
  14. *getequipcardid(<equipment slot>,<card slot>) Returns value from equipped item slot in the indicated slot (0, 1, 2, or 3). This function returns CARD ID, 255,254,-255 (for card 0, if the item is produced). It's useful for when you want to check whether an item contains cards, enchantments or if it's signed. Use the script command above to retrieve enchantment id from a card slot and compare it to your conditions.
  15. You can use getiteminfo command and compare the job bitmask with player's job.
  16. PM me how to do that step by step so we can confirm and get this resolved.
  17. Please post in English and perhaps in Hercules forum.
  18. Does 2013-08-07 support old character creation? If you mean the char creation window with the hexagon, no.
  19. https://rathena.org/wiki/Setwall ;3
  20. That's a bit exaggerated. If there's a way to dupe item with high success rate on latest version of rA please tell us how
  21. Relevant issue: https://github.com/rathena/rathena/issues/1210
  22. There's a setting for this in conf/battle/battle.conf.
×
×
  • Create New...