Jump to content
goddameit

Forcibly Strip

Recommended Posts

index.php?app=downloads&module=display&section=screenshot&id=2943

File Name: Forcibly Strip

File Submitter: goddameit

File Submitted: 24 Jul 2013

File Category: Source Modifications

Content Author: Goddameit

Info : http://goo.gl/RXACXL

Preview :

----------------------------------------------------------------------

Transform request (hercules --> rA) by Adam

Click here to download this file

  • Upvote 1
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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);

Link to comment
Share on other sites

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)));

 

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.