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

Solved Teleport Rune Wont Work.

Powtreeman

Member
Joined
Sep 26, 2011
Messages
400
Reaction score
6
Location
USA
Hi im trying to create a teleport rune based off of this thread http://otland.net/f132/teleport-rune-spell-170947/index2.html

It just does not work at all. I tried putting the same script in spells and putting the line

<rune group="support" spellid="14" name="Teleport" id="2309" allowfaruse="1" charges="0" lvl="2" maglv="4" cooldown="2000" groupcooldown="2000" aggressive="0" blocktype="solid" script="teleport"/>

under spells. But it does not work and brings up the error

[16/03/2013 01:39:53] Warning: [Event::checkScript] Can not load script. /scripts/teleport
[16/03/2013 01:39:53] cannot open data/spells/scripts/teleport: No such file or directory

But when I change the file from script="teleport"/> to
script="support/teleport"/> which is where I put the script. It just shows the error

<rune group="support" spellid="14" name="Teleport" id="2309" allowfaruse="1" charges="0" lvl="2" maglv="4" cooldown="2000" groupcooldown="2000" aggressive="0" blocktype="solid" script="support/teleport"/>


What am I doing wrong?
 
Yeah when I left it the same the rune would only work when it was in my hand or on the floor and it made me teleport down a level.
But changing it to the name of my script made it say
"Sorry not possible"

- - - Updated - - -

But now that I see when I tinker around with it, it shows errors on the console which means im making progess. But i change everything back to what its supposed to and it wont work. that makes me think theres something wrong with the script.

- - - Updated - - -

I fixed the problem.
It was in the script that I copied.
The vocations were custom to the guy that posted it on the thread I showed you.
It works! Thanks for the help everyone I gave all of you rep+

but not you limos.
you dont deserve it!
lol JK it just wont let me because I gave you rep from a different thread.
 
But how to change directions of look?
If I am looking on left and use the rune in the right side of "window" I want to make my player looking on the right. How to do it? D:

- - - Updated - - -

And there is a bug, we can teleport on walls, rocks itp
 
Last edited:
Back
Top