Jump to content
  • 0
brunoshp

skill_damage_db.txt not working?

Question

8 answers to this question

Recommended Posts

  • 0

i made this commit but not have result.

i put this:

271,1,15,-500,-500,-500,-500

or

MO_EXTREMITYFIST,1,15,-500,-500,-500,-500

or

MO_EXTREMITYFIST,BL_PC,15,-500,-500,-500,-500

or

271,BL_PC,15,-500,-500,-500,-500

Link to comment
Share on other sites

  • 0

It's %, not a fixed amount.

Check the examples:

// MC_MAMMONITE,BL_PC,1,50 // In normal maps, players deal +50% damage to other players with Mammonite.
// MO_EXTREMITYFIST,BL_PC,6,-50 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike.
// AB_ADORAMUS,BL_PC,6,50,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus.

 

Link to comment
Share on other sites

  • 0

EXTRIMITYFIST is hard to adjust using skill_damage_db try capping the maxsp for it. I assume you're running a pre-renewal setup?

or try this

MO_EXTREMITYFIST,BL_PC,15,-80

or if your server files are not updated.

MO_EXTREMITYFIST,1,15,-80

 

Edited by Radian
Link to comment
Share on other sites

  • 0

i have all 

// Caster: The groups for which the adjustment takes effect. (bitmask)
//		BL_PC = Player
//		BL_MOB = Monster
//		BL_PET = Pet
//		BL_HOM = Homunculus
//		BL_MER = Mercenary
//		BL_ELEM = Elemental
//
// Map:
// 		1    - Normal (the maps that aren't classified as these maps below)
// 		2    - PVP
// 		4    - GVG
// 		8    - Battlegrounds
// 		16   - 'skill_damage' mapflag
// Restricted zones - they're configured by 'restricted <number>' mapflag
// 		32   - Zone 1
// 		64   - Zone 2
// 		128  - Zone 3
// 		256  - Zone 4
// 		512  - Zone 5
// 		1024 - Zone 6
// 		2048 - Zone 7
//
// Notes:
//  	Damage is a percentage between -100 and 100000.
//  	Negative values decrease damage and positive values increase it (0 = no change).
//
// Examples:
// MC_MAMMONITE,BL_PC,1,50 // In normal maps, players deal +50% damage to other players with Mammonite.
//MO_EXTREMITYFIST,BL_PC,15,-99,-99,-99,-99
//MO_EXTREMITYFIST,1,15,-99,-99,-99,-99

 but dont increase ou decrease damage skills.

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.