Jump to content
  • 0

Pre-renewal House Auger


Ernest90

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

Hi, anyone know how to fix this ?  assisan Cross for SBK Beelzebub using Immaterial sword on left , House auger on right . Which pre-ren deal more dmg , renewal no effect.

 

i Like to change back to pre-renewal , any idea how to fix it?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

disable renewal settings.

src/config/renewal.h

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  804
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

Not really sure what you are requesting, if you want pre-renewal completely then do what Emistry posted.

The "left-to-right cardfix" thingy isn't a renewal-specific thingy as far as I know. It's in a config option...

// Whether or not cards and attributes of the left hand are applied to the right hand attack (Note 1)

// (It is 'yes' on official servers)

left_cardfix_to_right: yes

And if the only thing you want to change is how defense works against piercing attacks then just check the function:

battle_calc_defense_reduction
Especially the last part of the function where "piercing" is applied.

But just using the pre-renewal piercing formula for renewal is a very bad idea, because that would result in huge damage.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

sorry can i know which part to remove or change to disable the renewal? kinda confuse

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

in src/config/renewal.h

search

#define RENEWAL
then change to this

//#define RENEWAL
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  804
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

If you want 100% pre-renewal then don't comment that line.

Instead uncommented PRERE in the same file.

//quick option to disable all renewal option, used by ./configure
//#define PRERE
Change to:

//quick option to disable all renewal option, used by ./configure
#define PRERE

If you just comment RENEWAL then you will still have all the other renewal systems enabled like RENEWAL_EXP and RENEWAL_ASPD (but maybe you want that?).

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

sorry still not working. my main purpose is.... i play other server killing beelzebub using Immaterial ( left hand ) + House auger (right hand) basically can deal damage up to 20-30k , but currently my server is only dealing 10k. isit renewal issue or settings

Edited by Ernest90
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

sorry still not working. my main purpose is.... i play other server killing beelzebub using Immaterial ( left hand ) + House auger (right hand) basically can deal damage up to 20-30k , but currently my server is only dealing 10k. isit renewal issue or settings

this is a wrong approach to compare your server damage to other private server.

you have no idea what have been edited to control the damages.

you have no idea what kind of settings is used.

you have no idea what database has changed.

 

if you want to compare the damage, follow the official server.

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...