EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Max amount of task steps (https://www.eqemulator.org/forums/showthread.php?t=30096)

mastajon 12-16-2009 02:21 PM

Max amount of task steps
 
I was writing tasks the other day when i came across i snag. I create a task with 36 task lines but when I implemented it only 20 of the task lines were available. Is there a way to make it more than 20 task lines or is 20 the absolute max?

Derision 12-16-2009 03:22 PM

Yes, the limit is 20 activities per task. This is a client limitation. There is a list of the hardcaps for the Task system in the Wiki, they are:

Code:

#define MAXTASKS 10000
#define MAXTASKSETS 1000
// The Client has a hard cap of 19 active tasks
#define MAXACTIVETASKS 19
// The Max Chooser (Task Selector entries) is capped at 40 in the Titanium Client.
#define MAXCHOOSERENTRIES 40
// The Client has a hard cap of 20 activities per task.
#define MAXACTIVITIESPERTASK 20



All times are GMT -4. The time now is 01:06 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.