- Joined
- Jun 14, 2024
- Messages
- 49
- Solutions
- 3
- Reaction score
- 71
- Points
- 18
FOR TODAY'S EPISODE:
CONFIGURING THE TELEPORTER
by: Wei Long
Open the file and scroll until you see this or something similar to this code:
OK, so this file is where we configure the Teleporter
--------------------------------------------------------------------------------------------------------------------------------------------------
WI_WORLD_MADRIGAL 6970 100 3337 TYPE_CITY "Flaris" "teleportFlaris.png" "Flaris is the continent where vagrants start........."
This is the world defined in your defineWorld.h
These are XYZ coordinates, best way to know the coordinates are in worldeditor, at the bottom left side. (see attached picture)
- in order for you to know the coordinates, simply hover your mouse into the ground where you want to be teleported.
This is the type of place that is shown in the Teleporter window. (see attached picture)
- you can input 3 types:
TYPE_CITY
TYPE_ZONE
TYPE_DUNGEON
This is the name that will show up in the Telporter window
This is the IMAGE that is shown in the teleporter, if you want to change this, save your .png file in \Client\Theme\Default\
This is the Information of the place that the player will teleport to, that is shown in the teleporter window
now you're wondering "Oh Weilong, how do I add items in the "Possible Drop" window??"
just follow this format:
the defines are from definteItem.h
________________________________________________________________________________________________________________________________________
save this file, merge the resources. and you are done!
Have fun!
and remember,
"The biggest fool is the one who thinks he knows it all"
CONFIGURING THE TELEPORTER
by: Wei Long
Open the file and scroll until you see this or something similar to this code:
OK, so this file is where we configure the Teleporter
--------------------------------------------------------------------------------------------------------------------------------------------------
WI_WORLD_MADRIGAL 6970 100 3337 TYPE_CITY "Flaris" "teleportFlaris.png" "Flaris is the continent where vagrants start........."
This is the world defined in your defineWorld.h
These are XYZ coordinates, best way to know the coordinates are in worldeditor, at the bottom left side. (see attached picture)
- in order for you to know the coordinates, simply hover your mouse into the ground where you want to be teleported.
This is the type of place that is shown in the Teleporter window. (see attached picture)
- you can input 3 types:
TYPE_CITY
TYPE_ZONE
TYPE_DUNGEON
This is the name that will show up in the Telporter window
This is the IMAGE that is shown in the teleporter, if you want to change this, save your .png file in \Client\Theme\Default\
This is the Information of the place that the player will teleport to, that is shown in the teleporter window
now you're wondering "Oh Weilong, how do I add items in the "Possible Drop" window??"
just follow this format:
the defines are from definteItem.h
________________________________________________________________________________________________________________________________________
save this file, merge the resources. and you are done!
Have fun!
and remember,
"The biggest fool is the one who thinks he knows it all"
Last edited: