Jump to content

Talaysen

Members
  • Posts

    161
  • Joined

  • Last visited

Everything posted by Talaysen

  1. This is beautifully done. I've been looking for a solid alternative to FluxCP, mostly because of lack of support for the latest version of PHP. I'll give it a shot tomorrow morning, looks very promising. Any chance it has native support for multiple character servers/configurations? I run (1) login server with multiple character/map servers, it'd be great to be able to easily allow users to: Set default server Show characters/items/stats based off of default server selected Per-server menu option
  2. Having some trouble getting the server status to show up correctly in my launcher. With the following: <?php $file = 'http://nymphro.com/?module=server&action=status-xml'; if(!$xml = simplexml_load_file($file)) exit('Failed to open '.$file); print_r($xml); ?> I'm getting: Failed to open http://nymphro.com/?module=server&action=status-xml -- I switched, last night, from Xantara's FluxCP to the rAthena FluxCP on GIT. Only thing that doesn't seem to be working properly was the status on the thor launcher, which, it seems like it can't access the page. Was just wondering if anyone might know 'why'. Note: I checked my phpinfo, simplexml is enabled/installed.
  3. I know this is an outdated post, but I was encountering the same error after updating from one version of FluxCP to another, while retaining the original 'application.php' settings. I replaced application.php with the new (modified) file, and it removed the error message.
  4. Is 'servers.php' still available? When I try to download it, I get an error.
  5. Having a really odd issue. My client will completely crash (program has stopped working error message, from Windows), but this only happens when on the server selection screen. It doesn't happen while on the character selection screen, or while logged in, or on the password screen. Only on the server selection screen, and only after a minute or two.
  6. It doesn't do anything. When I click the NPC, it asks me to enter an item ID, but doesn't give me a field to enter it in. I get this error: [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.@id' index=0 [Debug]: Function: mes [Debug]: Source (NPC): Etienne at prontera (150,150) [Error]: buildin_getitem: Nonexistant item 0 requested. [Debug]: Source (NPC): Etienne at prontera (150,150) Note: I renamed the NPC to Etienne.
  7. Which client is specifically supported by rAthena?
  8. Cannot add or edit guild emblems in the 2013-08-07 client. Anyone know how to fix this? Does this issue exist with the older clients? Should I switch out for an older client instead?
  9. I didn't see anything that seemed to be related to the vending addon. Only error I saw seemed to have something to do with the rotational screenshot module on the bottom of the page. http://nymphro.com/?module=vending I made a 'test' account: Account: Test Password: Aa123456
  10. When I mouse over the map, nothing appears. Is that strictly part of this addon, or am I missing something from my FluxCP?
  11. Unable to download. Is this file still available?
  12. Still dealing with these two issues: Any suggestions would be greatly appreciated, especially for the guild emblems.
  13. Using the 2013-07-08 client, I've gotten character deletion to work again, from this ticket: http://rathena.org/board/tracker/issue-7970-character-deletion-time/ Modifying the source with the change at the bottom of that ticket will fix the issue of the client showing some date at the end of ~this year. Additional Note: The required format for the birthdate (for anyone who runs into this issue) is YYMMDD, no dashes. The current value in the msgstringtable is incorrect. All of that aside: When I delete a character, I get a message that says 'Please Wait', and it hangs on that message indefinitely, requiring that I close my client and re-open it. The character does successfully delete, but is there something that can be done about this issue?
  14. Talaysen

    VIP System

    If you ever need help in testing a commit, feel free to toss me a PM. I'm excited about this, especially with the VIP features. We try to stick as close to 'official' as possible, so this is excellent news. Any idea when this'll become available (rough timeframe)?
  15. Using the 2013-07-08 client, cannot upload guild emblems. Cannot edit/replace existing guild emblems. (Existing emblems added prior do display as intended) Is this something I should wait for support on this thread or create a bug ticket for it? Wasn't sure if a bug ticket would be appropriate for a 'client' issue?
  16. For a guild emblem that's using magenta for in-game transparency, is there any way to have it show as transparent in the avatar image? Right now, it's showing the emblem surrounded by the magenta border.
  17. My server's goal matches this 100%. No customizations, no deviations from official behavior. If you (the rAthena devs) need a guinea pig server, we (my server/community) are willing to help anywhere possible.
  18. This results in a warning in the server logs on startup, so I have to assume that this isn't correct. I changed mine to one to match the 2013-07-17 client, which, it hasn't resulted in any errors (that I'm aware of) after testing, but I would like to know what it -should- be.
  19. The date is wrong on character deletion. My character deletion delay is set to '30' in the configuration file, which, worked correctly with the 2012 client, but in the 2013 client, you can see that the date is pretty far off. Someone mentioned that it's likely an incorrect packet. Anyone know how to fix this? Using client: 2013-08-07
  20. Is there an updated msgstringtable for the 2013 clients floating around anywhere? Also, the bank button is resulting in a client crash: [Warning]: clif_parse: Received unsupported packet (packet 0x09ab, 6 bytes received), disconnecting session #9. [info]: Character 'Talaysen' logged off. Client is 2013-08-07.
  21. I'm not sure if this is just with this particular version of the client, or if one of the diffs is causing it, but the item window is ridiculously large, especially at smaller resolutions: Anything I can do to make that smaller/resize it?
  22. With the most recent client (08-07-2013 client), what's this error message? It only appears if I attempt to delete a character. (Also note: some sort of packet issue makes it impossible to delete characters with any of the 2013 clients I've tested so far, previous clients would show the date 12/31 when a character was marked for deletion) Now, I don't get a date, I just get this message:
  23. My client uses the data from the 'Client SVN project' updated to the latest revision. (http://svn6.assembla.com/svn/ClientSide/) In item_cash_db2.txt, the order is: // type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other But in my 2013-07-17 client, the order is: New (Mouseover shows 'New' in tooltip) Hot (Mouseover shows 'Popular' in tooltip) Rental (Mouseover shows 'Limited' in tooltip) Limited (Mouseover shows 'Rental' in tooltip) Buff (Mouseover shows 'Equipment' in tooltip) Hats (Mouseover shows 'Buffs' in tooltip) Gears (Mouseover shows 'Heal' in tooltip) Others (Mouseover shows 'Other' in tooltip) I have to assume the client images provided must be incorrect, since the tooltips match the information in the item_cash_db2.txt. I also have '1' cash point. In the window, it shows "Used cache: 1 C", "Free cache: 0 C" Anyone know who maintains that SVN? Can't recall how I stumbled across it. I plan on correcting these for my own client, but I'd still like to let them know it's incorrect, and maybe share my corrections.
×
×
  • Create New...