Jump to content

Question

Posted

Hi,

can i add the skill "Eske" to

skill_unit_db.txt?

because i dont understand its format

"// ID,unit ID,unit ID 2,layout,range,interval,target,flag"

i stop here..i dont know whats unit ID, and Unit ID 2 >.<

(ID of Eske)471, .......

change it to it cannot affect players "0x020(UF_NOPC) Spell cannot affect players."

will someone tell me what's Unit ID and Unit ID 2

8 answers to this question

Recommended Posts

Posted

Skill_unit_db.txt is use for layout of ground type skilll..

if you wish only eske skill will work on players..edit your skill.c an recompile

	case SL_SKA: // [marquis007]
-case SL_SKE:
	if (sd && !battle_config.allow_es_magic_pc && bl->type != BL_MOB) {
		clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
		status_change_start(src,SC_STUN,10000,skilllv,0,0,0,500,10);
		break;
	}
+case SL_SKE:
	clif_skill_nodamage(src,bl,skillid,skilllv,sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
	if (skillid == SL_SKE)
		sc_start(src,SC_SMA,100,skilllv,skill_get_time(SL_SMA,skilllv));
	break;

Posted (edited)

well for me it is, because i change this

// Allow use of ES-type magic on players?

allow_es_magic_player: yes

it allows all ES skills right? but the Eske Skill gives too much power

but only when they are in pvp, they have Duals and will eske their characters,

"Eske" skills only work on enemy, the problem is "Eske" skill gives 300% more dmage they are using it on pvp, i didnt try it on WOE, or any battlefields only on pvp, especially when champions eske themseleves with their SOul Linker Characters ,

is there a way to unable "Eske" skill to be disabled on enemy player?

Edited by Mr BrycE

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...