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

    • i'll give it a shot in a few hours and post it here
    • 🛡 GoldRush — High Five x20   A fresh High Five server focused on active progression, fair competition, and a healthy player-driven economy.   GoldRush is built for players who want a fresh spin on our beloved game that is connected to today's world via Web3 marketplace.   🌍 Server Info   Chronicle: High Five Type: Mid Rate / PvP Craft Community: International Location: Europe Time Zone: GMT+3   ⚙️ Rates   EXP: x20 SP: x20 Adena: x10 Drop: x8 Spoil: x12 Raid Boss: x3 Quest Items: x5 Quest EXP / SP: x10 Quest Adena: x5   👑 Class Progression   1st Class: Free 2nd Class: Free 3rd Class: 5,000,000 Adena   1st and 2nd class transfers reward Shadow Weapons.   ✨ Main Features   No P2W as there is no donation currency in the game Web3 Marketplace Events with real rewards Rotating accessories shop Weekly Olympiad Clean and active mid-rate progression   🧩 Community Board Features   Buffer GM Shop Gatekeeper Drop Search Rankings   🔨 Enchant Info   Max Weapon Enchant: +16 Max Armor Enchant: +12 Olympiad Max Enchant: +6   Safe Enchant: Weapons / Armor: safe to +3 Full Body Armor: safe to +4   Enchant Chance: +4 to +6: 66% +7 to +9: 60% +10 to +12: 54% +13 to +14: 48% +15 to +16: 42%   🏪 GM Shop / Gear Progression   C-grade through Dynasty gear is available through the GM Shop.   Moirai+ progression is farm, craft and raid based.   There is no admin-created endgame gear selling.   🥇 Gold Rush Economy   GoldRush includes a server-wide Adena sink system.   Players contribute Adena to the Gold Rush Collector. When the server goal is reached, limited Gold Bar stock unlocks through the Gold Merchant.   Daily Gold Rush missions also allow active players to earn Gold Bars through gameplay.   🌐 Website Player-to-Player Marketplace   GoldRush includes a website-based Web3 marketplace where players can list and trade items with each other.   Items come from real players.   The marketplace is player-to-player only.   🏛 Olympiad   Weekly Olympiad cycle. Olympiad starts at 18:00 GMT+3. Olympiad max enchant: +6.   🏰 Sieges   Castle sieges take place on Sundays at 16:00 and 20:00 GMT+3.   The first siege will happen 2 weeks after launch.   🐉 Grand Boss Respawn   Queen Ant: 24h + 2h random Core: 30h + 2h random Orfen: 48h + 2h random Baium: 120h + 3h random Antharas: 120h + 24h random Valakas: 120h + 24h random Beleth: 120h + 24h random   🎉 Events   Manual GM events with real token or gold bar rewards.   ⚔️ Fair Play   Bots are strictly forbidden and will result in a ban without warning.   Dualbox is limited to 1 box.   GoldRush is built around a healthy player-to-player economy.   🚀 What to Expect   Active farming Meaningful PvP Meaningul Farming Player-driven economy No donation currency     🔗 Join Us   Website: www.goldrushpvp.xyz Discord: https://discord.gg/kg9WXxcAY   🏁 Expected Launch: July 18 2026     If you are looking for a fresh High Five x20 server with clean structure and strong long-term potential, GoldRush is almost ready.   See you in game.
    • Collisions is from client are no way to bypass from server. Can be done from client modification need to be moded a .dll I can do the work you can contact me by DM  P.D: I already have this job done on the past
  • 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..