Jump to content
  • 0

[HELP] Dances level 2


Question

Posted

Hello!

 

I have a l2j interlude server and i want to know how can i create lvl 2 dances and autolearn them on bladedancer...

If you know... please say it like for newbies....because i understrand very hard...

 

 

TY!

Recommended Posts

  • 0
Posted

well i think,because i never did it,that u must insert first in navicat(or whatever database u use) lines for lv 2 of the dances u want to lv up,then u must make a new skill(lv 2 dance) with attributes etc then insert it on skill tree and u are done.I think u must do that,wait for a dev^^

  • 0
Posted

1) data/stats/skills/ create new xml with your id, create new dance with your id, add better stats...

2) Go to system, find all skills blabalbal and add your new dance there...

3) navicat open skill_trees.sql add skills to blade dancer.

 

Dadam... You have dance 2 lvl, wow its amazing :O :D

  • 0
Posted

i created new skill(i dont know if is good)... and put in skill tree...after i edited skillgrp and skillname-e from system

 

i restarted the server and don't work...

 

some1 who knows for sure how i must do please tell :D

 

 

edit1: aaa u posted when i write my pots omg :))

 

 

edit2:  bauwbas i did like u said first time and doesn't work :|

 

  • 0
Posted

in my database doesn't exist table name skills... just skill_learn, skill_spellbook, skill_trees

 

 

edit1: i restarted the server and the skill does not apear to bladedancer skills...

  • 0
Posted

no, no...

1) Go to your skill folder, my default (c:/server/gameserver/data/skills), then create new xml, for example 9000-9900.xml

open it, add create new dance lvl 2 from id 9000...

2) Go to system and add new dances into skillname-e, skillgrp

3) open navicat, ant open skill_tees table, add your new dance to blade dancer...

 

Done.

  • 0
Posted

no, no...

1) Go to your skill folder, my default (c:/server/gameserver/data/skills), then create new xml, for example 9000-9900.xml

open it, add create new dance lvl 2 from id 9000...

2) Go to system and add new dances into skillname-e, skillgrp

3) open navicat, ant open skill_tees table, add your new dance to blade dancer...

 

Done.

 

+1

  • 0
Posted

i did like this:

 

First i created the xml file

 

9900-9999

<?xml version='1.0' encoding='utf-8'?>

<list>

<skill id="9906" levels="2" name="Dance of the Warrior" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  3600 3600 3600 3600 3600 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 1 1 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="523"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <mul order="0x30" stat="pAtk" val="1.24"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <mul order="0x30" stat="pAtk" val="1.24"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9907" levels="2" name="Dance of Inspiration" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="2500"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="438"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <add order="0x40" stat="accCombat" val="8"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <add order="0x40" stat="accCombat" val="8"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9908" levels="2" name="Dance of the Mystic" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="467"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <mul order="0x30" stat="mAtk" val="1.4"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <mul order="0x30" stat="mAtk" val="1.4"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9909" levels="2" name="Dance of Fire" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="379"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <mul order="0x30" stat="cAtk" val="1.8"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <mul order="0x30" stat="cAtk" val="1.8"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9910" levels="2" name="Dance of Fury" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="549"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <mul order="0x30" stat="pAtkSpd" val="1.30"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <mul order="0x30" stat="pAtkSpd" val="1.30"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9911" levels="2" name="Dance of Concentration" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="495"/>

  <enchant1 name="aggroPoints" val="655"/>

  <enchant2 name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <mul order="0x30" stat="mAtkSpd" val="1.6"/>

      <sub order="0x40" stat="cancel" val="80"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <mul order="0x30" stat="mAtkSpd" val="1.6"/>

      <sub order="0x40" stat="cancel" val="80"/>

    </effect>

  </enchant1for>

</skill>

<skill id="9912" levels="2" name="Dance of the Vampire" enchantLevels1="30" enchantLevels2="30" >

  <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>

  <enchant1 name="magicLvl" val="#enchantMagicLvl"/>

  <enchant2 name="magicLvl" val="#enchantMagicLvl"/>

  <table name="#ench1time">

  125 131 136 142 147 153 158 164 169 175

  180 186 191 197 202 208 213 219 224 230

  235 241 246 252 257 263 268 274 279 285

  </table>

  <table name="#ench2MpConsume">

  1 57 56 55 53 52 51 50 48 47

  46 45 43 42 41 40 39 37 36 35

  34 32 31 30 29 27 26 25 24 22

  </table>

  <set name="mpConsume" val="1"/>

  <set name="nextDanceCost" val="30"/>

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="10000"/>

  <set name="hitTime" val="0"/>

  <set name="skillType" val="BUFF"/>

  <set name="isDance" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="655"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect name="Buff" time="3600" count="1" val="0">

      <add stat="absorbDam" val="16" order="0x60"/>

    </effect>

  </for>

  <enchant1for>

    <effect name="Buff" time="#ench1time" count="1" val="0">

      <add stat="absorbDam" val="16" order="0x60"/>

    </effect>

  </enchant1for>

</skill>

</list>

 

Tell me if is any error...

 

 

After that i edited my skillgrp and i put this:

9906 2 1 60 -1 1 2.500000 3 N skill.phenomenon.271 icon.skill0271 0 0 0 0 8 10

9907 2 1 60 -1 1 2.500000 3 N skill.phenomenon.272 icon.skill0272 0 0 0 0 8 10

9908 2 1 60 -1 1 2.500000 3 N skill.phenomenon.273 icon.skill0273 0 0 0 0 8 10

9909 2 1 60 -1 1 2.500000 3 N skill.phenomenon.274 icon.skill0274 0 0 0 0 8 10

9910 2 1 60 -1 1 2.500000 3 N skill.phenomenon.275 icon.skill0275 0 0 0 0 8 10

9911 2 1 60 -1 1 2.500000 3 N skill.phenomenon.276 icon.skill0276 0 0 0 0 8 10

9912 2 1 60 -1 1 2.500000 3 N icon.skill0310 0 0 0 0 8 10

 

tell me if is any errot..

 

 

after that i edited my skillname-e i added this:

9906 2 Dance of the Warrior Temporarily boosts party members' P. Atk. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9907 2 Dance of Inspiration Temporarily increases party members' accuracy. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9908 2 Dance of the Mystic Temporarily increases party members' M. Atk. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9909 2 Dance of Fire Temporarily increases party members' critical damage. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9910 2 Dance of Fury Temporarily increases party members' attack speed. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9911 2 Dance of Concentration Temporarily decreases party members' magic cancel rate to damage and increases Casting Spd. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

9912 2 Dance of the Vampire Partially restores party members' HP by using damage inflicted upon the enemy. Damage inflicted by skill or remote attack is excluded. Continuous dancing consumes additional MP. An equipped Dual-Sword Weapon is required to use this skill. none none

 

and at last i added to skill_tree this:

 

INSERT INTO `skill_trees` VALUES (107, 9906, 2, 'Dance of Warrior', 170000, 77);

INSERT INTO `skill_trees` VALUES (107, 9907, 2, 'Dance of Inspiration', 67000, 77);

INSERT INTO `skill_trees` VALUES (107, 9908, 2, 'Dance of Mystic', 89000, 77);

INSERT INTO `skill_trees` VALUES (107, 9909, 2, 'Dance of Fire', 43000, 77);

INSERT INTO `skill_trees` VALUES (107, 9910, 2, 'Dance of Fury', 200000, 77);

INSERT INTO `skill_trees` VALUES (107, 9911, 2, 'Dance of Concentration', 167000, 77);

INSERT INTO `skill_trees` VALUES (107, 9912, 2, 'Dance of Vampire', 2170000, 77);

 

 

 

And doesn't work...I restart the server and its no error in gameserver or anywhere ... i create char bladedancer... update classes and i dont see any dance lvl 2....WHAT'S WRONG?

 

 

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

    • L2jBayev Chronicle 3: Rise of Darkness – AiEngine Edition In short: this is a C3 build with a full-fledged AI engine, live mercenaries, a built-in quiz, a “personal account” in the Community Board, and server logic neatly distributed across thread pools. The project is about a living world without lags : bots farm, communicate, gather parties, teleport along routes, and the server remains cold and stable.   What's inside (the most delicious) 1) Full-fledged AI engine for characters Behavior types: farming ( FarmAI ), combat ( CombatAI ), party logic ( PartyAI ), trading/walking ( TraderAI / WalkerAI ), support roles (healer, etc.). Class profiles: for mages/archers/daggers, etc., “smart” skill rotations, distance control, sleep/save skills, healing, loot pickup, etc. are implemented (see examples of classes like SpellSingerAI , NecromancerAI , etc.). Self-healing and teleports: when dying, the bot goes through a sequence of steps without sleep()- via AITaskSequence + AITeleportToLocTask , searches for the nearest gatekeeper and teleports via TeleportationManager with routes depending on the level. Auto-support: auto-nipples, arrows/bones, smart auto-proceduring of buffs and auto-banks CP/HP/MP with thresholds - all sewn into the auxiliary EtcPlayersAi . Chat context: ChatManagerAi processes mentions, makes responses with delays (anti-flood), supports party chat and “human” reaction. Understanding: ChatManagerAi system  processes the dialogue, bots remember your aggression and insults, they start to respond less often to modern users, stop accepting or inviting to a group (party) and when it goes beyond the peak they will simply merge you, and every time they see you on the PC, there is an opportunity to measure more often, communicate respectfully and beautifully, in general, a “human” reaction. Why a player/admin needs this: bots actually “live”, farm and interact, and don’t just stand on macros. This is a great background for online and PvE action.   2) Mercenaries (Mercenary system) Full-fledged companion character : L2MercenaryInstance with its own MercenaryAI (movement, attack, support, consumables, shots). Behavior modes: DEFENDER / SUPPORT / PASSIVE - switchable to suit your playing style. Progress and trust: the mercenary's trust/exp/level grows , skills are learned according to the MercenarySkillTree (conditions are based on the trust or level of the owner). Templates and equipment: via MercenaryTemplateTable and spawner - model/weapon/type are selected. Social: MercenarySpeechManager - a set of speeches; the mercenary "comes to life" in the chat. Premium Link: Premium account owners give the mercenary additional trust (faster progress). Why: This is not a dummy pet, but a playful companion with modes, training and “character”.   3) Quiz (event viktorina ) Rounds according to schedule: pre-launch with announcements (minutes/seconds before start), registration .reg, auto-opening of the window. Multiple choice questions: question + set of answer buttons; fair processing, timings, question change. Tops and history: results table, statistics, neat UI via HTML assembly. Flexible control: you can start immediately or set a delayed start (notification package 5/2/1 min, etc.). Why: regular activity for players, “social entertainment” module right in the build.   4) Personal account in Community Board KB managers: buff cabinet, teleports, clans/forums/mail/friends, tops (PK/PvP/wealth/players), character repair, viewing skill trees , etc. Premium logic: some services/mail are limited by premium; premium also affects the visual (nickname color) and bonuses (see effect on mercenary). Single sign-on: all in one place, no team chaos. Why: conveniently manage your character and services without going into the console or installing third-party mods.   Why is the system technically valuable? Minimum load and stability Separated thread pools: AI logic, hunting, teleports, chat - on separate onesScheduledExecutorService ( AI_THREAD_POOL , MONSTER_HUNT_POOL , TELEPORT_POOL , CHAT_POOL ). No "freezing": task sequencers (teleport/recovery) work through the scheduler, not Thread.sleep(). Bot limitation: protection against overload via thresholds/counters - “extra” bots do not start. One bot - one sequence: AITaskManager ensures that the character does not have parallel conflicting tasks. Smoothing out peaks: starting tasks with offsets so that there are no simultaneous “ticks” of hundreds of bots. Monitoring/logs: own loggers (separate files for info/errors/processes/chats), CPU load monitoring. Bottom line: the build is designed for “thick online” and mass activities without TPS failures .   Additional Features Auto-alliances for farming: party logic invites suitable players (checking level/equipment/clan flags), there are “human” responses to requests. Sub/class management: out of the box helpers for changing class/subclass, auto-learning of necessary skills and selection of equipment by level. Security/protection: secondary PIN/picture password support (used in KB/voiced commands; optional). Premium accounts: privileges in KB/mail/visual and synergy with mercenary progress. Ready-made services: tops, auctions/mail, teleports from KB, buff rooms, repairs, viewing skill trees, etc.   Who is this build for? Freeshare/project admins who want a living world “from the pack”: bots and mercenaries provide a constant background of activity. Players who value convenience: personal account, premium services, events and a mercenary companion. Developers who want a clean, predictable backend with thread pools and a neat task model without “magic”.   How it differs from standard assemblies Not macros - AI profiles with “brains”: rotations, positioning, healing, decision making. Not a decoration pet - a mercenary with his own modes, progress, skill tree and lines. Not a faceless gamemod - an event quiz with UI, schedule, tops. No chaos in flows - strict pools, planning and task managers designed for online and growth. No separate scripts - a single personal account in KB for most activities.   TL;DR (one paragraph for the project card) AiEngine C3 is a build with live AI, smart bots, mercenaries (modes/progress/skills), built-in quiz, premium logic and a convenient personal account in KB. Under the hood are distributed thread pools and task managers without sleep(), so even with a dense online the server remains stable and responsive.   Additionally add - there is still a lot of interesting things command .assassin or shift+target (order murder), shift+target for admins on AI characters for control, admin panel is completely rewritten, many additional functions, mercenaries change their appearance depending on trust, deepseek and chatGPT system is connected for communication of characters like real players, GPT - for newer java, there is still a very large list of fixes after the last versions, a lot has been fixed, including height coordinates (Z) geo-Squares, pathfinding, visibility through obstacles, fix pet summons, trade packages, shop packages, many effects, quests (including the original ones like nipples, etc.), Ai behavior of NPC and RB monsters, absolutely all epics have been transferred to AiLoader no longer in python scripts. Attention! The server is suitable for both classic mode and PvP format, as well as with various mods. Absolutely everything is configured in the configurations to suit your taste and purposes of use. It is recommended to launch the server through L2ServerControl (simplifies management and control of processes). Download Servers: Chronicle 3 Server Chronicle 4 Test Upgraded Server Full Desc & screens: Post & Screens c3 Post & Desc c4    
    • 🎃 HALLOWEEN EVENT 🎃   ‼️ Information and details: https://forum.l2harbor.com/threads/halloween-event-fall-harvest-30-10-07-11.8265/post-168620
  • 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