Jump to content
  • 0

[REQUEST]Gatekeeper for Epilogue L2JServer [SOLVED]


Question

Posted

Hi, i am working in new server with some friends but we are looking for:

-Global Gatekeeper

-Npc Buffer that works with schemes

So, if you could help i'd really thank you. . .

however . .  thanks for taking time to read my post (:

 

P.D. i'm using this server pack

http://www.maxcheaters.com/forum/index.php?topic=113748.0

8 answers to this question

Recommended Posts

  • 0
Posted

Well there are a lot of posts about gatekeepers and buffers u just have to search...it is better than giving ya something that u don't like....Almost every post has Screenshots so i am sure u'll find something that u really like.......

  • 0
Posted

well . . . i found a lot of gk here, but when i try to add the .sql files, always there is an error

or it is in the npc or it is with the locations.

even if i try to add manually, navicat doesn't accept it . . .

that's why i ask people to help me

i will take every suggestion.

  • 0
Posted

thanks inmortal (:

well, here is the code

 

 

INSERT INTO `npc` VALUES ('11', '32138', 'Thomas D. Turkey', '0', 'Monster2.baby_tiger', '0', 'LineageMonster4.br_crazy_turkey', '20.00', '30.00', '70', 'male', 'L2Npc', '40', '3862', '1494', '0.00', '0.00', '40', '43', '30', '21', '20', '20', '0', '0', '1303', '471', '607', '382', '253', '0', '333', '0', '0', '0', '0', '30', '132', '0', '0', 'LAST_HIT', 'false');

 

 

and this is the problem :

 

[Err] 1136 - Column count doesn't match value count at row 1

[Err] INSERT INTO `npc` VALUES ('11', '32138', 'Thomas D. Turkey', '0', 'Monster2.baby_tiger', '0', 'LineageMonster4.br_crazy_turkey', '20.00', '30.00', '70', 'male', 'L2Npc', '40', '3862', '1494', '0.00', '0.00', '40', '43', '30', '21', '20', '20', '0', '0', '1303', '471', '607', '382', '253', '0', '333', '0', '0', '0', '0', '30', '132', '0', '0', 'LAST_HIT', 'false');

[Msg] Finished - Unsuccessfully

 

 

P.D. i am using the server pack from this link

http://www.maxcheaters.com/forum/index.php?topic=113748.0

  • 0
Posted

INSERT INTO `npc` VALUES ('555', '32138', 'HighOne', '1', '', '1', 'LineageNPC2.K_kekrops', '18.00', '28.00', '70', 'male', 'L2Npc', '40', '3862', '1494', '0.00', '0.00', '40', '43', '30', '21', '20', '20', '0', '0', '1303', '471', '607', '382', '253', '0', '333', '0', '0', '0', '0', '30', '132', '0', '0', 'LAST_HIT', 'false');

 

okay try that code and tell me if it works....it seems like u already has an npc with id '11'...so i changed the id...Ahh and when u put custom npcs in ur server u gotta use '1' in both serversidename and serversidetitle....The empty value is the npc's title,over there u can add whatever ya want btw i named the npc HighOne u can change it as well..I fixed something else as well the template id you use is the template id of Kekropus soo u have to use Kekropus's Collision_radious & Collision_height and its class(LineageNPC2.K_kekrops)...otherwise the npc will appear in or above the ground.....After that go to gameserver/data/html/teleporter and rename the previous html of the gk to 555.htm chats as well (555-1.htm) etc....

 

That is the `npc` table...if ya want to add a gatekeeper u have to add values at the `teleport` table as well....

 

That's all...if ya find any difficulty in adding the teleports let us know.....

  • 0
Posted
Ahh and when u put custom npcs in ur server u gotta use '1' in both serversidename and serversidetitle..

 

That's totally wrong, pal!

Why should he put "1" in both of these fields?

He may not want the NPCs to have these names, or he may want to put it like that as default, and change it in the future.

  • 0
Posted

That's totally wrong, pal!

Why should he put "1" in both of these fields?

He may not want the NPCs to have these names, or he may want to put it like that as default, and change it in the future.

 

If he wants to keep the default Name of the npc as it is yeah he can leave it '0'....but if he wants to change the name he has to put '1' in the value......

The empty value is the npc's title,over there u can add whatever ya want btw i named the npc HighOne u can change it as well..
So why u post just to take the Adenas???Anyways nothin was wrong in the post!!!!!
  • 0
Posted

INSERT INTO `npc` VALUES ('555', '32138', 'HighOne', '1', '', '1', 'LineageNPC2.K_kekrops', '18.00', '28.00', '70', 'male', 'L2Npc', '40', '3862', '1494', '0.00', '0.00', '40', '43', '30', '21', '20', '20', '0', '0', '1303', '471', '607', '382', '253', '0', '333', '0', '0', '0', '0', '30', '132', '0', '0', 'LAST_HIT', 'false');

 

okay try that code and tell me if it works....it seems like u already has an npc with id '11'...so i changed the id...Ahh and when u put custom npcs in ur server u gotta use '1' in both serversidename and serversidetitle....The empty value is the npc's title,over there u can add whatever ya want btw i named the npc HighOne u can change it as well..I fixed something else as well the template id you use is the template id of Kekropus soo u have to use Kekropus's Collision_radious & Collision_height and its class(LineageNPC2.K_kekrops)...otherwise the npc will appear in or above the ground.....After that go to gameserver/data/html/teleporter and rename the previous html of the gk to 555.htm chats as well (555-1.htm) etc....

 

That is the `npc` table...if ya want to add a gatekeeper u have to add values at the `teleport` table as well....

 

That's all...if ya find any difficulty in adding the teleports let us know.....

That's totally wrong, pal!

Why should he put "1" in both of these fields?

He may not want the NPCs to have these names, or he may want to put it like that as default, and change it in the future.

 

thanks both of you, i knew that about sidename and sidetittle, but if someone needs to change the name, always need to change the 0 [normally] to 1 [to show the edited name]

well . . .

now i will test the sql you showed me (:

 

...

 

THANKS!

IT WORKED (:

...

now i have to keep loking for a buffer with schemes (:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • Thank you for your feedback. To help me improve the system, please leave your comments or report any bugs. I will try to release weekly updates. 
    • Thank you for your feedback, SkyLord — even the negative kind.   Let me give you some context on who we actually are, since you asked. L2-Scripts has been around for nearly 20 years. Over that time, we've worked with a large number of developers — I've personally seen probably half of every serious (and not-so-serious) developer in this scene. The most significant figure in our studio's history was Bonux. Together with a small team of assistants, he was essentially the backbone of our old codebase, and we were the ones who brought virtually every chronicle to the community — Essence, Classic, Main — all of it came through us.   Back then, we worked at scale. That era is over. Today, L2-Scripts is no longer a studio in the traditional sense. It's more of a developer collective. I work alongside the best developers I've encountered in 20 years. Bonux is still with us on Classic. A new developer named Den has joined — in just 3 years he became one of the top Essence developers in the world. Every one of us works independently, but we're united by long-standing friendships and shared projects.   We no longer chase every chronicle or every client. For the past several years, we've been focused exclusively on specific long-term projects where we're paid a proper salary — and when you focus like that, with 20 years of experience behind you, the quality of what you produce is on a completely different level. Our code is currently running on nearly all top Essence and Classic servers. We're now bringing Main (Last Protocol) up to that same standard.   You mentioned Nexvil. Yes, he worked with us. That was a difficult period — the lead developer at the time was not up to the standard we hold ourselves to. It was a short period, and it's long behind us.   As for the prices — I'd ask you not to judge a product by whether you personally can afford it. That's not a fair measure of value. The people running top-tier servers understand what they're paying for. If our pricing doesn't fit your budget, that's completely fine — but downvoting a service simply because it feels expensive to you doesn't reflect well, and it certainly doesn't make the product worse.   A special thank you to eMommy and Zenith for the honest and fair words — it genuinely means a lot. It's good to know there are people in this community who judge things as they are.
    • Just because someone does professional sales doesn’t mean everything is overpriced. If the products he provides are stable and good quality, then I see nothing wrong with it, and those prices aren’t even bad. Remember, we’re living in 2026, not 10 years in the past. Your mindset is probably stuck on buying the cheapest products because maybe you can’t afford better ones. And of course, there’s always someone who likes blaming others. I think you should mind your own business instead of blaming someone for how they run theirs. If you really think his prices are too expensive, then do better than him.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..