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

    • ## [1.5.1] - 2026-01-30   ### 🐛 Bug Fixes - **Top Voters**: Top voters list now loads correctly for inactive servers (previously showed "Server not found"). - **View Counter**: Server info page view count now records correctly for inactive servers.   ### 🔄 Improvements - **My Servers – Hide/Active**: The hide/active toggle now works correctly and is only shown when the server is approved (active) by an admin. Owner hide/show is separate from admin status. Toggling no longer causes a full page refresh. - **Accessibility**: Form fields across the site now have proper labels and IDs for screen readers and autofill — server info edit form, add server form, My Servers edit, Admin Panel (Email, Vote System, pricing, filters, logs), and related inputs.
    • LIVE VERIFICATION? SUMSUB? “IMPOSSIBLE”? ▪ Spoiler: it is possible — if you know who to work with. A client came in with a task to pass **live verification** on **WantToPay**, a Telegram virtual card service. On the platform side — **Sumsub**: liveness check, SMS, manual review. “Fast” and “by eye” simply don’t work here. › What was done: → analyzed the verification scenario and Sumsub requirements → built the correct flow: phone number, email, timing → **completed live verification remotely, without account handover** → handled SMS and confirmation codes → brought the process to final approval ▪ Result: → verification passed → access granted → no flags or repeat requests ▪ Live verification is not luck. It’s scenario-based preparation — not hope. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #verification #sumsub #livecheck #kyc #case
    • IMPORTANT INFO: In a few days, I will switch to completely new code, written from scratch with a new download system, patch building and management system. The Updater will become true 2026 code with "foolproof systems". I'm going to create a Discord server for customers to request new ideas and features. FIRST CUSTOMERS ARE ALREADY USING THE NEW UPDATER ON LIVE SERVERS! Watch this topic for upcoming info because the new updater is around the corner! Yes, you can still use self-update on the previous updater! No, the new updater won't be compatible with the old patch system! A new build is required, but players who already have game files won't have to download the entire patch again! New templates and updates to existing templates are coming soon! Sneak peek:  
  • 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..