Hi ppl, i was wandering if some one could answerme some questions.
First i want to know how to change the amount of adena all players have when start a new characters.
i also want to Know how to add a GMShop for all the players with items i chose and the prices i chose.
also put a Global Gatekeeper, and add more gatekeepers in some zones, like in the starting respawn of new characters.
well thx in advanced to all of you that kinddly will answer my questions.
=)
oh well so... to explain it all i need a while to show it you.
Adena Start.
GO Config Floder and Open File Others
#Amount of adena that a new character is given
StartingAdena = 25000000 <--- ammount of adena given to players when they create one
# movement speed for strider and wyvern
WyvernSpeed = 100
StriderSpeed = 80
#Allow the wyvern manager located in every castle to train wyverns and striders from hatchlings
AllowWyvernUpgrader = true
GM shop you can easly edit it ingame in DB and as pure SQL
here
(`item_id`,`price`,`shop_id`,`order`) VALUES
/*Big Swords*/
('6372','50000000','5151','1'),/*Heavens Divider*/
('6605','50000000','5151','2'),/*Heavens Divider Haste*/
('6606','50000000','5151','3'),/*Heavens Divider Health*/
('6607','50000000','5151','4'),/*Heavens Divider Focus*/
('6372','50000000','5151','1'),/*Heavens Divider*/
Item ID
('6372','50000000','5151','1'),/*Heavens Divider*/
Price of the Item
('6372','50000000','5151','1'),/*Heavens Divider*/
Shop ID
('6372','50000000','5151','1'),/*Heavens Divider*/
well how to say it 1-xxxxx u can put numers from 1 to any number like u make
SSS as 1 than it is at the top than you can make SSA whit a nuzmber of 2 than it will be right after SSS..allso its the listing number
To change Spawn Places you have to change HTML and your global GK SQL here an example from my Global GK custom made
CREATE TABLE custom_teleport (
Description varchar(75) default NULL,
id decimal(11,0) NOT NULL default '0',
loc_x decimal(9,0) default NULL,
loc_y decimal(9,0) default NULL,
loc_z decimal(9,0) default NULL,
price decimal(6,0) default NULL,
fornoble int(1) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;
--
-- Dumping data for table `teleport`
--
INSERT INTO custom_teleport VALUES
('Here -> There',19999,46076,41471,-3505,10000,0),
('Here -> There',20000,-84187,244600,-3727,10000,0),
('Here -> There',20001,46947,51473,-2972,10000,0),
('Here -> There',20002,9743,15558,-4570,10000,0),
('Here -> There',20003,-45190,-112533,-236,10000,0),
('Here -> There',20004,115139,-178160,-899,10000,0),
('Here -> There',20005,-80789,149817,-3040,10000,0),
('Here -> There',20006,-12717,122775,-3113,10000,0),
('Here -> There',20007,15659,142927,-2702,10000,0),
('Here -> There',20008,83375,147953,-3401,10000,0),
('Here -> There',20009,111394,219350,-3542,10000,0),
('Here -> There',20010,117073,76895,-2697,10000,0),
('Here -> There',20011,82901,53208,-1492,10000,0),
('Here -> There',20012,146814,25790,-2009,10000,0),
('Here -> There',20013,147941,-55278,-2729,10000,0),
('Here -> There',20014,43782,-47707,-793,10000,0),
('Here -> There',20015,87092,-143381,-1289,10000,0),
('Here -> There',20016,-72127,257474,-3111,10000,0),
('Here -> There',20017,-89588,248965,-3571,10000,0),
('Here -> There',20018,-96816,258956,-3619,10000,0),
('Here -> There',20019,-99719,237920,-3569,10000,0),
('Here -> There',20020,-100751,213844,-3123,10000,0),
('Here -> There',20021,-112901,235021,-3689,10000,0),
('Here -> There',20022,51861,75958,-3491,10000,0),
('Here -> There',20023,22568,53577,-3607,10000,0),
('Here -> There',20024,29072,74967,-3775,10000,0),
('Here -> There',20025,28087,11031,-4230,10000,0),
('Here -> There',20026,19315,6651,-3472,10000,0),
('Here -> There',20027,-14197,44803,-3589,10000,0),
('Here -> There',20028,-47048,59979,-3336,10000,0),
('Here -> There',20029,-36430,65356,-3366,10000,0),
('Here -> There',20030,-44262,78955,-3742,10000,0),
('Here -> There',20031,-61251,75279,-3353,10000,0),
('Here -> There',20032,-10706,75815,-3592,10000,0),
('Here -> There',20033,-56219,-113602,-673,10000,0),
('Here -> There',20034,-39585,-106886,-2031,10000,0),
('Here -> There',20035,9422,-112485,-2531,10000,0),
('Here -> There',20036,8778,-140291,-1194,10000,0),
('Here -> There',20037,27527,-124390,-792,10000,0),
('Here -> There',20038,-18981,-127935,-2095,10000,0),
('Here -> There',20039,-3562,-89847,-2256,10000,0),
('Here -> There',20040,108152,-174283,-406,10000,0),
('Here -> There',20041,152370,-180195,842,10000,0),
('Here -> There',20042,139759,-177511,-1539,10000,0),
('Here -> There',20043,155680,-173586,2492,10000,0),
('Here -> There',20044,178798,-184366,-350,10000,0),
('Here -> There',20045,169187,-208222,-3483,10000,0),
('Here -> There',20046,126912,-210512,-3524,10000,0),
('Here -> There',20047,-90842,150032,-3623,10000,0),
('Here -> There',20048,-51408,135798,-2938,10000,0),
('Here -> There',20049,-59717,126327,-3013,10000,0),
('Here -> There',20050,-68632,115354,-3603,10000,0),
('Here -> There',20051,-96237,104062,-3530,10000,0),
('Here -> There',20052,-81800,76788,-3400,10000,0),
('Here -> There',20053,-52918,190851,-3522,10000,0),
('Here -> There',20054,-44919,188029,-3253,10000,0),
('Here -> There',20055,-44741,202065,-3490,10000,0),
('Here -> There',20056,-20154,137381,-3892,10000,0),
('Here -> There',20057,-42486,120260,-3482,10000,0),
('Here -> There',20058,-27980,108619,-3723,10000,0),
('Here -> There',20059,-6095,99174,-3706,10000,0),
('Here -> There',20060,-25700,161989,-2531,10000,0),
('Here -> There',20061,-10008,175896,-4121,10000,0),
('Here -> There',20062,-16738,210109,-3690,10000,0),
('Here -> There',20063,29280,138441,-3154,10000,0),
('Here -> There',20064,14389,124292,-3712,10000,0),
('Here -> There',20065,47500,117558,-2495,10000,0),
('Here -> There',20066,45577,109858,-1988,10000,0),
('Here -> There',20067,44591,148491,-3697,10000,0),
('Here -> There',20068,17288,170306,-3502,10000,0),
('Here -> There',20069,27716,182264,-3328,10000,0),
('Here -> There',20070,17712,114196,-11699,10000,0),
('Here -> There',20071,17717,108385,-9054,10000,0),
('Here -> There',20072,17727,116179,-6591,10000,0),
('Here -> There',20073,47849,186719,-3482,10000,0),
('Here -> There',20074,49359,164998,-3001,10000,0),
('Here -> There',20075,113833,135016,-3639,10000,0),
('Here -> There',20076,75586,132677,-3566,10000,0),
('Here -> There',20077,69828,125944,-3785,10000,0),
('Here -> There',20078,72255,117689,-3665,10000,0),
('Here -> There',20079,131539,114400,-3707,10000,0),
('Here -> There',20080,101479,178022,-3218,10000,0),
('Here -> There',20081,108948,204619,-3502,10000,0),
('Here -> There',20082,81124,182762,-3517,10000,0),
('Here -> There',20083,89982,207997,-3637,10000,0),
('Here -> There',20084,41462,197233,-4626,10000,0),
('Here -> There',20085,84628,235485,-3761,10000,0),
('Here -> There',20086,122880,63035,-3611,10000,0),
('Here -> There',20087,146323,78436,-3026,10000,0),
('Here -> There',20088,160483,89682,-3648,10000,0),
('Here -> There',20089,91165,64667,-3719,10000,0),
('Here -> There',20090,77192,71930,-3683,10000,0),
('Here -> There',20091,87424,83660,-3058,10000,0),
('Here -> There',20092,85276,16191,-3670,10000,0),
('Here -> There',20093,62526,30006,-3742,10000,0),
('Here -> There',20094,92700,10578,-3553,10000,0),
('Here -> There',20095,81343,-3188,-3387,10000,0),
('Here -> There',20096,87911,-21362,-2190,10000,0),
('Here -> There',20097,136097,16308,-3688,10000,0),
('Here -> There',20098,159965,15115,-3893,10000,0),
('Here -> There',20099,118616,-4996,-3996,10000,0),
('Here -> There',20100,153887,-2951,-4230,10000,0),
('Here -> There',20101,179509,-7898,-3528,10000,0),
('Here -> There',20102,181823,-15876,-2432,10000,0),
('Here -> There',20103,166751,20307,-3327,10000,0),
('Here -> There',20104,185384,20296,-3266,10000,0),
('Here -> There',20105,167964,37849,-4084,10000,0),
('Here -> There',20106,171786,56505,-5616,10000,0),
('Here -> There',20107,177854,51728,-3989,10000,0),
('Here -> There',20108,146910,-67349,-3661,10000,0),
('Here -> There',20109,125744,-41067,-3726,10000,0),
('Here -> There',20110,164786,-48081,-3559,10000,0),
('Here -> There',20111,185352,-56458,-3170,10000,0),
('Here -> There',20112,187436,-75501,-2781,10000,0),
('Here -> There',20113,169447,-116283,-2362,10000,0),
('Here -> There',20114,149616,-112428,-2060,10000,0),
('Here -> There',20115,123265,-74857,-2900,10000,0),
('Here -> There',20116,38008,-38021,-3643,10000,0),
('Here -> There',20117,94952,-59916,-2444,10000,0),
('Here -> There',20118,61898,-48904,-2557,10000,0),
('Here -> There',20119,64663,-71525,-3722,10000,0),
('Here -> There',20120,41005,-92145,-3706,10000,0),
('Here -> There',20121,46787,-76272,-3033,10000,0),
('Here -> There',20122,111642,-155267,-1533,10000,0),
('Here -> There',20123,56095,-118952,-3285,10000,0),
('Here -> There',20124,68595,-110491,-1936,10000,0),
('Here -> There',20125,84881,-111978,-2701,10000,0),
('Here -> There',20126,114078,-109100,-892,10000,0),
('Here -> There',20127,46757,-111828,-2471,10000,0),
('Here -> There',20128,-42018,206372,-3359,10000,0),
('Here -> There',20129,45693,127319,-3685,10000,0),
('Here -> There',20130,107824,173597,-3711,10000,0),
('Here -> There',20131,-25143,77811,-3445,10000,0),
('Here -> There',20132,-55681,78675,-3013,10000,0),
('Here -> There',20133,115318,132807,-3103,10000,0),
('Here -> There',20134,80136,209206,-3711,10000,0),
('Here -> There',20135,168886,-18041,-3199,10000,0),
('Here -> There',20136,39174,143946,-3653,10000,0),
('Here -> There',20137,42823,170766,-3253,10000,0),
('Here -> There',20138,74757,78396,-3397,10000,0),
('Here -> There',20139,137017,79224,-3727,10000,0),
('Here -> There',20140,110528,84088,-4839,10000,0),
('Here -> There',20141,-22855,13958,-3173,10000,0),
('Here -> There',20142,118152,16052,-5151,10000,0),
('Here -> There',20143,114677,19517,-3609,10000,0),
('Here -> There',20144,118029,16038,-2127,10000,0),
('Here -> There',20145,114630,19333,-645,10000,0),
('Here -> There',20146,117213,16096,928,10000,0),
('Here -> There',20147,114773,19720,1947,10000,0),
('Here -> There',20148,114582,12368,2957,10000,0),
('Here -> There',20149,111009,16140,3967,10000,0),
('Here -> There',20150,117216,18640,4977,10000,0),
('Here -> There',20151,118347,16059,5987,10000,0),
('Here -> There',20152,115882,17355,6760,10000,0),
('Here -> There',20153,117275,16056,7996,10000,0),
('Here -> There',20154,115905,17321,8770,10000,0),
('Here -> There',20155,-87042,142346,-3646,10000,0),
('Here -> There',20156,73927,142630,-3773,10000,0),
('Here -> There',20157,12661,181687,-3555,0,0),
('Here -> There',20158,147451,46728,-3405,10000,0),
('Here -> There',20159,10560,-23769,-3653,10000,0),
('Here -> There',20160,69909,18214,-3651,10000,0),
('Here -> There',20161,105859,109728,-3209,10000,0),
('Here -> There',20162,114676,-149320,-3271,10000,0),
('Here -> There',20163,109211,-131148,-2801,10000,0),
('Here -> There',20164,120138,-149269,-3287,10000,0),
('Here -> There',20165,92708,-120229,-4446,10000,0),
('Here -> There',20166,93066,-118566,-4351,10000,0),
('Here -> There',20167,92378,-123355,-4285,10000,0),
('Here -> There',20168,47920,186327,-3486,10000,0),
('Here -> There',20169,42931,187841,-3500,10000,0),
('Here -> There',20170,41839,183129,-3279,10000,0),
('Here -> There',20171,44494,181034,-2802,10000,0),
('Here -> There',20172,46189,184025,-3551,10000,0),
('Here -> There',20173,47218,180436,-3245,10000,0),
('Here -> There',20174,51100,182656,-3322,10000,0),
('Here -> There',20175,124374,-151311,-2732,10000,0),
('Here -> There',20176,118497,-153905,-2119,10000,0);
('Here -> There',20175,124374,-151311,-2732,10000,0),
well its hard to explain.. every time you make you have to add 1 more to the numers like
20178 than 20179 etc etc
('Here -> There',20175,124374,-151311,-2732,10000,0),
These are the Loc
Y X...etc
simple use command ingame /loc when u stay at the place your player want spawn
('Here -> There',20175,124374,-151311,-2732,10000,0),
is the price of the Teleport right now its 10,000 allso 10k adena
('Here -> There',20175,124374,-151311,-2732,10000,0),
('Here -> There',20176,118497,-153905,-2119,10000,0);
the , you have to at the end of ever port ! but when your list is Done you have to make a ; if u dont the sql wont work and allso you can do
('Here -> There',20175,124374,-151311,-2732,10000,0),
('Here -> There',20176,118497,-153905,-2119,10000,0); <--
('Here -> There',20175,124374,-151311,-2732,10000,0),
('Here -> There',20176,118497,-153905,-2119,10000,0);
smth like this it has to be
('Here -> There',20175,124374,-151311,-2732,10000,0), <---
('Here -> There',20176,118497,-153905,-2119,10000,0), <---
('Here -> There',20175,124374,-151311,-2732,10000,0), <---
('Here -> There',20176,118497,-153905,-2119,10000,0); <---
so the next SQL of the GK
--
-- Table structure for table `locations`
--
DROP TABLE IF EXISTS locations;
CREATE TABLE `locations` (
`loc_id` int(9) NOT NULL default '0',
`loc_x` int(9) NOT NULL default '0',
`loc_y` int(9) NOT NULL default '0',
`loc_zmin` int(9) NOT NULL default '0',
`loc_zmax` int(9) NOT NULL default '0',
`proc` int(3) NOT NULL default '0',
PRIMARY KEY (`loc_id`,`loc_x`,`loc_y`),
KEY `proc` (`proc`)
) TYPE=MyISAM;
--
-- Dumping data for table `locations`
--
INSERT INTO `locations` (`loc_id`, `loc_x`, `loc_y`, `loc_zmin`, `loc_zmax`, `proc`) VALUES
(19999,46076,41471,-3505,-3505,0),
(20000,-84187,244600,-3727,-3727,0),
(20001,46947,51473,-2972,-2972,0),
(20002,9743,15558,-4570,-4570,0),
(20003,-45190,-112533,-236,-236,0),
(20004,115139,-178160,-899,-899,0),
(20005,-80789,149817,-3040,-3040,0),
(20006,-12717,122775,-3113,-3113,0),
(20007,15659,142927,-2702,-2702,0),
(20008,83375,147953,-3401,-3401,0),
(20009,111394,219350,-3542,3542,0),
(20010,117073,76895,-2697,-2697,0),
(20011,82901,53208,-1492,-1492,0),
(20012,146814,25790,-2009,-2009,0),
(20013,147941,-55278,-2729,-2729,0),
(20014,43782,-47707,-793,-793,0),
(20015,87092,-143381,-1289,-1289,0),
(20016,-72127,257474,-3111,-3111,0),
(20017,-89588,248965,-3571,-3571,0),
(20018,-96816,258956,-3619,-3619,0),
(20019,-99719,237920,-3569,-3569,0),
(20020,-100751,213844,-3123,-3123,0),
(20021,-112901,235021,-3689,-3689,0),
(20022,51861,75958,-3491,-3491,0),
(20023,22568,53577,-3607,-3607,0),
(20024,29072,74967,-3775,-3775,0),
(20025,28087,11031,-4230,-4230,0),
(20026,19315,6651,-3472,-3472,0),
(20027,-14197,44803,-3589,-3589,0),
(20028,-47048,59979,-3336,-3336,0),
(20029,-36430,65356,-3366,-3366,0),
(20030,-44262,78955,-3742,-3742,0),
(20031,-61251,75279,-3353,-3353,0),
(20032,-10706,75815,-3592,-3592,0),
(20033,-56219,-113602,-673,-673,0),
(20034,-39585,-106886,-2031,-2031,0),
(20035,9422,-112485,-2531,-2531,0),
(20036,8778,-140291,-1194,-1194,0),
(20037,27527,-124390,-792,-792,0),
(20038,-18981,-127935,-2095,-2095,0),
(20039,-3562,-89847,-2256,-2256,0),
(20040,108152,-174283,-406,-406,0),
(20041,152370,-180195,842,842,0),
(20042,139759,-177511,-1539,-1539,0),
(20043,155680,-173586,2492,2492,0),
(20044,178798,-184366,-350,-350,0),
(20045,169187,-208222,-3483,-3483,0),
(20046,126912,-210512,-3524,-3524,0),
(20047,-90842,150032,-3623,-3623,0),
(20048,-51408,135798,-2938,-2938,0),
(20049,-59717,126327,-3013,-3013,0),
(20050,-68632,115354,-3603,-3603,0),
(20051,-96237,104062,-3530,-3530,0),
(20052,-81800,76788,-3400,-3400,0),
(20053,-52918,190851,-3522,-3522,0),
(20054,-44919,188029,-3253,-3253,0),
(20055,-44741,202065,-3490,-3490,0),
(20056,-20154,137381,-3892,-3892,0),
(20057,-42486,120260,-3482,-3482,0),
(20058,-27980,108619,-3723,-3723,0),
(20059,-6095,99174,-3706,-3706,0),
(20060,-25700,161989,-2531,-2531,0),
(20061,-10008,175896,-4121,-4121,0),
(20062,-16738,210109,-3690,-3690,0),
(20063,29280,138441,-3154,-3154,0),
(20064,14389,124292,-3712,-3712,0),
(20065,47500,117558,-2495,-2495,0),
(20066,45577,109858,-1988,-1988,0),
(20067,44591,148491,-3697,-3697,0),
(20068,17288,170306,-3502,-3502,0),
(20069,27716,182264,-3328,-3328,0),
(20070,17712,114196,-11699,-11699,0),
(20071,17717,108385,-9054,-9054,0),
(20072,17727,116179,-6591,-6591,0),
(20073,47849,186719,-3482,-3482,0),
(20074,49359,164998,-3001,-3001,0),
(20075,113833,135016,-3639,-3639,0),
(20076,75586,132677,-3566,-3566,0),
(20077,69828,125944,-3785,-3785,0),
(20078,72255,117689,-3665,-3665,0),
(20079,131539,114400,-3707,-3707,0),
(20080,101479,178022,-3218,-3218,0),
(20081,108948,204619,-3502,-3502,0),
(20082,81124,182762,-3517,-3517,0),
(20083,89982,207997,-3637,-3637,0),
(20084,41462,197233,-4626,-4626,0),
(20085,84628,235485,-3761,-3761,0),
(20086,122880,63035,-3611,-3611,0),
(20087,146323,78436,-3026,-3026,0),
(20088,160483,89682,-3648,-3648,0),
(20089,91165,64667,-3719,-3719,0),
(20090,77192,71930,-3683,-3683,0),
(20091,87424,83660,-3058,-3058,0),
(20092,85276,16191,-3670,-3670,0),
(20093,62526,30006,-3742,-3742,0),
(20094,92700,10578,-3553,-3553,0),
(20095,81343,-3188,-3387,-3387,0),
(20096,87911,-21362,-2190,-2190,0),
(20097,136097,16308,-3688,-3688,0),
(20098,159965,15115,-3893,-3893,0),
(20099,118616,-4996,-3996,-3996,0),
(20100,153887,-2951,-4230,-4230,0),
(20101,179509,-7898,-3528,-3528,0),
(20102,181823,-15876,-2432,-2432,0),
(20103,166751,20307,-3327,-3327,0),
(20104,185384,20296,-3266,-3266,0),
(20105,167964,37849,-4084,-4084,0),
(20106,171786,56505,-5616,-5616,0),
(20107,177854,51728,-3989,-3989,0),
(20108,146910,-67349,-3661,-3661,0),
(20109,125744,-41067,-3726,-3726,0),
(20110,164786,-48081,-3559,-3559,0),
(20111,185352,-56458,-3170,-3170,0),
(20112,187436,-75501,-2781,-2781,0),
(20113,169447,-116283,-2362,-2362,0),
(20114,149616,-112428,-2060,-2060,0),
(20115,123265,-74857,-2900,-2900,0),
(20116,38008,-38021,-3643,-3643,0),
(20117,94952,-59916,-2444,-2444,0),
(20118,61898,-48904,-2557,-2557,0),
(20119,64663,-71525,-3722,-3722,0),
(20120,41005,-92145,-3706,-3706,0),
(20121,46787,-76272,-3033,-3033,0),
(20122,111642,-155267,-1533,-1533,0),
(20123,56095,-118952,-3285,-3285,0),
(20124,68595,-110491,-1936,-1936,0),
(20125,84881,-111978,-2701,-2701,0),
(20126,114078,-109100,-892,-892,0),
(20127,46757,-111828,-2471,-2471,0),
(20128,-42018,206372,-3359,-3359,0),
(20129,45693,127319,-3685,-3685,0),
(20130,107824,173597,-3711,-3711,0),
(20131,-25143,77811,-3445,-3445,0),
(20132,-55681,78675,-3013,-3013,0),
(20133,115318,132807,-3103,-3103,0),
(20134,80136,209206,-3711,-3711,0),
(20135,168886,-18041,-3199,-3199,0),
(20136,39174,143946,-3653,-3653,0),
(20137,42823,170766,-3253,-3253,0),
(20138,74757,78396,-3397,-3397,0),
(20139,137017,79224,-3727,-3727,0),
(20140,110528,84088,-4839,-4839,0),
(20141,-22855,13958,-3173,-3173,0),
(20142,118152,16052,-5151,-5151,0),
(20143,114677,19517,-3609,-3609,0),
(20144,118029,16038,-2127,-2127,0),
(20145,114630,19333,-645,-645,0),
(20146,117213,16096,928,928,0),
(20147,114773,19720,1947,1947,0),
(20148,114582,12368,2957,2957,0),
(20149,111009,16140,3967,3967,0),
(20150,117216,18640,4977,4977,0),
(20151,118347,16059,5987,5987,0),
(20152,115882,17355,6760,6760,0),
(20153,117275,16056,7996,7996,0),
(20154,115905,17321,8770,8770,0),
(20155,-87042,142346,-3646,-3646,0),
(20156,73927,142630,-3773,-3773,0),
(20157,12661,181687,-3555,-3555,0),
(20158,147451,46728,-3405,-3405,0),
(20159,10560,-23769,-3653,-3653,0),
(20160,69909,18214,-3651,-3651,0),
(20161,105859,109728,-3209,-3209,0),
(20162,114676,-149320,-3271,-3271,0),
(20163,109211,-131148,-2801,-2801,0),
(20164,120138,-149269,-3287,-3287,0),
(20165,92708,-120229,-4446,-4446,0),
(20166,93066,-118566,-4351,-4351,0),
(20167,92378,-123344,-4285,-4285,0),
(20168,47920,186327,-3486,-3486,0),
(20169,42931,187841,-3500,-3500,0),
(20170,41839,183129,-3279,-3279,0),
(20171,44494,181034,-2802,-2802,0),
(20172,46189,184025,-3551,-3551,0),
(20173,47218,180436,-3245,-3245,0),
(20174,51100,182656,-3322,-3322,0),
(20175,124374,-151311,-2732,-2732,0),
(20176,118497,-153905,-2119,-2119,0);
looks similar
(20177,124374,-151311,-2732,-2732,0),
for here if u did add a new custom port in one file whit Than you have to add in the other file it whit the same numers 20177 !! if u dont it dosent work
(20176,118497,-153905,-2119,-2119,0);
again the locs
(20176,118497,-153905,-2119,-2119,0);
if u do -2119 and again -2119 it spawn at this loc every time
if u do it like -2119 and than -2115 it spawns around -2119 and -2115
so after you finished the SQL part you need add them to your Htmls from the global GK you can do it simple or add a new page for ports here whit a new page example :
GK Htmls are in : Data\html\teleporter(at mine version l2joneo pack)
<html>
<body>
<center><tr><td><font color="2B60DE">Chaos Gatekeeper</font></tr></td><br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
<tr><td><font color="736F6E"></font></tr></td><br>
<tr><td><font color="153E7E">Welcome traveler! Feel free to go</font></tr></td><br>
<tr><td><font color="153E7E">anywhere your skills allow you to.</font></tr></td>
<br>
<tr><td><font color="736F6E"></font></tr></td><br>
<tr><td><a action="bypass -h npc_%objectId%_Chat 1"><font color="F9966B">Towns</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 32"><font color="F9966B">Main Base</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 24"><font color="FBB117">7signs</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 4"><font color="FBB117">Leveling & PvP Areas</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 27"><font color="41627E">Tower Of Insolence</font></a></tr>
<tr><td><br></td></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 28"><font color="7D2252">Arenas</font></a></td></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 29"><font color="5CB3FF">Special Areas</font></a></td></tr>
<br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
</body>
</html>
to add a new page you have to do it like this
<html>
<body>
<center><tr><td><font color="2B60DE">Chaos Gatekeeper</font></tr></td><br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
<tr><td><font color="736F6E"></font></tr></td><br>
<tr><td><font color="153E7E">Welcome traveler! Feel free to go</font></tr></td><br>
<tr><td><font color="153E7E">anywhere your skills allow you to.</font></tr></td>
<br>
<tr><td><font color="736F6E"></font></tr></td><br>
<tr><td><a action="bypass -h npc_%objectId%_Chat 1"><font color="F9966B">Towns</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 32"><font color="F9966B">Main Base</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 24"><font color="FBB117">7signs</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 4"><font color="FBB117">Leveling & PvP Areas</font></a></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 27"><font color="41627E">Tower Of Insolence</font></a></tr>
<tr><td><br></td></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 28"><font color="7D2252">Arenas</font></a></td></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_Chat 29"><font color="5CB3FF">Special Areas</font></a></td></tr>
<br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
</body>
</html>
<tr><td><a action="bypass -h npc_%objectId%_Chat 29"><font
color="5CB3FF">Special Areas</font></a></td></tr>
this is the numers of your html were it goes
<tr><td><a action="bypass -h npc_%objectId%_Chat 2[/B]"><font
color="5CB3FF">Special Areas</font></a></td></tr>
this is your color of the text you want
<tr><td><a action="bypass -h npc_%objectId%_Chat 29"><font
color="5CB3FF">eko meko <3</font></a></td></tr>
name of loc html
than you create a new html whit name :
40007-29 <-- number 29 because in the html you did set 29 too u can change it to 55 or 10201 but than you have to change the numer in the html to to 55 or 10201
so open the html :
<html>
<body>
<center><tr><td><tr><td><font color="5CB3FF">Special Areas</font></tr></td><br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
<tr><td><font color="736F6E"></font></tr></td><br>
<tr><td><a action="bypass -h npc_%objectId%_goto -20176" msg="811;Primeval Isle"><font color="AF7817">Primeval Isle</font></a></td></tr>
<tr><td><br></td></tr>
<tr><td><a action="bypass -h npc_%objectId%_goto 20160" msg="811;Somewhere nice^^"><font color="C48189">A little cottage</font></a></td></tr>
<br>
<tr><td><font color="2554C7">__________________</font></tr></td><br>
<tr><td><font color="736F6E"></font></tr></td><br>
<a action="bypass -h npc_%objectId%_Chat 0"><font color="43C6DB">Back</font></a>
<tr><td><br></td></tr>
<tr><td><font color="696565">HF & GL</font></tr></td><br>
</body>
</html>
this is number wich is in your sql too
20176 is in your sql too you allso change change the number
msg is wich will be displayed when you want port were you have to click ok
front color of the text
hope it did help a bit i suck at writte guides its hard to explain for me because my main lanuage isnt english either and i cant find the right words :)
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.