Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Easy Quest Qestion

Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
When working with quest , i understand 0 and 1 but can quest be high in value when they are finished?

lets say 4 different quest have the same correct answer , So in lua would it be safe to say .

Code:
function Z35_Client124344()
    if ( CheckQuest( 427390 ) == [SIZE=5][B][U]4[/U][/B][/SIZE] and CheckQuest( 427489 ) == 1 ) then
        return false
    end
    return true
end

since 3 other quest check this same quest id , and if 0 and 1 are only used then this would be all ready done for most of the quest Or does it always stay as 0 or 1 ?
 
Last edited:
Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
Never mind i forgot about >= 2 will work other then a higher number then 2
 
Upvote 0
Back
Top