Jump to content

Recommended Posts

  • 3 weeks later...
  • 5 weeks later...
Posted
sc_start(bl, sc_atk, 100, skill_lv, d);
 

 

1>..\src\map\skill.c(6395): warning C4003: не хватает фактических параметров для макроопределения "sc_start"
1>..\src\map\skill.c(6395): error C2440: функция: невозможно преобразовать "sc_type" в "block_list *"
1>..\src\map\skill.c(6395): warning C4024: status_change_start: различные типы для формального и фактического параметров 2
1>..\src\map\skill.c(6395): error C2059: синтаксическая ошибка: ,
 

How to fix?

  • 5 months later...
  • 5 months later...
  • 2 months later...
  • 3 years later...
  • 10 months later...
  • 4 months later...
  • 4 weeks later...
  • 2 weeks later...
Posted
On 12/19/2019 at 9:19 PM, Zeiyan said:

Yes. I am. 

Can you post here your source codes?

On 12/19/2019 at 9:19 PM, Zeiyan said:

Yes. I am. 

i got an error on this line
                                    sc_start(bl, sc_atk, 100, skill_lv, d);

Posted
On 12/28/2019 at 4:52 AM, Forshaken said:

i got an error on this line
                                    sc_start(bl, sc_atk, 100, skill_lv, d);

try replacing that with this: sc_start(src,bl,sc_atk,100,skill_lv,skill_get_time(skill_id, skill_lv)));

 

  • 1 month later...
Posted
On 12/30/2019 at 12:06 AM, Zeiyan said:

try replacing that with this: sc_start(src,bl,sc_atk,100,skill_lv,skill_get_time(skill_id, skill_lv)));

 

My client crash everytime i used strip skills

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...