Noctis Posted June 26, 2017 Posted June 26, 2017 What does this part of the script means? in the quest db there is no 11134 or 11124 Quote
0 Start_ Posted June 26, 2017 Posted June 26, 2017 (edited) .@name - scope integer variable .@i = 11124; You can see line 2 and line 4 in picture. if(checkquest(.@i mean if(checkquest(11124 and it will loop +1 +1 +1 +1 +1 will be if(checkquest(11125 - 11134 // Edit #1 This is quest 11124 Edited June 26, 2017 by TARTs 1 Quote
0 Noctis Posted June 26, 2017 Author Posted June 26, 2017 (edited) 34 minutes ago, TARTs said: .@name - scope integer variable .@i = 11124; You can see line 2 and line 4 in picture. if(checkquest(.@i mean if(checkquest(11124 and it will loop +1 +1 +1 +1 +1 will be if(checkquest(11125 - 11134 // Edit #1 This is quest 11124 So if I want to replace that for completly new quests witch the ID's are 70253 70254 70255 70256 70257 70258 I need to put like this? for ( .@i = 70256; .@i < 70258; .@i++ ) if (checkquest(.@i,PLAYTIME) == 2) erasequest .@i; for( .@i = 70253; .@i <70256; .@i++ ) { .@j = checkquest(.@i,HUNTING); Edited June 26, 2017 by Noctis Quote
Question
Noctis
What does this part of the script means? in the quest db there is no 11134 or 11124
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.