goddameit Posted June 6, 2012 Author Posted June 6, 2012 How to add delay ? and saying.... > You can use this special skills in 10 to 1 seconds < (source) Quote
terrorkruemel Posted June 7, 2012 Posted June 7, 2012 Hello goddameit, first thank u for sharing this. I really like it. Second, I successfully added this skill in the source and can use it via "@useskill 996 1 target". But I am failing to implement it in a skill tree by this guide http://eathena.ws/wi...ding_new_skills . My client crashes by reading the lub files. -> After double click exe --> after char select -> trying to log on map server: my lua, respectively, my lubs: skillinfolist [sKID.ST_CHASEWALK] = { "ST_CHASEWALK"; SkillName = "Chase Walk", MaxLv = 5, _NeedSkillList = { { SKID.TF_HIDING,5 }, { SKID.RG_TUNNELDRIVE,3 } } }, [sKID.DOTASWAP] = { "DOTASWAP"; SkillName = "Huch?", MaxLv = 1, SpAmount = { 100 }, _NeedSkillList = { { SKID.RG_BACKSTAP,4 }, { SKID.RG_RAID,5 } } }, [sKID.ST_REJECTSWORD] = { "ST_REJECTSWORD"; SkillName = "Reject Sword", MaxLv = 5, SpAmount = { 10, 15, 20, 25, 30 } }, skilltreeview }, [JOBID.JT_MONK_H] = { [11] = SKID.CH_PALMSTRIKE, [21] = SKID.CH_SOULCOLLECT, [25] = SKID.CH_TIGERFIST, [32] = SKID.CH_CHAINCRUSH }, [JOBID.JT_ROGUE_H] = { [8] = SKID.ST_CHASEWALK, [30] = SKID.ST_FULLSTRIP, [38] = SKID.ST_PRESERVE, [28] = SKID.DOTASWAP, [31] = SKID.ST_REJECTSWORD }, [JOBID.JT_BARD_H] = { [29] = SKID.CG_ARROWVULCAN, [30] = SKID.CG_MOONLIT, [31] = SKID.CG_MARIONETTE, [32] = SKID.CG_HERMODE, [38] = SKID.CG_LONGINGFREEDOM, [39] = SKID.CG_TAROTCARD }, Sir, can u help me to add your skill in a skill tree? Quote
goddameit Posted June 8, 2012 Author Posted June 8, 2012 (edited) how to let it work on player only? if bl->type != BL_PC use 'return;' to end the function before swap it. Edited June 8, 2012 by goddameit Quote
Ragnar Lothbrok Posted June 8, 2012 Posted June 8, 2012 how to fix this src\map\skill.c(4984): warning C4013: 'DOTASWAPfu' undefined; assuming extern returning int src\map\skill.c(13330): error C2371: 'DOTASWAPfu' : redefinition; different basic types Quote
goddameit Posted June 13, 2012 Author Posted June 13, 2012 how to fix this src\map\skill.c(4984): warning C4013: 'DOTASWAPfu' undefined; assuming extern returning int src\map\skill.c(13330): error C2371: 'DOTASWAPfu' : redefinition; different basic types add correctly. Quote
Kai Posted July 11, 2012 Posted July 11, 2012 i have a problem. i can see the skill but i can't add/use it. so, i made added it to the platinum npc. and it works fine BUT the problem is when i reconnect the skill is gone. so i need to talk to the npc all over again. how to fix it? Quote
goddameit Posted July 14, 2012 Author Posted July 14, 2012 i have a problem. i can see the skill but i can't add/use it. so, i made added it to the platinum npc. and it works fine BUT the problem is when i reconnect the skill is gone. so i need to talk to the npc all over again. how to fix it? I use well, read the #1 again. Quote
zmref Posted July 20, 2012 Posted July 20, 2012 (edited) @goddameit nice Description: Skill SWAP, enabling you to swap location on your targeted (monster,....) Edited July 20, 2012 by zmref 1 Quote
alexlamkinveng Posted August 31, 2012 Posted August 31, 2012 Dear sir, Your client link already down, i cannot download it. please re-upload it, thank you. Quote
Mr BrycE Posted September 7, 2012 Posted September 7, 2012 @goddameit can you add a line on the process of swapping a line of devotion skill if possible xD Quote
Zell Posted December 17, 2012 Posted December 17, 2012 I am with the nil error when adding this step just: [sKID.DOTASWAP] = { "DOTASWAP"; SkillName = "DOTASWAP", }, Whow to fix it? Quote
Poring King Posted March 13, 2018 Posted March 13, 2018 (edited) The skill dosent show on my skill tree , then when i use it on @useskill it shows[Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:220::skill_chk [Error]: Skill '82' is undefined! skill.cpp:655::skill_isNotOk Rebuild error skill.cpp: In function âint skill_castend_nodamage_id(block_list*, block_list*, uint16, uint16, unsigned int, int)â: skill.cpp:6604:4: error: âFIREIVYfunctionâ was not declared in this scope FIREIVYfunction(src,bl); //add ^~~~~~~~~~~~~~~ skill.cpp:6605:31: error: âskillidâ was not declared in this scope clif_skill_nodamage(src,bl,skillid,skilllv,0); //add ^~~~~~~ skill.cpp:6605:31: note: suggested alternative: âskill_idâ clif_skill_nodamage(src,bl,skillid,skilllv,0); //add ^~~~~~~ skill_id skill.cpp:6605:39: error: âskilllvâ was not declared in this scope clif_skill_nodamage(src,bl,skillid,skilllv,0); //add ^~~~~~~ skill.cpp:6605:39: note: suggested alternative: âskill_lvâ clif_skill_nodamage(src,bl,skillid,skilllv,0); //add ^~~~~~~ skill_lv make[1]: *** [obj/skill.o] Error 1 Edited March 13, 2018 by Poring King Quote
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.