Search found 3 matches

by ShivaDagger
21 Sep 2016, 17:07
Forum: Developers Corner
Topic: Some question with active quests
Replies: 1
Views: 2995

Re: Some question with active quests

I have managed to solve problem #1, can anyone help with #2?
by ShivaDagger
13 Sep 2016, 04:42
Forum: Developers Corner
Topic: Some question with active quests
Replies: 1
Views: 2995

Some question with active quests

Hi all, First problem: I have the following code but I can never seem to use the $aaa variable for comparison. macro testcarat{ $aaa = subQuestActive(13042) log $aaa if ($aaa == 1) log success } sub subQuestActive{ my ($inputID) = @_; if ($::questList->{$inputID}->{active} == ""){ return 0 } return ...
by ShivaDagger
20 Sep 2013, 07:04
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2036787

Re: Usage: Packet Extractor v3

Hi all, Got a quick question. I actually manage to run labmouse's v3 extractor and indeed the it could find the packet len map shown below: Packet Len Map offset: 1826800 (001BDFF0)-> 005BDFF0 An extractor.exe was also generated. However whenever I run the extractor.exe, I get the windows error sayi...