Jump to content

Brian

Members
  • Posts

    2223
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Brian

  1. trunk/conf/char_athena.conf // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 86400
  2. We have it set to remove topic redirect links after 7 days.
  3. Some of the staff feel more categories / sub-categories --> more organization --> easier for members to find exactly what they are looking for. We are still discussing and working on IP Downloads, so things are still subject to change. When it is ready, I'm sure one of the staff will post an announcement explaining everything!
  4. This is already implemented in RAthena. See the wiki page for documentation: mapflag#nocommand
  5. Yes, all Visual ______ "Express Editions" are free. Go to Help --> Register Product, click the link login with your Windows Live ID fill out the info, and it'll tell you the registration code to enter. Also for future reference, posting/asking about warez is NOT allowed anywhere on our forums.
  6. 103 There were two "49" post #49 and post #50.
  7. 99, and 100 (going by post numbers) Where did we get off again? D:
  8. Brian

    Ai folder

    Here's an AI folder that includes MirAI: RO_AI.zip
  9. Brian

    This or That?

    Sun! brrrr I am coollldd right now or ?
  10. I think one of the staff suggested we use a Wiki page for this.
  11. In FluxCP to add item icons & images, you just extract them into /data/images/ http://code.google.com/p/fluxcp/downloads/list - fluxcp-item-icons_20081102.zip - fluxcp-item-images.zip
  12. *adds parenthesis* if ((5*a - b - c - d - e - f) == 0)
  13. No I don't think we'll be changing the syntax. And if anything was changed, it would NOT be if( !(@nx == @n1,@n2,@n3) ) { Most languages that do support checking multiple values have a separate operator or function. ex: SQL - IF @nx NOT IN (@n1,@n2,@n3)
  14. Yes, && (AND) is the correct operator if you want to check "if @nx is not equal to @n1, not equal to @n2, not equal to @n3". if (@nx!=@n1 && @nx!=@n2 && @nx!=@n3) { If you take the "not" part out and group the rest in parenthesis then you would use || (OR): if ( !(@nx==@n1 || @nx==@n2 || @nx==@n3) ) { "if not (@nx equal to @n1, or @nx equal to @n2, or @nx equal to @n3)"
  15. 64 and 65! (There are two 49s.)
  16. Drop all your cp_***** tables, then try the FluxCP install again.
  17. Edit /conf/error.php and set $showExceptions to true Then refresh the page to see the full error.
  18. Is the error that your MySQL does not have the privileges it needs? or that the user/pass is wrong? Can you screenshot the error and post it here?
  19. Have you tried following any of their video guides? http://code.google.com/p/fluxcp/wiki/Screencasts
  20. Brian

    Forum update

    For now, I have been clicking +1 to also thank someone.
×
×
  • Create New...