Powtreeman
Member
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?
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?