Mr BrycE Posted May 13, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted May 13, 2012 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 Quote Link to comment Share on other sites More sharing options...
quesoph Posted May 13, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share Posted May 13, 2012 ../conf/battle/skill.conf // Allow use of ES-type magic on players? allow_es_magic_player: no Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 13, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted May 13, 2012 if i disabled that all of the eske skill will be affected i only want one skill which is "Eske" how to do sir? Quote Link to comment Share on other sites More sharing options...
malufett Posted May 15, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 15, 2012 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; Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 18, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted May 18, 2012 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" Quote Link to comment Share on other sites More sharing options...
malufett Posted May 18, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 18, 2012 oh sorry... ATM it is not working with players...so what is the problem now?~~, Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 19, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted May 19, 2012 (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 May 19, 2012 by Mr BrycE Quote Link to comment Share on other sites More sharing options...
Eurydice Posted May 19, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 414 Reputation: 103 Joined: 11/13/11 Last Seen: September 28, 2013 Share Posted May 19, 2012 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) Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 19, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted May 19, 2012 yay, forgot about that no cast db -.-,thanks Eury! Quote Link to comment Share on other sites More sharing options...
Question
Mr BrycE
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.