Jump to content
  • 0

[Help]With Buffer and Gm shop + Global GateKeeper


Question

Posted

[Err] 1146 - Table 'l2jdb.custom_npc' doesn't exist

[Err] INSERT INTO custom_npc

  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `enchant`, `walkspd`, `runspd`, `isUndead`, `dropHerbGroup`, `basestats`)

VALUES

  (10002, 10, 'NPC GM Shop', 1, 'NPC GM Shop', 1, 'LineageMonster.wererat_01te', 14.00, 25.00, 35, 'male', 'L2Merchant', 40, 773, 366, 7.11, 1.84, 40, 43, 30, 21, 20, 20, 2470, 145, 159, 170, 111, 113, 230, 500, 333, 0, 0, 0, 0, 80, 120, 0, 1, 1);

[Msg] Finished - Unsuccessfully

 

 

I have this problem when  i go to add new npc  my server is l2j Compile ta ekana ola swsta apo edw http://www.maxcheaters.com/forum/index.php?topic=145109.0 douleui o server beno mesa ola douleuoun ala gia na kano add npc den me afini an iparxi kapia lisi sas parakalw pitemou eine Freya Ct 2.5  (L2jServer Revision 7738 Download) apo edw to pira. http://www.maxcheaters.com/forum/index.php?topic=113748.0

Mipos epidi eine last update den boro na valo npc i kamia sxesi an kseris kapios as me voithisi euxaristw polu.

 

Episis Exo kai ena alo Provlima me ta skills kati lei.

30770198.png

 

7 answers to this question

Recommended Posts

  • 0
Posted

Φίλε είναι απλό,σου λέει ότι δεν υπάρχει custom_npc table,είναι απλή η λύση

άνοιξε το sql αρχείο του gm-shop και εκεί που λέει custom_npc βάλε npc ή κάνε ένα custom_npc table,αλλά πρέπει να το κάνεις και register

  • 0
Posted

config/general

 

# ---------------------------------------------------------------------------
# Database Custom Tables
# ---------------------------------------------------------------------------
# Default: False
CustomSpawnlistTable = False

# Option to save GM spawn only in the custom table.
# Default: False
SaveGmSpawnOnCustom = False

# Option to delete spawn in alternate table.
# Default: False
DeleteGmSpawnOnCustom = False

# Default: False
CustomNpcTable = False

# Default: False
CustomNpcSkillsTable = False

# Default: False
CustomArmorSetsTable = False

# Default: False
CustomTeleportTable = False

# Default: False
CustomDroplistTable = False

# Default: False
CustomMerchantTables = False

# Default: False
CustomNpcBufferTables = False

prepei na kaneis  true  giati einai customs den einai alla npc :P

  • 0
Posted

Φίλε είναι απλό,σου λέει ότι δεν υπάρχει custom_npc table,είναι απλή η λύση

άνοιξε το sql αρχείο του gm-shop και εκεί που λέει custom_npc βάλε npc ή κάνε ένα custom_npc table,αλλά πρέπει να το κάνεις και register

Euxaristw kamia lisi gia to alo meta skills?

config/general

 

# ---------------------------------------------------------------------------
# Database Custom Tables
# ---------------------------------------------------------------------------
# Default: False
CustomSpawnlistTable = False

# Option to save GM spawn only in the custom table.
# Default: False
SaveGmSpawnOnCustom = False

# Option to delete spawn in alternate table.
# Default: False
DeleteGmSpawnOnCustom = False

# Default: False
CustomNpcTable = False

# Default: False
CustomNpcSkillsTable = False

# Default: False
CustomArmorSetsTable = False

# Default: False
CustomTeleportTable = False

# Default: False
CustomDroplistTable = False

# Default: False
CustomMerchantTables = False

# Default: False
CustomNpcBufferTables = False

prepei na kaneis  true  giati einai customs den einai alla npc :P

Euxaristw

Kapws Etc?

 

# ---------------------------------------------------------------------------

# Database Custom Tables

# ---------------------------------------------------------------------------

# Default: False

CustomSpawnlistTable = True

 

# Option to save GM spawn only in the custom table.

# Default: False

SaveGmSpawnOnCustom = True

 

# Option to delete spawn in alternate table.

# Default: False

DeleteGmSpawnOnCustom = True

 

# Default: False

CustomNpcTable = True

 

# Default: False

CustomItemTables = True

 

# Default: False

CustomArmorSetsTable = True

 

# Default: False

CustomTeleportTable = True

 

# Default: False

CustomDroplistTable = True

 

# Default: False

CustomMerchantTables = True

 

  • 0
Posted

exeis perasei tpt  mesa ?

giati emena dn mou bgazei kanena tetoio pragma..

Oxi filemou compile to ekana mono kai to aniksa apla

Den exi kanena custom to server

 

Problem fixed ----Locked----

Guest
This topic is now closed to further replies.


  • Posts

    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock