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

    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • This version (1.34) includes all the fixes from above + more, with the exclusion of Premium Account System. The Premium Account System was added in 1.35, which is currently only available through the Chronicle Coders Discord.   Appreciate those of you reporting issues and providing suggestions. Download EmuDevsIL 1.34
    • Vesper Robe set clean 35e Vesper wep 300 atri (no acumen) 95e Blessed Zaken Earring - 80e Freya necklase - 50e Adena 500kk-20e   add me in discord for pm/offers  narttu123  
    • Recently, I took on a project for a company. The people there – polite, trusting (or in other words, completely unsuspecting) – told me the job had to be delivered within 3 weeks. I agreed, naturally – with my signature professional attitude, something like “yeah, sure, it’ll get done, don’t worry!” Now, deep down, I knew full well that in 3 weeks, I’d be lucky to have written the title of the project. But I decided to play it cool. Why? Well, because I was in full anti-professional mode, and I was already planning the excuses I’d use when the time came: – “Guys, I caught covid…” – “Something tragic happened in my family…” – “A team member quit and everything fell on me…” You know, classic Balkan drama. Why should only others use them?   So, 3 weeks go by. I’ve managed to do about 40% of the work (which I personally consider a small miracle), and the people in charge come to me and say: – “Since you didn’t deliver on time, we’d like the €450 advance payment back.”   And I, with Oscar-level seriousness, respond: – “I’m sorry, but I’ve already completed 40% of the work. I can’t return the money.”   They looked at me, smiled, and said the unforgettable line: “It’s not your fault… we’re the idiots for trusting you.”   And at that moment, I didn’t feel offended. I didn’t feel guilty. I felt… validated. Not professionally. But Balkan-style.   Conclusion: Consistency, professional responsibility, and respect for agreements... are fundamental values. Nowadays? Rare. Like an uncut diamond... that someone tossed in the trash because they thought it was just a weird-looking rock. Sure, you can fool people once, twice, maybe even three times… and get away with it. But eventually, even the most well-meaning fool out there… will wake up. And when they do, they'll replace you with someone else. Someone more reliable. More professional. Or at least… someone who’s better at coming up with excuses. 😏
  • Topics

×
×
  • Create New...