Jump to content
  • 0
australia

how change damage to 32k to 16k damage only

Question

 can i request 32k to 16k damage only ?

what packet i will use can you give me the packet version ? thank you 

 

Edited by Emistry
Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0
8 hours ago, australia said:

 can i request 32k to 16k damage only ?

what packet i will use can you give me the packet version ? thank you 

 

You need to give in details what damage you want to reduce.

Sorry you request need to be a bit specific so we can help regarding your exact request.

Link to comment
Share on other sites

  • 0

    i want a max normal attack 32767 to 16767 with EDP 

999 level 500 stats i want the damage 32767 to 16767 

thats it no higher damage like 35k 45k 50k 60k 

 

Edited by australia
Link to comment
Share on other sites

  • 0

CAN YOU HELP ME HEXING THE DAMAGE TO 32K TO 16K WITH EDP THANK YOU

hex max damage to 32k to 16k with EDP ?

Untitled.jpg

 how?

i have hex editor i need 32k to 16k damage no more higher damage

Link to comment
Share on other sites

  • 0

src/map/status.cpp

status_base_atk :

#ifdef RENEWAL
			str = (dstr * 10 + dex * 10 / 5 + status->luk * 10 / 3 + level * 10 / 4) / 10;
#else
			str += dex / 5 + status->luk / 5;
#endif

 

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.

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.