quest_list

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
cazanova000
Human
Human
Posts: 26
Joined: 29 Oct 2008, 22:18
Noob?: No

quest_list

#1 Post 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

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: quest_list

#2 Post by kLabMouse »

Will be Implemented in Next Release (After 2.1).

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: quest_list

#3 Post 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.

Locked