Jump to content
  • 0

[Help] Creating Teleport Scrols!


Question

Posted

i need some help ..

 

i need to create some kind of teleport scrols that teleport the ppl at a place that i decide..

 

for example .. Monastir of Silence Srols.... ...

 

pls help m e

 

thnx

5 answers to this question

Recommended Posts

  • 0
Posted

well you need to know java for that.

 

open the scrollofescape.java in the itemhandler in item_ids add your scrolls id

 

search for this section

 

					case 7555:
					_activeChar.teleToLocation(46934, 51467, -2977, true); // Elven Village quest scroll
					break;

and add a new one like this:

				case your itemid:
					_activeChar.teleToLocation(your, costum, teleport, true); // your costum scrolls name
					break;

  • 0
Posted

Its easyer to create a custom gk to add all places u need,and i think this is better!!

 

well hardcoded things are always better but yes make a gk is much more easier and faster than make java things and it's good too.

  • 0
Posted

well, you cant find everywhere a Gatekeeper. lets say your are deep in forge of gods. well you cant call a gatekeeper and come with a wyvern to find you:P i think that creating a custom item which is simply a gatekeeper will be more exciting. what i mean, lets say a scroll and when you click it poof will open a gatekeeper menu!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...