Page 1 of 1

Where can I add custom teleports on Clan Hall Manager?

Posted: Sat Jan 29, 2011 5:43 am
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.-

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

Posted: Wed Feb 02, 2011 10:37 am
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