• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.0 Create Quest

Devlinn

Member
Joined
Mar 25, 2015
Messages
295
Reaction score
6
hi, i have problem on create quest what i must do?
i create on rme map edytor chest
like:
actionID:2000
UniqueID:2438
and when in i click on chest i can every 1x weapons how to stop this?
like 1 and chest is empty
 
If your going to store more than 1 item in a chest and only allow 1 item for the player to retrieve then you will need a script

Scripts are written with conditions in mind
As a scripter we ask ourselves questions before or as we are writing the script, so I will now think out loud, so you too can see the questions too and maybe give me the answer. :)

Question :
If a chest script has more than 1 item in it, what are the conditions that need to be met in order for the proper items to be distributed?

Question :
Are the conditions based on the Level?

Question :
Are the conditions based on the Vocation?

Question :
Are the conditions based on the Vocation & Level?

Question :
Did they need to kill someone / something?

Question :
Did they need to complete a quest?

Question :
Do they need a certain storage?

Question :
Is the Item a random pick? Meaning when they click on the chest do they get 1 out the max amount of items in the chest.
 
If your going to store more than 1 item in a chest and only allow 1 item for the player to retrieve then you will need a script

Scripts are written with conditions in mind
As a scripter we ask ourselves questions before or as we are writing the script, so I will now think out loud, so you too can see the questions too and maybe give me the answer. :)

Question :
If a chest script has more than 1 item in it, what are the conditions that need to be met in order for the proper items to be distributed?

Question :
Are the conditions based on the Level?

Question :
Are the conditions based on the Vocation?

Question :
Are the conditions based on the Vocation & Level?

Question :
Did they need to kill someone / something?

Question :
Did they need to complete a quest?

Question :
Do they need a certain storage?

Question :
Is the Item a random pick? Meaning when they click on the chest do they get 1 out the max amount of items in the chest.
yes to complete a quest
like chest and when i click i got 1 weapons like 2438 but when i click i got weapon but chest dont empty and can get more weapon the same id.
ok thanks i try


Dont work
Screen_Shot_09_05_15_at_10_21_AM.png
 
Last edited:

Similar threads

Replies
4
Views
511
Back
Top