Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. drive:\xampp\htdocs\fluxcp then, run the apache & mysql on ur browser http://localhost/fluxcp
  2. by font, RO server with Arabic/Mid-East theme?
  3. have u put ur flux files on <html/www root>/fluxcp?
  4. How to make a new branch for PR? Go to your rAthena fork on your github account, https://github.com/<yourusername>/rathena Make sure, you're in "master" branch first, so it will makes new branch based on "master" Make new branch by click that "branch" and just type branch name that you want. Example "idea" (thank anubisK that inspired a cool name for sample branch) Branch created. Pull your local first, you will get this notif about latest pull contains new branch. Now, make new branch on your local, make sure the active branch is "master". Add new branch with same name "idea". New branch created. Now set the tracked branch. Well, now u're in "idea" branch, you can edit something. I tried to edit README.txt and README.md. Save your changes. Commit & Push it, make sure your changes in "idea" branch not in master branch. Give a little log messages. Now, go to Github again, look at your new branch commits. Mine, https://github.com/cydh/rathena/commits/idea. OK nothing to here, I just want to show you the changes. Now, browse source on idea branch. Like mine, https://github.com/cydh/rathena/tree/idea You can click "compare" or "compare & pull request", or by enter this URL https://github.com/cydh/rathena/commits/idea After done you comparing, hit that "Create pull request"! Give a little notice maybe? "Create pull request!" OK, your new Pull Request is ready, you can wait until it merged or rejected. Once it merged or rejected, you can delete the "idea" branch, it won't bothers your "master" branch fork. Then, for sync your master branch, just do like on my other guide how to update forked repo. You should do those steps before making new PR, because this won't mess your forked repo & the master branch's commits. Just try asked someone who already mess their fork, he/she have to reset their fork (delete current fork and refork) to make their "master" branch clear.
  5. @GmOcean it crashes your server u warp everything by using script. If by using direct @command (@go, @warp, @jumpto, @goto, and such) or warpportal (skill or permanent portal) it won't crashed. nothing wrong with this, if @reload for all connected maps, it will be useless to run multi-map server
  6. I meant here src/map/guild.c#L349
  7. add this if( 1 ) { clif_guild_created(sd,1); return 0; }at src/map/guild.c#L349
  8. ( ( getgmlevel() >= .GMLevel || getcharid(0) == getpartyleader( getcharid(1),2 ) ) && .Created )?"^FF0000Remove Game^000000":"" )to ( getgmlevel() >= .GMLevel && .Created )?"^FF0000Remove Game^000000":"" )?
  9. Congratulations, you unlock new achievement! "Discovered another "funny" person on rAthena"

  10. Keough, idk, and I never had contact with him. try for dispute? and, if PayPal limiting someone account, it never can be done just by sending email request (my friend experienced this for some cases). so try contact PayPal via call. First, find the nearest PayPal representative, or the language possibility that maybe you know. Call PayPal, don't send them email.
  11. Try look at our Wiki here http://rathena.org/wiki/Category:Installation
  12. if the case u're using latest rA, it works how it should be, still knocking back. expect enemy is immune from knock back or in GVG/BG map
  13. I was talking about mine, the others idk, maybe [2], [3], [4], customs maybe.
  14. it's Glasses[1], no card slotted yet.
  15. it's even better, looks more clean because of the coloring 9/10 and wonder about the responsive, for scaled res.
  16. on my pre-re server. and like or not, I have to test official supported clients by rA (20100730, 20120410, 20130807)
  17. yes I got similar problem by right-click player when using 20100730 too. I asked @Aleos to fix this
  18. I smells conspiracy~

  19. maybe, I don't have quite enough test about mob range
  20. This feature should be works like current rA's. And this release, only for old revision of rA revisions before official implementation (and its follow up). Official implementation info can be found at Autotrade Persistence & Live Vendor Data. As I say, this is rA style, every lines I wrote there just simple copy-paste from it. I made the patch file for r17000 and just tested, it seems work properly. Also for eA r14147. Download autotrade_persistency-rA-r17000.patch at_persistency-eA-14147-1.0.4.patch (for SQL server only) FAQ Q: Can I use this for my latest rA? A: Must I answer it? Q: Did u test this? A: Yes, with a vending and a buyingstore. Tried to restart map-server. Buy items on vending, and sell items to buyingstore, working fine. Q: Can I use this for older revision? Q: Can I use this for newer revision above 17000? Q: Can I use this for other emulator? A: I really appreciate your effort if you try that for us and share the changes.
  21. Let's see how many ignored inbox. Sorry all, sometimes I became an evil that lazy read inbox without clear title.

    1. Sneaky

      Sneaky

      I sent you a PM a few days ago

×
×
  • Create New...