Jump to content

Akkarin

Forum Manager
  • Posts

    3123
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. I don't use emu-specific functions: all my addons will work with all versions of FluxCP. Not for this addon.. however, there'll be a support ticket and bug tracker addon released shortly
  2. For example, say i wanted to loop through the quests for a character from `quest` - there's no way to attribute a name to an ID (so i can output something a normal player would understand, like "Orc Hero" instead of 60009), unless i'm using the quest window so the name is picked up from questid2display.txt.
  3. This has been discussed over and over, and even recently amongst the staff. There's no real improvements to be gained with the setup we have at the moment.
  4. I laughed so hard i started crying, and now have jaw ache XD lmao free bath XDDDD!
  5. That looks so good *_* Omnomnom!!! *adds loyalty card to sig*
  6. Lmao! This is brilliant XD Can i haz sum 2 plix?! Omnomnom :3
  7. The permissions are set so anyone with the FluxCP level HIGHGM or higher can view it. If you need to, you can configure these in /addons/xtasklist/config/access.php - though if you're able to view the "Create Task" page, you should be able to see the task itself o.O Make sure the SQL table installed. Is the new task listed on the main Tasks page?
  8. It will only redirect if It can't find the task ID in the table: $sql = "SELECT * FROM {$server->loginDatabase}.$tasklistsqltable WHERE id = $taskID"; $task = $server->connection->getStatement($sql); $task->execute(); $tasklist = $task->fetchAll(); if($tasklist) { (do stuff) } else { $this->redirect($this->url('main','index')); } There's no other reason that you'll be redirected (except if you don't have permission, but I'm assuming you're using an admin account, so that's not it). It works on the 3 servers i tested it with yesterday, so i have no idea why it's not working for you. :/
  9. Fixed and uploaded (1.0.3). That'll teach me to rename addons just before i upload them X.x
  10. I thought about this, but then it kinda turns into either a Support Ticket or Bug Tracker addon (which i plan on writing at some point next week). The only difference between all three would be who can view/reply to content. I guess it can be made to allow read-only access to normal players. I've uploaded a new version (1.0.2) that fixes the assign box - it wasn't accepting the value because i'd forgotten an 'elseif' X.x Silly Akkarin.
  11. For conversion support, perhaps a similar tool to convert configs like how forums do it i.e. smf->ipb. We had one for porting item_db.txt into `item_db`, so why not for the /conf files? It shouldn't be difficult to maintain - how often do new configs pop up in eA?
  12. Akkarin

    error

    1.) This is the wrong section. 2.) That means you don't have item_db2 in your database.
  13. You can change the max level for a class in db/(pre-)re/exp.txt.
  14. Akkarin

    Request

    Do you mean if they're -not- wearing the Bongun hat, they'll be warped back to Prontera?
  15. Have you added any custom, or changed any NPCs recently?
  16. No idea, unless you provide a little more info: What is your SVN revision? Are you using SQL for item db, or item_db.txt? Have you modified anything recently (items, mobs, etc)
  17. File Name: FluxCP Addon - TaskList File Submitter: Akkarin File Submitted: 06 Sep 2012 File Category: Web Resources Content Author: Akkarin Hi all! TaskList Current Version: 1.0.4 !!!!!! IMPORTANT !!!!!! Version 1.0.4 has an sql table change from cp_tasklist to cp_xtasklist. If you don't want this to happen, let it run anyway and then change addon.php back to the old one. The table name isn't changed, instead, the addon uses a new table. Purpose: Provides a collaborative platform for Admins and GMs to maintain a "group To-Do List". Capabilities: * Add task * Assign task * Update progress * URL resources All in all, it's not the biggest, nor the best addon that's ever been written. However, it does the job. Also, as this was only something quick, there's probably a few glitches - I'd appreciate you letting me know about them Click here to download this file
  18. There are two 3475 and two 3476.. 3602
  19. There's a report in the Docs Bug Tracker (bugreport:4999) that's been there for a while - any devs fancy following this up?
  20. Hey guys! I've been looking at the list of Special:WantedPages pages on the wiki this morning and thought "There's so much to do @.@". Then I had a thought! There's alot of documentation that needs updating (I have a long list in my notebook), but, what about what's missing? As a Tech, I used to tell people that "I can't fix their computer if I don't know it's broken". I'd like to apply the same in rAthena with the help of the Bug Tracker. If you notice anything that isn't documented in /docs/ on the SVN, or is incorrect.. shove in on there -> http://rathena.org/b...project-3-docs/. Don't be afraid to post a bug report - they're one of the main methods of getting issues known to the dev team. Also, don't be afraid to add or edit pages on the Wiki. All forum users with more than 1 post count are able to make changes (I keep a close eye on those changes ). However, if you're adding/editing a page, we would like you to be more than just a little sure that you know what you're on about ._.;
  21. Having a look at the errors on the map server will always help, too.
  22. I'd like to settle this once and for all before we start going round in a circle again. I didn't miss your point, I understood it perfectly. However, you chose to interpret my post in a way that makes no logical sense. You cannot move a source file into /config/import/. a.) It will not be read. b.) Missing files will break your compile process. c.) Source files are in the /src/ folder for a reason - because they're source files. Which one? o.O
  23. Stop bumping.. It's more than likley going to be an issue with the contents of your patches that's causing the client to not work. A little more information would be helpful: Patcher and patcher version? What are you trying to patch? Can you run your client by itself? etc etc. We're not crystal balls, we can't help you unless you tell us information that can help -us- help you.
×
×
  • Create New...