Interesting EQ2 Error

A general discussion for EverQuest2.

Moderator: MacroQuest Developers

Yutznut
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Oct 16, 2004 10:35 am
Location: Hillbilly Heaven

Interesting EQ2 Error

Post by Yutznut » Thu Aug 11, 2005 9:04 pm

updated the guild MotD today - alted to another char and got this message

'collection_additem invalid args. Expected 2 args: collectionId and slot'

tried a random 3 digit number for each with the following syntax

/collection_additem 00x 00x

no return error message or any other indication of well anything....

interesting thing is that it came from the MotD

/shrug

Amadeus
The Maestro
The Maestro
Posts: 2036
Joined: Sat Jun 29, 2002 3:51 pm

Post by Amadeus » Mon Aug 22, 2005 8:14 pm

The first argument is the item's serial number. It sometimes changes depending upon the item.

I'm not positive, but I think the second number is the index location within your inventory of where it's found.

Either way, it's actually an internal command within the game. Strangely, EQ2 devs like to actually send the game instructions via 'text' commands. So, although you have access to send the command ..you don't actually have access to the data you need to use it.