Quote:
Originally Posted by Velmore
He want a teleport npc
|
This is just another easy guide. Everyone can do this, even the beginners. What we are going to try to do is to create our own Blinkwing to w.e you want.
There are only
two files we must edit. One is very easy, and the other one is even easier lol.
Lets start with propitem.txt.txt
Propitem.txt.txt
Propitem.txt.txt is located in your server files Resource Folder.
When you open it, you will have to scroll all the way down to the bottom.
You will see something similiar to this:
Code:
IDS_PROPITEM_TXT_012205 Behemoth Staff
IDS_PROPITEM_TXT_012206
The item name and code could be different, but the idea is still the same. Create two new lines beneath the last line, and make it this:
IDS_PROPITEM_TXT_012207 GM Ticket
IDS_PROPITEM_TXT_012208 A ticket for GMs only
The GM Ticket will be the name, and the "A ticket for GMs only" will be the description. The code on the left of the name should be UNIQUE, otherwise it wont work.
Write the two IDS_PROPITEM_TXT's down somewhere.
Propitem.txt
This is the less easy file. Open up propitem.txt and press CTRL+F and search for:
Code:
II_SYS_BLI_BLI_FLARIS
Copy that WHOLE line, make a blank row beneath that line and paste the copy of the flaris blinkwing row there. Now you will see in the beginning of the row, there is this:
Code:
IDS_PROPITEM_TXT_005114
Change that to IDS_PROPITEM_TXT_012207
Go to the end of the line and you will see:
Code:
IDS_PROPITEM_TXT_005115
Change that to IDS_PROPITEM_TXT_012208
Now you are
ALMOST done! In that row find this:
7161 = X coordinate
100 = Y coordinate
3264 = Z coordinate
Lets change that to the CW cage coordinates.
Change
7161 to 3889
100 stays 100
3264 to 392
Save the file and you are done with propitem.txt
If you want to teleport to a different map than Madrigal, follow this:
In the row, search WI_WORLD_MADRIGAL and change that to your map name.