Where can I add custom teleports on Clan Hall Manager?

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
gabiito
Posts: 6
Joined: Mon Dec 13, 2010 4:25 am
Location: Montevideo, Uruguay

Where can I add custom teleports on Clan Hall Manager?

Post by gabiito »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7664

Hi;
Like the title says, where I need to edit for set custom teleports on clan halls?

Thxs u all.-
Sorry for my english, I try to do my better (? ahaha ^^
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Where can I add custom teleports on Clan Hall Manager?

Post by Edelvez »

Easy ... First insert a new entry in the table of the database: teleport o custom_teleport
Example to SQL

Code: Select all

INSERT INTO `custom_teleport` VALUES('Custom Teleport',55555,-12787,122779,-3112,10000,0,57);
Let me explain the order:
('Description',id,loc_x,loc_y,loc_z,price,ForNoble,itemId);

Second ... go to: data/html/clanHallManager on file with the name "Tele" for example: teleAden1.htm, insert to a new line like this..

Code: Select all

<a action="bypass -h npc_%objectId%_goto 55555" msg="811;Custom Teleport">Custom Teleport</a>
I hope you understand, it is very easy .. let me know anything
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
Post Reply