Jump to content
  • 0

Help how to balance the damage of mob


Michael D.

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

help please. my lvl is 999 but the damage of the mobs is high and strong and my HP is 1m nid help please.

and how to no cast my dangerous soul collect look. my dex is pure and still its casting.

screenflipro000-89368.jpg

Edited by mykel09
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Im confused.. Are you dealing too much damage or are the mobs dealing too much damage on you?.. o_O.

Secondly, what are your adjustments to these:

// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 100

// Delay time after casting (Note 2)
delay_rate: 100

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: no
delay_dependon_agi: no

// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
// Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 100

// This delay is the min 'can't walk delay' of all skills.
// NOTE: Do not set this too low, if a character starts moving too soon after 
// doing a skill, the client will not update this, and the player/mob will 
// appear to "teleport" afterwards.
default_walk_delay: 300

//Completely disable skill delay of the following types (Note 3)
//NOTE: By default mobs don't have the skill delay as specified in the skill
//  database, but follow their own 'reuse' skill delay which is specified on
//  the mob skill db. When set, the delay for all skills become
//  min_skill_delay_limit.
no_skill_delay: 2

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150

// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530

For the "// At what dex does the cast time become zero (instacast)?" you could have that higher than 150 which is causing you to "Not" instant cast Soul Collect or if you're in renewal, this part "// How much (dex*2+int) does variable cast turns zero?". I suggest you change them accordingly.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

oh sorry about that.im dealing to much damage on the monster. how to change that,how to decrease all monster's damage.

here's my skill.conf

// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 0
// Delay time after casting (Note 2)
delay_rate: 0
// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: 1
delay_dependon_agi: no
// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
// Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 0
// This delay is the min 'can't walk delay' of all skills.
// NOTE: Do not set this too low, if a character starts moving too soon after
// doing a skill, the client will not update this, and the player/mob will
// appear to "teleport" afterwards.
default_walk_delay: 100
//Completely disable skill delay of the following types (Note 3)
//NOTE: By default mobs don't have the skill delay as specified in the skill
//  database, but follow their own 'reuse' skill delay which is specified on
//  the mob skill db. When set, the delay for all skills become
//  min_skill_delay_limit.
no_skill_delay: 1
// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150
// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 150

how to put when my dex becomes 150 it will no cast all the skills and the skilldelay becomes 0 and the aftercastdelay becomes 0.

and also when im using Yggdrasil Berry it says you have to wait 5seconds to use it again how to remove it so i can use my yggdrasil berry unlimited.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

As for you dealing too much damage on monsters, you can't prevent that just because of how high your stats are. If you really wanna "prevent" it, you need to change the stats of your mobs. Also, are you using Renewal or Pre-Renewal?

To remove the Ygg Berry delay, go to your db/item_delay


// Item Delay Database
// There is a max concurrent number of entries modifiable in src/map/itemdb.h as MAX_ITEMDELAYS
//
// Structure:
// Item ID,Delay in Milliseconds

//12202,60000	//Str_Dish10_
//12203,60000	//Agi_Dish10_
//12204,60000	//Int_Dish10_
//12205,60000	//Dex_Dish10_
//12206,60000	//Luk_Dish10_
//12207,60000	//Vit_Dish10_
12208,60000	//Battle_Manual
12210,60000	//Bubble_Gum
14538,300000	//Glass_Of_Illusion
14586,180000	//Spark_Candy
607,5000	// Yggdrasil_Berry
608,3000	// Yggdrasil_Seed

// Bifrost Items
11522,1000	// Red_Raffle_Sap
11523,2000	// Yellow_Raffle_Sap
11524,3000	// White_Raffle_Sap
11525,5000	// Mora_Hip_Tea

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

thank you.

how to know if ure using Pre-re and re ??? coz i edit both of that. tnxx

in my rathena folder i have Pre- and renewal.. so maybe its renewal. do you know how to disable 3rd jobs?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

thank you.

how to know if ure using Pre-re and re ??? coz i edit both of that. tnxx

in my rathena folder i have Pre- and renewal.. so maybe its renewal. do you know how to disable 3rd jobs?

Checking if you have renewal mode on (which you probably do since it's set as default) by checking your .../src/config/renewal.h


/// game renewal server mode
/// (disable by commenting the line)
///
/// leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

If you're set in Renewal and you've been editing files in the pre-re folder of your NPCs and DB.. then there's a problem :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

oh that's why. can i disable the renewal so when i edit pre it will have no problem.?

still have problem with the casting. what will i put?? still casting Dangerous soul collect but my dex is pure.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/20/11
  • Last Seen:  

still have problem with the casting. what will i put?? still casting Dangerous soul collect but my dex is pure.

Locate renewal.h in "src/config/" and hash out "#define RENEWAL_CAST". Then recompile and you're all set.

Edited by UltraSlayer
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

but when i tried my dex 1 its no cast. is it possible like if below 120 it will cast but if 120 above it will be no cast

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/20/11
  • Last Seen:  

but when i tried my dex 1 its no cast. is it possible like if below 120 it will cast but if 120 above it will be no cast

Try changing:

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150

To:

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 120

Just make sure RENEWAL_CAST has been disabled in renewal.h found in "src/config" by hashing it out with, "//" then recompiling your 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...