Noctis Posted June 26, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Share Posted June 26, 2017 What does this part of the script means? in the quest db there is no 11134 or 11124 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 26, 2017 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: Yesterday at 02:57 AM Share 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 Link to comment Share on other sites More sharing options...
0 Noctis Posted June 26, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
0 Noctis Posted June 26, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Author Share Posted June 26, 2017 nvm solved Quote Link to comment Share on other sites More sharing options...
Question
Noctis
What does this part of the script means? in the quest db there is no 11134 or 11124
Link to comment
Share on other sites
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.