Jump to content
  • 0

How to modify in game stats?


sTNL

Question

Hi, just wanted to ask, how i can modify stats only in game, for example when you click on the arcana mace, to see some things that you want, not just 15%cast speed, etc, also the grade, to make it A grade for example, to see it A when you click on it, Thanks alot!

Link to comment
Share on other sites

Recommended Posts

  • 0

Hi, just wanted to ask, how i can modify stats only in game, for example when you click on the arcana mace, to see some things that you want, not just 15%cast speed, etc, also the grade, to make it A grade for example, to see it A when you click on it, Thanks alot!

you can't mate..

Link to comment
Share on other sites

  • 0

Thanks for reply so fast, so here`s the thing, i have some custom weps, old ones, but i managed to puth them same stats as S grade weps, but when i click on it, says D grade item,,, etc...p atk 63 and theese things, and i want to modify them, on, for example Custom weapon that gives 20% cast. speed,

Link to comment
Share on other sites

  • 0

Thanks for reply so fast, so here`s the thing, i have some custom weps, old ones, but i managed to puth them same stats as S grade weps, but when i click on it, says D grade item,,, etc...p atk 63 and theese things, and i want to modify them, on, for example Custom weapon that gives 20% cast. speed,

oh yes i understand now sorry ..

unfortunately i don't know how to do this i know only the basics on develop but i'll search and if i find something i'll tell you :)

Link to comment
Share on other sites

  • 0

You can find it in your stat folder in the pack.

 

Just find the weapon , see where it says atk.speed and just change it.

 

If you have a problem with the Grade of your Custom_Weapon go to Navicat\custom_weapon and find the line that says "grade"

 

 

If you still have a problem pm me.

Link to comment
Share on other sites

  • 0

You can find it in your stat folder in the pack.

 

Just find the weapon , see where it says atk.speed and just change it.

yeap i search and i find something it's like here for example Dragonic Bow (those stats aren't the official stats)

<item id='7575' name="draconic_bow">
  <for>
    <set val='581' order='0x08' stat='pAtk'/>        --->Τωρα με αυτο θα δινει +581 Patk
    <set val='132' order='0x08' stat='mAtk'/>        --->Τωρα με αυτο θα δινει +132 Matk
    <set val='12' order='0x08' stat='rCrit'/>        --->Τωρα με αυτο θα δινει +12 Critical Rate
    <add val='-3' order='0x10' stat='accCombat'/>        --->Τωρα με αυτο θα μειωνει -3 Accuracy
    <set val='293' order='0x08' stat='pAtkSpd'/>        --->Τωρα με αυτο θα δινει 293 AtkSpd
    <enchant val='0' order='0x0C' stat='pAtk'/>        --->Τωρα με αυτο θα δινει αναλογo Patk με καθε 1 enchant
    <enchant val='0' order='0x0C' stat='mAtk'/>        --->Τωρα με αυτο θα δινει αναλογo Matk με καθε 1 enchant
    <mul val='1.20' order='0x30' stat='bonusHp'/>        --->Αυτο ειναι για οταν πχ ενα bishop κανει heal και ανεβαζει 350 hp εμας θα σε αναβεζει 370 hp
  </for>
</item>

find on Arcane Mace for Exxample and make it like this

    <set val='300' order='0x08' stat='mAtkSpd'/>

this will give 300 Casting Speed more!

Link to comment
Share on other sites

  • 0

to make this dude you need to work in stats/weapons to edit the weapon stats and also of you wanna appear the new stats in game musu go and in client side and edit weapongrp,armorgrp,itemname bla bla bla all this you can find in system side

 

Link to comment
Share on other sites

  • 0

thanks...all i wanted is when i click on the weapon, in game, to see for example: arcana mace special from a fairy! effects +2000 m atk! even if it doesn`t give the stats it says, all i wanted is to see that this is what appears there...

Link to comment
Share on other sites

  • 0

thanks...all i wanted is when i click on the weapon, in game, to see for example: arcana mace special from a fairy! effects +2000 m atk! even if it doesn`t give the stats it says, all i wanted is to see that this is what appears there...

 

Client Modification may help you, google abit.

Link to comment
Share on other sites

  • 0

Guys, he's talking about weapon description.

 

If you want to change that description check itemname-e.dat from system, also you can change the grade from weapongrp.dat

 

Regarding the weapongrp.dat, it should be 5th after ItemSound, for example "ItemSound.itemequip_sword 10 371 138 8 5" 5 means s-grade, 4 means a-grade and so on.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119 Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
    • The heavy lifting is done in the client, because while you can get away with small imperfections in the java, everything in the client must be impecable. So, if you haven't touched the client, I'd say pick the newest protocol version you can find the client editing tools and Interface.u (mandatory) / NWindow.dll (better to have it) / Engine.dll (optional) sources for. At the very least, you need the Interface.u to fix the Clan Window and enable skill enchanting on Classic/Essence versions, if you decide to use one of them instead of MAIN/LIVE.
    • Thanks for clarification. Do you think the newest clients offer solid advantages compared to the classic ones like Salvation? I'm also in the process of porting h5 to one of them just for the sake of it, so I was wondering if I should just attempt to go to the newest possible.
    • Upgrading to Salvation is exactly the same as upgrading to the newest client with the only difference being access to free-shared client editing tools and resources. I am speaking from experience. I have upgraded my HF source to one of the newest clients by myself (in terms of server side. got help with the client) and hit every single wall there was in the process. Now, I already have several multi-protocool server cores so I can easily compare different approaches to tackling the same issue, which also helped the learning process. Best way to learn would be to use this one (link below) to snoop around and figure out what has been changed in the server side (the packet structure will be different, for sure, but works for understanding/figuring the process out in general terms). https://github.com/iBezneR/L2J_SunriseProject_Purity The client side will always be the same, always the same files, only the DAT structure will be different. I personally wrote myself some parsers for the data of the DAT files from OLD -> NEW client.
  • Topics

×
×
  • Create New...