• 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 do I make this work?

sedatooo

New Member
Joined
May 4, 2012
Messages
4
Reaction score
1
How do I make this work? Even though I tried copy every sqm of it from a rl map it still doesnt work... Do i need a script or have I simply built the elevator wrong?

Picture of what am talking about
2d77ae6c3ee27b654886e8c8d7a88d39.png


Kindly help,
Sedatooo
 
Check the link I posted above, only a few modifications to make it work.

There is a breaking change from 1.0 to 1.1, that is what will make you need to alter the scripts slightly, basically the first parameter in every script interface instead of being cid -- creature id, it is now the creature userdata sent instead, thus you will need to change all interfaces with cid as first parameter to player as the first parameter, then add local cid = player:getId() directly underneath on a new line. If you are having problems you can keep posting here.

Here is a reference to the changes from 1.0 to 1.1

Changelog 1.1 · otland/forgottenserver Wiki · GitHub
 
Back
Top