• 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!

How to add this quest?

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello, I have a question. So I seen a lot of people that upload their quests to the forum. How do I add this quest to my map, I know how to copy and paste it but Im refering to the Scripts. Like where do I edit the cordinates of the teleports becuase those teleports in the map dont have GOTO DESTINATION, So do I just copy and paste this whole quest and add the scripts and thats it? Where do I add the scripts and the <action unique id etc etc>
Please help
Rep ++
 
goto data\actions\actions.xml and put this
<action uniqueid=" HERE PUT THE INQUIE ID" event="script" value="HERE PUT WHERE IS THE SCRIPT OF THE QUEST/>
 
If you still have problems with adding quests, then post a link to the quest you want to add and maybe I will provide you with some guide :p
 
It depends how complex the quest is, it may have scripts that rely on specific coordinates so you'll need to look through the code to make sure. If its a simple chest-loot quest you can probably just copy+paste it into your map and double click all teleporters and give them a new XYZ (using the map editor and the coordinates at the bottom when you move your mouse around the map). Also you might need to add a couple lines to actions.xml if it has switches.
 

Similar threads

Back
Top