Jump to content
  • 0

Custom Escape For Acis 310!


Question

Posted
I need a custom escape for L2 ACIS, this is easy to do, but I have not found the ScrollOfScape.java file or the file that corresponds to the Scroll of Escape .. 

Could anyone help me?

 

Sorry for my bad english!

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

Usercommand -> Escape.java

 

If you are talking about new scroll which tp you to you custom coords then just create new soe item with that custom coords, look at any soe to the town (xml, nothing more) :)

Edited by SweeTs
  • 0
Posted

Yeah! But, how i put the coords on the XML archive for a Custom Escape..

 

Example:

	<item id="7131" type="EtcItem" name="Scroll of Escape to Hunters Village">
		<set name="default_action" val="skill_reduce"/>
		<set name="material" val="paper"/>
		<set name="weight" val="30"/>
		<set name="price" val="35000"/>
		<set name="is_stackable" val="true"/>
		<set name="is_oly_restricted" val="true"/>
		<set name="handler" val="ItemSkills"/>
		<set name="item_skill" val="2213-15"/>
		<set name="use_condition" val="{{uc_transmode_exclude;{tt_flying}}}"/>
	</item>

Do you help me?

Thanks for now!

  • 0
Posted

I ve got "infinity" shots and I am wondering how to make scrolls too. With "infinity" i mean scrolls doesnt destroy after use.

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