Jump to content
  • 0

Skill Enchanter For L2Jfrozen


Question

Posted

Im looking for Skill Enchanter NPC for L2jFrozen .. i tryed 2-3 npc's but when i install in mysql ( skill learn.sql ) all my custom npc's in custom_npcs table are deleted ... any suggestions?

Recommended Posts

  • 0
Posted

Fix the query? Add it by hand?

yes i try to add by hand and i get this error : WARN  NPCTable: Error defining learning data for NPC 12621: specified classId 131 is higher then max one 118 specified into ClassID Enum -->

 check your Database to be complient with it.

  • 0
Posted

this is the sql to npc
 

INSERT INTO npc VALUES ('20703', '25284', 'Diana', '1', 'Enchanter Skill', '1', 'Monster.zaken', '9.00', '34.00', '60', 'female', 'L2Merchant', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', '', '0', '0', '0', 'LAST_HIT');

this is the skill learn.sql

INSERT INTO `skill_learn` VALUES ('20703', '0');
INSERT INTO `skill_learn` VALUES ('20703', '1');
INSERT INTO `skill_learn` VALUES ('20703', '2');
INSERT INTO `skill_learn` VALUES ('20703', '3');
INSERT INTO `skill_learn` VALUES ('20703', '4');
INSERT INTO `skill_learn` VALUES ('20703', '5');
INSERT INTO `skill_learn` VALUES ('20703', '6');
INSERT INTO `skill_learn` VALUES ('20703', '7');
INSERT INTO `skill_learn` VALUES ('20703', '8');
INSERT INTO `skill_learn` VALUES ('20703', '9');
INSERT INTO `skill_learn` VALUES ('20703', '10');
INSERT INTO `skill_learn` VALUES ('20703', '11');
INSERT INTO `skill_learn` VALUES ('20703', '12');
INSERT INTO `skill_learn` VALUES ('20703', '13');
INSERT INTO `skill_learn` VALUES ('20703', '14');
INSERT INTO `skill_learn` VALUES ('20703', '15');
INSERT INTO `skill_learn` VALUES ('20703', '16');
INSERT INTO `skill_learn` VALUES ('20703', '17');
INSERT INTO `skill_learn` VALUES ('20703', '18');
INSERT INTO `skill_learn` VALUES ('20703', '19');
INSERT INTO `skill_learn` VALUES ('20703', '20');
INSERT INTO `skill_learn` VALUES ('20703', '21');
INSERT INTO `skill_learn` VALUES ('20703', '22');
INSERT INTO `skill_learn` VALUES ('20703', '23');
INSERT INTO `skill_learn` VALUES ('20703', '24');
INSERT INTO `skill_learn` VALUES ('20703', '25');
INSERT INTO `skill_learn` VALUES ('20703', '26');
INSERT INTO `skill_learn` VALUES ('20703', '27');
INSERT INTO `skill_learn` VALUES ('20703', '28');
INSERT INTO `skill_learn` VALUES ('20703', '29');
INSERT INTO `skill_learn` VALUES ('20703', '30');
INSERT INTO `skill_learn` VALUES ('20703', '31');
INSERT INTO `skill_learn` VALUES ('20703', '32');
INSERT INTO `skill_learn` VALUES ('20703', '33');
INSERT INTO `skill_learn` VALUES ('20703', '34');
INSERT INTO `skill_learn` VALUES ('20703', '35');
INSERT INTO `skill_learn` VALUES ('20703', '36');
INSERT INTO `skill_learn` VALUES ('20703', '37');
INSERT INTO `skill_learn` VALUES ('20703', '38');
INSERT INTO `skill_learn` VALUES ('20703', '39');
INSERT INTO `skill_learn` VALUES ('20703', '40');
INSERT INTO `skill_learn` VALUES ('20703', '41');
INSERT INTO `skill_learn` VALUES ('20703', '42');
INSERT INTO `skill_learn` VALUES ('20703', '43');
INSERT INTO `skill_learn` VALUES ('20703', '44');
INSERT INTO `skill_learn` VALUES ('20703', '45');
INSERT INTO `skill_learn` VALUES ('20703', '46');
INSERT INTO `skill_learn` VALUES ('20703', '47');
INSERT INTO `skill_learn` VALUES ('20703', '48');
INSERT INTO `skill_learn` VALUES ('20703', '49');
INSERT INTO `skill_learn` VALUES ('20703', '50');
INSERT INTO `skill_learn` VALUES ('20703', '51');
INSERT INTO `skill_learn` VALUES ('20703', '52');
INSERT INTO `skill_learn` VALUES ('20703', '53');
INSERT INTO `skill_learn` VALUES ('20703', '54');
INSERT INTO `skill_learn` VALUES ('20703', '55');
INSERT INTO `skill_learn` VALUES ('20703', '56');
INSERT INTO `skill_learn` VALUES ('20703', '57');
INSERT INTO `skill_learn` VALUES ('20703', '58');
INSERT INTO `skill_learn` VALUES ('20703', '59');
INSERT INTO `skill_learn` VALUES ('20703', '60');
INSERT INTO `skill_learn` VALUES ('20703', '61');
INSERT INTO `skill_learn` VALUES ('20703', '62');
INSERT INTO `skill_learn` VALUES ('20703', '63');
INSERT INTO `skill_learn` VALUES ('20703', '64');
INSERT INTO `skill_learn` VALUES ('20703', '65');
INSERT INTO `skill_learn` VALUES ('20703', '66');
INSERT INTO `skill_learn` VALUES ('20703', '67');
INSERT INTO `skill_learn` VALUES ('20703', '68');
INSERT INTO `skill_learn` VALUES ('20703', '69');
INSERT INTO `skill_learn` VALUES ('20703', '70');
INSERT INTO `skill_learn` VALUES ('20703', '71');
INSERT INTO `skill_learn` VALUES ('20703', '72');
INSERT INTO `skill_learn` VALUES ('20703', '73');
INSERT INTO `skill_learn` VALUES ('20703', '74');
INSERT INTO `skill_learn` VALUES ('20703', '75');
INSERT INTO `skill_learn` VALUES ('20703', '76');
INSERT INTO `skill_learn` VALUES ('20703', '77');
INSERT INTO `skill_learn` VALUES ('20703', '78');
INSERT INTO `skill_learn` VALUES ('20703', '79');
INSERT INTO `skill_learn` VALUES ('20703', '80');
INSERT INTO `skill_learn` VALUES ('20703', '81');
INSERT INTO `skill_learn` VALUES ('20703', '82');
INSERT INTO `skill_learn` VALUES ('20703', '83');
INSERT INTO `skill_learn` VALUES ('20703', '84');
INSERT INTO `skill_learn` VALUES ('20703', '85');
INSERT INTO `skill_learn` VALUES ('20703', '86');
INSERT INTO `skill_learn` VALUES ('20703', '87');
INSERT INTO `skill_learn` VALUES ('20703', '88');
INSERT INTO `skill_learn` VALUES ('20703', '89');
INSERT INTO `skill_learn` VALUES ('20703', '90');
INSERT INTO `skill_learn` VALUES ('20703', '91');
INSERT INTO `skill_learn` VALUES ('20703', '92');
INSERT INTO `skill_learn` VALUES ('20703', '93');
INSERT INTO `skill_learn` VALUES ('20703', '94');
INSERT INTO `skill_learn` VALUES ('20703', '95');
INSERT INTO `skill_learn` VALUES ('20703', '96');
INSERT INTO `skill_learn` VALUES ('20703', '97');
INSERT INTO `skill_learn` VALUES ('20703', '98');
INSERT INTO `skill_learn` VALUES ('20703', '99');
INSERT INTO `skill_learn` VALUES ('20703', '100');
INSERT INTO `skill_learn` VALUES ('20703', '101');
INSERT INTO `skill_learn` VALUES ('20703', '102');
INSERT INTO `skill_learn` VALUES ('20703', '103');
INSERT INTO `skill_learn` VALUES ('20703', '104');
INSERT INTO `skill_learn` VALUES ('20703', '105');
INSERT INTO `skill_learn` VALUES ('20703', '106');
INSERT INTO `skill_learn` VALUES ('20703', '107');
INSERT INTO `skill_learn` VALUES ('20703', '108');
INSERT INTO `skill_learn` VALUES ('20703', '109');
INSERT INTO `skill_learn` VALUES ('20703', '110');
INSERT INTO `skill_learn` VALUES ('20703', '111');
INSERT INTO `skill_learn` VALUES ('20703', '112');
INSERT INTO `skill_learn` VALUES ('20703', '113');
INSERT INTO `skill_learn` VALUES ('20703', '114');
INSERT INTO `skill_learn` VALUES ('20703', '115');
INSERT INTO `skill_learn` VALUES ('20703', '116');
INSERT INTO `skill_learn` VALUES ('20703', '117');
INSERT INTO `skill_learn` VALUES ('20703', '118');
INSERT INTO `skill_learn` VALUES ('20703', '119');
INSERT INTO `skill_learn` VALUES ('20703', '120');
INSERT INTO `skill_learn` VALUES ('20703', '121');
INSERT INTO `skill_learn` VALUES ('20703', '122');
INSERT INTO `skill_learn` VALUES ('20703', '123');
INSERT INTO `skill_learn` VALUES ('20703', '124');
INSERT INTO `skill_learn` VALUES ('20703', '125');
INSERT INTO `skill_learn` VALUES ('20703', '126');
INSERT INTO `skill_learn` VALUES ('20703', '127');
INSERT INTO `skill_learn` VALUES ('20703', '128');
INSERT INTO `skill_learn` VALUES ('20703', '129');
INSERT INTO `skill_learn` VALUES ('20703', '130');
INSERT INTO `skill_learn` VALUES ('20703', '131');
INSERT INTO `skill_learn` VALUES ('20703', '132');
INSERT INTO `skill_learn` VALUES ('20703', '133');
INSERT INTO `skill_learn` VALUES ('20703', '134');
INSERT INTO `skill_learn` VALUES ('20703', '135');
INSERT INTO `skill_learn` VALUES ('20703', '136');

 

 

  • 0
Posted (edited)

Read the error and turn on your brain :3

 

"specified classId 131 is higher then max one 118".

 

Also why you bother? Frozen has a skill enchanter by default, so..

Edited by SweeTs
  • 0
Posted

And here is a future l2j server admin wanna be who will open his server after he finish it with maxcheaters forum help, good, keep it like this and l2 topsites will be 95% crap servers, this is why l2 players had lost thier interest to play lineage2

  • 0
Posted

And here is a future l2j server admin wanna be who will open his server after he finish it with maxcheaters forum help, good, keep it like this and l2 topsites will be 95% crap servers, this is why l2 players had lost thier interest to play lineage2

No one was born learned. I dont get why you spam here in this topic, and yea it have some crap servers in the topsites but why you think my server will be crap?

 

 

SweeTs you can lock the topic.

  • 0
Posted (edited)

No one was born learned. I dont get why you spam here in this topic, and yea it have some crap servers in the topsites but why you think my server will be crap?

 

 

SweeTs you can lock the topic.

QkPYHp8.png

 

no offense for greeks, but this photo say everything, can be any nation...

Edited by LightWarden
  • 0
Posted

QkPYHp8.png

 

no offense for greeks, but this photo say everything, can be any nation...

You say a lot for Greeks. Who you think you are? You are newbie too like all these guys. If you are so smart, stop posting about Greeks and for non-knowledge guys and help them smartass.

  • 0
Posted (edited)

You say a lot for Greeks. Who you think you are? You are newbie too like all these guys. If you are so smart, stop posting about Greeks and for non-knowledge guys and help them smartass.

Sorry Devlin, but read there the photo have nothing to do with greeks, i was only lazy to remove flags.... thats all, as i said, can be any nation

I am not racist or something O0

I also have best virtual friends form GR, so... don't be mad on me ;)

Edited by LightWarden
  • 0
Posted

Sorry Devlin, but read there the photo have nothing to do with greeks, i was only lazy to remove flags.... thats all, as i said, can be any nation

I am not racist or something O0

I also have best virtual friends form GR, so... don't be mad on me ;)

It's not only about Greeks. You pretent the smartass all the time, prove first that you are so smart as you say and then talk please.

  • 0
Posted

It's not only about Greeks. You pretent the smartass all the time, prove first that you are so smart as you say and then talk please.

Okey Devlin, what you want me to prove you?

Just say something, i don't know, whatever

  • 0
Posted

Okey Devlin, what you want me to prove you?

Just say something, i don't know, whatever

Solve this guy's problem with no further talk.

  • 0
Posted

There is nothing to solve, what you want me to do? add it via teamviwer?

l2jfrozen have this npc by default as sweets said

and i say i dont have that npc in my pack .. however i will use the default npc's.

Guest
This topic is now closed to further replies.


  • Posts

    • TP Data: X=150148 Y=203643 Z=-3634
    • Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK We also have items, epics, etc. discord - adver745645 Our prices are reasonable, so have a nice shopping and a nice day.
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • 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