Jump to content
  • 0

Fire Ivy Error


Poring King

Question


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Hello im trying to implement Fire ivy using this guide provided. 

 

Spoiler

 

 

When i try to implement in our new rAthena files im still having a minimal error now not like the first time i implement this . i already fix the skill db, skill tree , skill require db and SRC . 

Im still having problem with the Fire ivy first. Fire ivy skill did not shown on my Skill tree inside HW and wizard skill . 2nd When my character casting fire ivy it says skill has failed and when i try to rebuild again this new error i found.

 


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

 



Here my setup
Skill_db.txt

82,9,6,1,0,0x01,0,1,0,yes,0,0,0,magic,0,0x0,  WZ_FIREIVY,Fire Ivy

Skill_require_db.txt

82,0,0,10,0,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0                            //WZ_FIREIVY

Skill Tree Section

High Wizard

4010,82,1,0,0,0,0,0,0,0,0,0,0 //WZ_FIREIVY#Fire Ivy#

Wizard

9,82,10,0,0,0,0,0,0,0,0,0,0 //WZ_FIREIVY#Fire Ivy#

 

SRC Setup that cause of Error
 

	case WZ_FIREIVY: //add
			FIREIVYfunction(src,bl); //add
			clif_skill_nodamage(src,bl,skillid,skilllv,0); //add
			break; //add

how should i fix this ?

Edited by Poring King
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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