kirameka Posted March 8, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 11/05/12 Last Seen: November 7, 2022 Share Posted March 8, 2021 (edited) i am too beginner sorry for using the traslator I have a problem with my quest npc The way I want to do it 1 quest randomly receives 1 out of 42. 2 Complete one of the randomly received quests. 3 Cannot receive more than 1 quest quest.txtAnd this is what I made for reference. Can you tell me what the problem is here? Sorry for awkward English, please help Edited March 8, 2021 by kirameka Quote Link to comment Share on other sites More sharing options...
0 botka4aet Posted March 9, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Share Posted March 9, 2021 We could not locate the item you are trying to view. Quote Link to comment Share on other sites More sharing options...
0 buraquera Posted March 9, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: May 3 Share Posted March 9, 2021 You file is unvailable... but if i understood what you want is something like prontera,150,150,4 script QuestTest 80,{ setarray .@quest,90000,90001,90002,90003; // here example of 4 different quests .@num_quests = getarraysize(.@quest); .@random_num = rand(1,.@num_quests); setquest .@quest[.@random_num-1]; end; } Quote Link to comment Share on other sites More sharing options...
Question
kirameka
i am too beginner
sorry for using the traslator
I have a problem with my quest npc
The way I want to do it
1 quest randomly receives 1 out of 42.
2 Complete one of the randomly received quests.
3 Cannot receive more than 1 quest
quest.txtAnd this is what I made for reference.
Can you tell me what the problem is here?
Sorry for awkward English, please help
Edited by kiramekaLink to comment
Share on other sites
2 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.