[Guide] Teleporter Stone Ok people here's a simple guide on how to make these stones:
Create new .tcl file for each stone you want (in tcl folder)
We will call this one Emerald_Stone.tcl
Here's how the file has to look like:
namespace eval EmeraldStone {
proc QueryQuest { npc player questid } {
Teleport $player 169 3105.41 3096.78 27.0032 #Emerald
}
}
We need an item in backpack ...
This has to be in the items.scp file:
name=Emerald Dream Stone
questscript=EmeraldStone
startquest=90003
bonding=3
class=15
description=This will teleport you to Emerald Dream.
classes=07FFF
flags=64
level=1
material=-1
maxcount=1
model=7393
quality=1
races=01FF
stackable=1
1. You can change the name EmeraldStone but it has to be the same in items.scp and the .tcl file ...
2. The coords must be like that: map x y z (169 3105.41 3096.78 27.0032)
You can use instead of 169: 1 for Kalimdor, 0 for Eastern Kingdoms and so on ...
For x, y and z just go in-game and type .where
Swiftarrow- 08-09-2006
thanks for that
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.