Jump to content
  • 0

Question

Posted

Hi all. I want to make unstuck to teleport from everywhere in giran.

I edit this: 

Was

_activeChar.teleToLocation(TeleportWhereType.TOWN);

And i change with this

_activeChar.teleToLocation(83491, 149065, -3409);

And no working

3 answers to this question

Recommended Posts

  • 0
Posted

Check the Escape user command handler. There is all you need. It's using a skill, from memory. You have to edit the skill coords.

 

What you did, most likely, you edited default behavior of 'To village'.

  • 0
Posted
<skill id="2099" levels="1" name="Escape: 5 minutes">
		<set name="blockedInOlympiad" val="true" />
		<set name="hitTime" val="300000" />
		<set name="isMagic" val="2" /> <!-- Static Skill -->
		<set name="operateType" val="A1" />
		<set name="skillType" val="RECALL" />
		<set name="targetType" val="SELF" />
		<cond msgId="113" addName="1">
			<not>
				<player insideZoneId="10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508" />
			</not>
		</cond>
	</skill>

 I must put Giran coord to insiteZoneId? And how? with , ?

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...