Jump to content

Brian

Members
  • Posts

    2223
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Brian

  1. If you use the Skip Service Select diff, then it will always skip the server menu and pick the first <connection> block. If you want to use multiple <connection> blocks, then you need to disable "Skip Service Select".
  2. Brian

    This or That?

    no phone, and use computer for some phone functions action movie or romance movie?
  3. To help double-check each commit and also test compatibility on other operating systems, we have setup a BuildBot. http://build.rathena.org/ These are the current BuildSlave operating systems we test rAthena on: CentOS x64 (provided by @Maki) Debian (provided by @Gepard) Ubuntu (provided by @Maki) Ubuntu x64 (provided by @Maki) Windows (provided by @flaviojs) If you would like to contribute a VPS or server for running a BuildSlave, please read on. BuildSlave requirements: internet connection (it's okay if the computer is behind a router) BuildBot installed (http://trac.buildbot.net/) all programs required to checkout/compile/run rAthena installed (optional) If you want us to configure BuildBot - SSH access or Remote Desktop for Windows buildslaves turned on 24/7 - its important the buildslaves are always online so as soon as a commit is made, the buildslaves can test it. (i.e. a desktop computer you only turn on 4 hours a day would not meet this requirement) (recommended) 256 MB of ram. 1 GB free disk space After you setup the VPS/server to meet those requirements, please: Create a non-root account (recommended username: buildslave). Make sure the buildslave user has at least 1 GB free space in its home dir (disk space will be used to checkout and compile rAthena). Make sure BuildBot is installed: buildbot --version test and make sure you can checkout and compile rAthena svn co https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ cd trunk/ ./configure make sql Send me a PM with the following info: Thank you for helping make rAthena better! Post here if you have any questions. PS: we would prefer if YOU installed BuildBot and everything (less work for us, and less access to your server), but if you are lazy or are having trouble installing BuildBot, we'll do our best to help.
  4. Yea, so that's why your email provider (Yahoo ?) is showing that warning: because the URL has an IP address instead of a domain name.
  5. [*]Click OK [*]open email [*]copy-paste contents here in [/list] I'm guessing the "non-standard web address format" it's referring to is an IP instead of doman name. (Ex: [url="http://123.45.67.89/fluxcp/?validate&blah_blah"]http://123.45.67.89/...idate&blah_blah[/url]) In /config/application.php what did you set this to? [code]'ServerAddress' => 'localhost', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)[/code]
  6. Sorry about that. I fixed the error, tested, and the script works now. agit_controller_random.txt
  7. Here is a demo: http://brianluau.use...et/demo/fluxcp/
  8. __ ___ ___ /_ |/ _ / _ | | (_) | | | | | |__, | | | | | | / /| |_| | |_| /_/ ___/
  9. What OS are you using, and exactly which command was not found? Can you copy-paste the exact error output here, or screenshot it? (In PuTTY, just select text and that automatically copies it to clipboard.) If it said the apt-get command was not found, then you are probably using a yum-based Linux.
  10. Done, I added a setting to the script. Here you go: agit_controller_random.txt To open 2 castles and enable "transfer ownership", set the config like this: set .@num_castles_open, 2; // the number of castles open each WoE set .@transfer_ownership, 1; // transfer ownership to the next (random) castle? I think it might be buggy with castle_id 0 (aldeg_cas01), since a variable set to 0 is the same as an unset variable.. I'll update this post if I edit anything. Edit: fixed, let me know if you have any issues!
  11. Brian

    Heya

    Hi Plankt, welcome I remember you!
  12. Hi martin! Yes I remember your file hosting up.martint.net I am glad it is still online
  13. Brian

    This or That?

    happy! ski or snowboard?
  14. Brian

    This or That?

    shave. un-shaved legs or shave legs (or wax, etc.)
  15. 11 77777 6 111 7 6 11 7 6666 11 7 6 6 11l1 7 666
  16. Will you only have 1 castle open at a time? or more than one?
  17. On the wiki, I suggest RAthena, so it plays nice with wiki page names. As you can see in the forum logo, rAthena. So I guess for now either one until another admin replies. XD
  18. Brian

    Bug Reporting

    /branches/charmerge/ is still in the SVN.
  19. Brian

    Ghost

    Hi Ghost, nice to meet you too
  20. Check your `login` SQL table. Is there any value in the birthdate column? If it's 0000-00-00, then try putting that in.
  21. Yes, damage is reduced in WoE/GvG. See the settings here: trunk/conf/battle/guild.conf
  22. Yes we plan to use doxygen. Here's the link to the old eAthena Doxygen: http://eathena.sf.net/doxygen/
×
×
  • Create New...