Jump to content

Recommended Posts

Posted (edited)

γεια σας ειπα να φτιαξω ενα Guide για οσους δεν ξερουν να το κανουν ειναι πολυ ευκολο

 

 

Step 1 : βρησκουμε τα iD απο την armor μας και τα κανουμε add στο armorsets.sql ετσι οπως ειναι στην picture.. στο Skill_id βαζουμε 3 διαφορετικα για καθε armor οπως βλεπετε στην φωτογραφια πχ το 41000 ειναι Heavy το 41002 ειναι Ligth

 

yx87.png

 

 

Step 2 : παμε στο  C:\my server\gameserver\data\stats\skills κανουμε ενα οποιοδιποτε .xml file copy+paste το ονομαζουμε οπως θελουμε εγω πχ το εχω Sets.xml --- τωρα το ανοιγουμε αφου το ονομασαμε + γραφουμε τα εξης

<?xml version="1.0" encoding="utf-8"?>
<list>

<skill id="41000" levels="1" name="Heavy Set">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
 
 
  </for>
</skill>

κατω απο το <for> θα βαλουμε τα Stat που θελουμε πχ

<skill id="41000" levels="1" name="Heavy Set">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>

  <add val='300' order='0x10' stat='pDef'/>
    <add val='2000' order='0x60' stat='maxHp'/>
    <mul order="0x30" stat="pAtkSpd" val="1.00"/>

  </for>
</skill>

και ετσι οταν ενας Player φοραει ολα τα κοματια της αrmor θα μπενουν αυτα τα Stat που θα βαλετε μεσα στο <for>

 

αφου φτιαξουμε την Heavy Armor πρεπει να δουμε τι iD Skill δωσαμε στην Ligth Armor για να κανουμε το ιδιο και σε αυτην και το ιδιο και στην Robe Armor

 

οταν τελιωσουμε θα ειναι καπως ετσι

<?xml version="1.0" encoding="utf-8"?>
<list>

<skill id="41000" levels="1" name="Heavy Set">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
 
    <mul val='1.10' order='0x10' stat='pAtk'/>
    <add val='2000' order='0x60' stat='maxHp'/>

  </for>
</skill>

<skill id="41001" levels="1" name="Light Set">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>

    <add val='260' order='0x10' stat='pDef'/>
    <add order="0x10" stat="maxHp" val="1.15"/>

  </for>
</skill>

<skill id="41002" levels="1" name="Robe Set">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>

    <add val='3' order='0x10' stat='pDef'/>
    <mul val='1.10' order='0x10' stat='mAtk'/>

  </for>
</skill>


</list>

επισεις ενα βοηθημα στα XML STAT

HP & MP
Maximum HP - maxHp
Maximum CP - maxCp
Maximum MP - maxMp
HP Regeneration - regHp
CP Regeneration - regCp
MP Regeneration - regMp
Heal Effectivness - gainHp
Heal Proficiency - giveHp
Heal Bonus - bonusHp

Attack & Defence
Power Defence - pDef
Magic Defence - mDef
Power Attack  - pAtk
Magic Attack - mAtk
(Power) Attack Speed - pAtkSpd
(Magic) Attack Speed - mAtkSpd
Magic Reuse - mReuse (how fast spells becomes ready to reuse)
Shield Defence - sDef
Shield Defence Angle - shieldDefAngle
Critical Damage - cAtk
Critical Damage(add) - cAtkAdd ( in a critical attack give you +patk,,,,, example mods:crit power,crit damage SA )

PvP Bonus
Physical Damage - pvpPhysDmg
Magical Damage - pvpMagicalDmg
Physical Skill Dmg. - pvpPhysSkillsDmg

Atk. & Def. rates
Evasion - rEvas
Power Skill Evasion - pSkillEvas
Shield Rate - rShld
Critical Rate - rCrit
Blow Rate - blowRate
Lethal Rate - lethalRate
Magic Critical Rate - mCritRate (mCrit doesn't work!!)
EXP,SP Rate - rExp
Cancel attacks - cancel

Accuracy and Range
Accuracy - accCombat
Attack Range - pAtkRange (for fighters)
Attack Range - mAtkRange (for mages)
Attack Angle - pAtkAngle (for fighters)
Attack Count Max - atkCountMax (example:if you use pole you can attack more monster than normal)
Attack Reuse       - atkReuse (make bows hit simple hits way slower and will not affect skills)

Speed
Run Speed - runSpd
Walk Speed - walkSpd

PLAYER-ONLY Stats
STR  -  STR  (Physical power,physical skill's crit rate)
DEX  -  DEX  (Atk. spd., physical skill spd, accuracy, evasion, critical hit rate, dagger skill'z success (such as deadly dlow), shield block rate and run spd)
WIT  -  WIT (Magic critical rate, casting spd, resistance to hold, curses (such as HP regeneration,decreased HP recovery rate, skill re-use time, and decreased effect of heals).
INT  -   INT (magic dmg)
MEN  -  MEN (magic defense,max Mp, mp recovery speed, poison resistance, poison resist., concentration)

Resistances, vulnerability
Aggression - aggressionVuln
Bleed - bleedVuln
Poison - poisonVuln
Stun - stunVuln
Paralyze - paralyzeVuln
Hold,Root,ETC. - rootVuln
Sleep - sleepVuln
Confusion -confusionVuln
Movement - movementVuln
fire - fireVuln
wind - windVuln
water - waterVuln
earth - earthVuln
holy - holyVuln
dark - darkVuln
cancel - cancelVuln (resist. for cancel skills)
debuff - debuffVuln
Critical - critVuln (resistence to Crit dmg.)

Weapon resist
noneWpnVuln - Shields
swordWpnVuln
bluntWpnVuln
daggerWpnVuln
bowWpnVuln
crossbowWpnVuln
poleWpnVuln
etcWpnVuln
fistWpnVuln
dualWpnVuln
dualFistWpnVuln
bigSwordWpnVuln

Reflects
Reflect Damage Percent - reflectDam (pay attention! not reflectDmg!! reflectDam)
Absorbs Damage Percent - absorbDam
Transfer Damage Percent - transDam
Reflect Skill Magic         - reflectSkillMagic
Reflect Skill Physical      - reflectSkillPhysic

Patk/Pdef against monster types:
Examples:
More patk to giants -     pAtk-giants
More patk to undead -   pAtk-undead
More pdef against animals -      pDef-animals
More pdef against monsters -   pDef-monsters

ExSkillz
Inv. Limit - inventoryLimit
WH. Limit - whLimit
Freight L. - FreightLimit
Private Sell L. - PrivateSellLimit
Private Buy L. - PrivateBuyLimit
Rec. Dwarf L. - DwarfRecipeLimit
Rec. Common L. - CommonRecipeLimit

Consume Rates
Phys. Mp. Consume Rate - PhysicalMpConsumeRate
Magical Mp. Consume Rate - MagicalMpConsumeRate
Dance Mp. Consume Rate  - DanceMpConsumeRate
Hp. Consume Rate     -    HpConsumeRate
Mp. Consume           -    MpConsume
Soulshot count - soulShotCount

Skill mastery
Skill mastery - skillMastery

Other
Breath - breath (more time you can swim in water)

ORDERS
0x08 - to set
0x10 - to add/sub (weapon, armor, jewelery) & (STR, CON, DEX, INT, WIT ,MEN)
0x20 - don't use it (used by hard coded formulas)
0x30 - to mul/div (masteries, buffs, debuffs, SA's, Armors_bonus)
0x40 - to add/sub (masteries, buffs, debuffs, SA's)
0x50,0x60 - not need.

Skill Multipliers, "addontionals"
Can be used with: mul order, mul val ...

2.0   100%
1.90  90%
1.80  80%
1.70  70%
...
...
...
...
...
1.10 10%
1.0   0%
0.90 -10%
0.80 -20%
0.70 -30%
...
...
...
...
...
0.10 -90%
0.0   -100%

Can be used with: add order, add val ...

1 - 1
2 - 2
3 - 3 ... Cheesy
 

c/p ειναι μονο τα Xml Stat

 

 

νομιζω ειναι ευκολο αλλα any way ευχαριστο για τον χρονο σας

Edited by lampros1996
Posted

έχεις διαβάσει τους κανόνες του section που ξεκίνησες το Guide;

οχι ? και δεν ειναι C/P αρα μπορω να το κανω Re-Share αμα ηταν ακριβως το ιδιο τοτε ναι προς το παρων ειναι ΟΛΟ ΔΙΚΟ ΜΟΥ εκτος απ αυτο που γραφω.... :)

Posted (edited)

οχι ? και δεν ειναι C/P αρα μπορω να το κανω Re-Share αμα ηταν ακριβως το ιδιο τοτε ναι προς το παρων ειναι ΟΛΟ ΔΙΚΟ ΜΟΥ εκτος απ αυτο που γραφω.... :)

άν ήταν έτσι θά γέμιζε το mxc guides με το ίδιο θέμα..

τεσπά δέν είμαι εγώ αυτός που θα σε κρίνει εγώ απλά σου είπα για τους κανόνες!

Edited by Dev Jeiko

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

    • Hi! I downloaded the Topic's files but i have the same issue as others with black gras. but i do not have Illumination at Server Info in F6. Someone could help me with it? im using L2C4 client and L2Julvius. Thank you all!
    • WTB GEODATA FOR GRACIA FINAL PROJECT.
    • Server is not Classic, is C4 Scions of Destiny.   http://eternalsinl2.com   https://l2network.eu/details/2458/Lineage-II-Eternal-SIn/#google_vignette
    • Dynamic traffic, static ISP, unlimited traffic and bandwidth packages HTTP, HTTPS, SOCKS5 Over 195 countries/regions Over 100 million real residential IP address pools, with a normal uptime of 99.9%. Special discount code:VIP999
    • Here is the translation, formatted to look professional, clean, and highly scannable for your forum post: Hello L2JBrasil community! I present to you the newest development from MiaCodeWeb. We have created a robust and advanced adaptation of the Phantom system for aCis / L2JAcis 409, focused on Interlude C6 servers. Our main goal was to transform traditional "ornamental bots" into highly realistic, autonomous players. They are capable of creating themselves, restoring themselves, farming, auto-equipping, using skills, responding in chat using Artificial Intelligence, and being managed directly via an in-game panel. GitHub: https://github.com/miacodeweb/L2-Phantom-AI Video Demonstration: [Insert link here]   ## Main Features and Implementation We implemented the core of the Phantom system directly into the aCis gameserver. The architecture was divided into independent modules for AI, combat, chat, equipment, inventory, progression, logs, and administration. In-Game Admin Panel: Fully functional //phantom command. It allows you to create new phantoms, restore saved ones, reload configs, start/stop the AI, view online phantoms, kill bugged phantoms, delete them individually, and navigate through pages. Data Persistence: Created phantoms can be registered in phantoms.properties, allowing them to be restored later while maintaining all their progress directly from the database. Centralized Configuration: Everything is controlled by the phantoms.properties file, organized by sections: AI, Loot, Skills, Equipment, Zones, PVP/PK, Gemini (Chat), Logs, Respawn, and Anti-Stuck system. ## Phantom Skills and Behavior Smart Combat: They patrol, search for mobs, and claim targets to prevent multiple phantoms from attacking the same monster. Mages rest when they run out of MP and avoid hitting with physical weapons unnecessarily. Automatic Progression: Auto-learning of skills, automatic class changes following the logical tree of the chosen profession, receiving buffs, and inventory clearing when reaching a certain weight/space percentage. Dynamic Equipment System: They auto-equip based on class and level, using varying item combinations so they don't all look the same. Optimized Loot: Each phantom focuses on picking up drops/herbs from its own mob, avoiding that ugly scene of 10 phantoms chasing the same adena. PVP/PK Behavior (Configurable): Immediate response to attacks, detection of PK players in the visible area, and an optional "PK Rage Mode". ## AI and Movement Navigation and Anti-Stuck: Patrol system, free wandering, obstacle and stuck detection, with Geodata validation (when enabled on the server). Respawn: Automatic return to town after death, alongside safety rules to prevent them from getting permanently stuck in textures. Leveling Zones: Configurable leveling zones (automatic teleports to farm zones are disabled by default, as in Interlude/aCis they rely heavily on geodata accuracy and the real coordinates of your server). ## AI Chat Integration (Gemini 2.5 Flash) We integrated a Whisper system via the Gemini 2.5 Flash API, making the phantoms respond like real Lineage 2 players. Support for both free and paid API tiers. Configurable parameters: GeminiApiTier, Keys, Cooldowns, and DailyLimits. The system detects connection failures, API limits, and empty responses, and logs everything. The prompt has been adjusted so that the phantom doesn't reply with empty or robotic phrases when asked where to level up or what it's doing. ## Dedicated Log System We created an exclusive log file located at gameserver/log/phantoms.log. It records: loading of phantoms, auto-skills, buffs, Gemini API errors/successes, anti-stuck actions, kills/deletes by admin, and configuration issues. ## Simplified Distribution and Installation Thinking about ease of use for administrators, the mod is delivered in a ready-to-use package: phantom-acis-installer-client.zip. Includes an automatic PowerShell installer that injects the code into your Eclipse project. Contains README.md, INSTALL_MAP.md, and the payload/ folder with ready-made routes for aCis. Clean configuration files (without my API keys). Just run the installer over your copy of aCis, refresh Eclipse, compile, and test. ## Custom Jobs The project already has a solid and functional base for aCis 409. The ideal next steps would be to refine the farm routes by level and social behavior with long-term testing on live servers. I accept custom jobs! If you need this system adapted for another revision, exclusive modules, or any other development for your server, get in touch. Through MiaCodeWeb, I also offer complete services involving geodata optimization, advanced VPS administration (Linux), and Java backend management for L2J. Send a PM or visit the GitHub!   https://www.l2jbrasil.com/applications/core/interface/file/attachment.php?id=17801&key=135fc8d831b84c05089851b18bfca58a   Link dowload:https://github.com/miacodeweb/L2-Phantom-Acis-409
  • 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..