Mr BrycE Posted May 13, 2012 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
quesoph Posted May 13, 2012 Posted May 13, 2012 ../conf/battle/skill.conf // Allow use of ES-type magic on players? allow_es_magic_player: no Quote
Mr BrycE Posted May 13, 2012 Author 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
malufett Posted May 15, 2012 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
Mr BrycE Posted May 18, 2012 Author 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
malufett Posted May 18, 2012 Posted May 18, 2012 oh sorry... ATM it is not working with players...so what is the problem now?~~, Quote
Mr BrycE Posted May 19, 2012 Author 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
Eurydice Posted May 19, 2012 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
Mr BrycE Posted May 19, 2012 Author Posted May 19, 2012 yay, forgot about that no cast db -.-,thanks Eury! Quote
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
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.