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.-
Where can I add custom teleports on Clan Hall Manager?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- gabiito
- Posts: 6
- Joined: Mon Dec 13, 2010 4:25 am
- Location: Montevideo, Uruguay
Where can I add custom teleports on Clan Hall Manager?
Sorry for my english, I try to do my better (? ahaha ^^
-
- Posts: 173
- Joined: Fri Nov 06, 2009 6:32 am
- Location: Argentina
Re: Where can I add custom teleports on Clan Hall Manager?
Easy ... First insert a new entry in the table of the database: teleport o custom_teleport
Example to SQL
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..
I hope you understand, it is very easy .. let me know anything
Example to SQL
Code: Select all
INSERT INTO `custom_teleport` VALUES('Custom Teleport',55555,-12787,122779,-3112,10000,0,57);
('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>
Someone once told me: "The easiest way of doing things, making them the hard way" 
