Jump to content
  • 0

Eske Skill


Mr BrycE

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

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

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

../conf/battle/skill.conf

// Allow use of ES-type magic on players?
allow_es_magic_player: no

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

if i disabled that all of the eske skill will be affected i only want one skill which is "Eske" how to do sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

i dont get it,

"if you wish only eske skill will work on players"

mu question was,

"how will the "eske" skill will not work on players"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

oh sorry...

ATM it is not working with players...so what is the problem now?~~,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  414
  • Reputation:   102
  • Joined:  11/13/11
  • Last Seen:  

Are you running a PK server? If not, just disable Eske in PVP, GVG and Battleground maps via skill_nocast_db.txt. (It's just a suggestion. :3)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

yay, forgot about that no cast db -.-,thanks Eury!

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