Jump to content

Xantara

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Xantara

  1. Updated download to work with r17692+ of rAthena.
  2. Feel free to help... And it is not like I haven't done any commits since then. Also, the one of the main things I am lacking is actual data. I do not host a server so I do not have data to test if code changed will affect live servers. If anyone is willing to contribute their data, that would be great. I can create a PHP script that will remove sensitive information such as passwords and emails if anyone is interested.
  3. For bug reports, please set $showExceptions in config/errors.php to true. Then, since this is a paid download, please PM or email me the error report. Thank you.
  4. [update] Due to GitHub removing their manual downloads page, I have moved them all to the newly created GitPage! For the download links, please refer to either the first post of this thread or the wiki page. All, except the mobs, have been updated. @, I'm not quite sure if I understood what you are suggesting. If you could perhaps give an example, that would be great. Nevertheless, thanks for the suggestion!
  5. Sorry about that! I cleaned and updated my computer a few days before the update so I didn't have Visual Studio installed yet. I have now updated the download so that it can patch and compile successfully.
  6. I've updated the diff to work on the latest SVN revision (r17276). Download will be up as soon as a mod approves it. That was fast - the download is now up!
  7. I was wondering if anyone has a SPR to Animated GIF tool or could point me in the right direction for coding one up. (This is for working regarding my FluxCP project). Please and thank you~
  8. Since rAthena saves group_id of an account rather than their group level, you can do this be referencing the AccountLevel class declared in config/groups.php: if(AccountLevel::getGroupLevel($session->account->group_id) == AccountLevel::ADMIN) However, if you want multiple groups to be allowed to run the certain piece of code (eg. GMs and admins), then you would check the group level hierarchy by if(AccountLevel::getGroupLevel($session->account->group_id) > AccountLevel::NORMAL){ dothis; // only groups with level greater than a normal account user will run this code } Hope that helps!
  9. You don't have to look for a web host that is connected with RO, you just need a web host in general. With that in mind, there are better places to ask/look such as the WebHosting Talk forum. However, I am currently with StableHost which has quick support and it is indeed very stable (I've been with them for the past 15 months and never had any downtime). I would recommend the Stable plan under Shared Hosting tab for what you plan on using it for. With this plan, you could also upload/host your lite and full installers in it too. Disclaimer: I am not affiliated with StableHost in any way except for being a satisfied customer.
  10. Hi, Should now be fixed in the latest commit. Please download the latest code and try again. Thanks for your patience and understanding! - Xantara
  11. Good idea. I believe there are still bugs and its still in the beta stage of release but yes, this feature should be added to the CP once the implementation has been finalized. Thanks for the suggestion! There are a few ways to do this. The way I recommend is to follow these steps: Take a backup of all your cp_* tables Delete your cp_* tables (make sure you have the backup from the previous step!) Delete the schema folder in the cp/data/logs/ directoy Go to your site, it should show an installation page Finish the install & update process Delete your cp_* tables Run your backup to get your previous cp_* tables again
  12. Yes, the account management feature will be free and will be found in the master/trunk branch once finished.
  13. You are supposed to have a clean database when installing (ie. no cp_* tables). It is a linear transition so there should not be a drop table command unless a total redesign is needed. But this hasn't been the case for any cp table. Did you have FluxCP implemented before and you are updating it now? Is that why you have cp_* tables already in your database? If you want, we can chat on MSN ([email protected]) or Skype (live:missxantara) and perhaps Teamviewer to check what is wrong?
  14. 'JobImageNameFormat' => '%d_%s.gif', // The filename format for job images (defaults to {jobid}_{gender}.gif where {gender} is either M or F). I know that is what the diff has, but that is not how I will be implementing it. If you have the images, whatever form it may be in, that'd be great. If you don't, please let me know so that I can make my own.
  15. Perhaps the problem is similar to the one in this topic. That is, Let me know if that does not solve your problem. I tested it on my host earlier and it installed successfully.
  16. Would it not be better to make using palletes to stay equal to the player's character ? Ah, thanks Mysterious for reminding me xD I read this earlier but forgot when to mention it when I replied. Anyways, yes, this is a good feature to implement. I think I'll include the static image version for now but will definitely look into the palette aspect. Thanks for the suggestion =)
  17. Thanks to @Snow for PMing me that this needed updating again, I have uploaded v1.4.0 to work with rAthena SVN revision 17178.
  18. I'll rename all images with the correct name... 4060_M 4060_F It won't be in that form, so no need to rename them =)
  19. Hi, Please set $showExceptions in config/errors.php to true then revisit the page. Please post the error. I'll fix it ASAP. And yes, there are differences between mine and CK's. - Xantara
  20. I've applied the following change in 73d60ad. Because of this, an SVN repository isn't necessary anymore but since GitHub has an SVN mirror, I will be linking to that repository instead of the one in GoogleCode. Now that I've done this, I can now create a branch without worrying that it will work after going through "git svn dcommit", "svn2git", etc commands. So, I'll begin working on the account management in a feature branch. I'd love to have one or two testers, especially those that have their own server. However, keep in mind that this is a development branch - not a stable branch. If you are interested, please PM me or email me at missxantara[at]gmail[d0t]com. Thanks!
×
×
  • Create New...