-
Posts
3,067 -
Joined
-
Last visited
-
Days Won
182
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Akkarin
-
lmfao! Kamishi, you're a genius XD
-
*adds this to his to-do list*
-
I like the way anope achieves this - has a separate folder in /src/ and any files in there get included when performing ./configure && make. On the inside, 'include's are added for compiled addons in a super special secret file called addons.h (or whatever it was called) before anything else is checked. Could we do something similar?
-
You sir, deserve a rep. On-topic though, is alliance chat between guilds that are allied? >_> I know this is gonna look like the biggest noob question ever, but I've never heard of it, nor been on a server that uses similar. Just wanted to ask to clarify
-
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
-
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.
-
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.
-
I laughed so hard i started crying, and now have jaw ache XD lmao free bath XDDDD!
-
That looks so good *_* Omnomnom!!! *adds loyalty card to sig*
-
Lmao! This is brilliant XD Can i haz sum 2 plix?! Omnomnom :3
-
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?
-
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. :/
-
Fixed and uploaded (1.0.3). That'll teach me to rename addons just before i upload them X.x
-
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.
-
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?
-
1.) This is the wrong section. 2.) That means you don't have item_db2 in your database.
-
You can change the max level for a class in db/(pre-)re/exp.txt.
-
Do you mean if they're -not- wearing the Bongun hat, they'll be warped back to Prontera?
-
Have you added any custom, or changed any NPCs recently?
-
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)
-
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
-
There are two 3475 and two 3476.. 3602
-
There's a report in the Docs Bug Tracker (bugreport:4999) that's been there for a while - any devs fancy following this up?