Page 1 of 1

quest_list

Posted: 01 Aug 2009, 02:07
by cazanova000
just curious if "quest list" will be implemented, i found something today at Receive.pm but seems to be forgotten

Code: Select all

		# tRO new packets (2008-09-16Ragexe12_Th)
		'02B1' => ['quest_list'],

Code: Select all

sub quest_list {
   my ($self, $args) = @_;
   my ($questID, $state, $i);

   for ($i = 8; $i < $args->{RAW_MSG_SIZE}; $i += 5) {
      ($questID, $state) = unpack('V C', substr($args->{RAW_MSG}, $i, 5));
      # TODO
   }
}
i was reading something about that but idk where to begin, for try to implemente by myself =X (dreaming XD)

srry if is the wrong section =X

Re: quest_list

Posted: 03 Aug 2009, 05:17
by kLabMouse
Will be Implemented in Next Release (After 2.1).

Re: quest_list

Posted: 11 Sep 2009, 13:08
by kLabMouse
Quest System Support is inside SVN now.
Will be in Release 2.1.
Need testing, see: quest system support for details.
Topic closed.