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

    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
    • Up   SELL CHARACTERS L2 REBORN FRANZ x1     destroyer 74 lvl naked - 120 euro sws 71 lvl naked - 120 euro pp 66 skills - 120 euro se 64 lvl - 90 euro   Characters are legit with mail   i can wtt the characters for adena server franz   sell adena franz 250kk stock     add discord topeseller4081  
  • 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..