Jump to content
  • 0

[CARDINAL BUFFS] SCRIPT


omimo

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  03/03/12
  • Last Seen:  

Hi,

 

I'm fairly new to scripting and I just wanted to know how can I add the buffs of CARDINAL to the HEALER NPC? Will that be possible, looking forwards to your help, thank you!~

I tried using this as my test

skilleffect 361,0; sc_start SC_ARGUSTUSTELUM,3600000,5;

 

but, it seems I cannot move at all probably it gave me a different kind of buff.

Edited by omimo
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

4 minutes ago, omimo said:

Hi,

 

I'm fairly new to scripting and I just wanted to know how can I add the buffs of CARDINAL to the HEALER NPC? Will that be possible, looking forwards to your help, thank you!~

I tried using this as my test

skilleffect 361,0; sc_start SC_ARGUSTUSTELUM,3600000,5;

 

but, it seems I cannot move at all probably it gave me a different kind of buff.


Understand the flow of the script then add this

sc_start SC_ARGUSTUSTELUM,240000,10;

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  03/03/12
  • Last Seen:  

Hi,

 

Apparently it still not working ?
 

I've tried several combinations for the name, just like below:

  • sc_start SC_CD_ARGUTUS_TELUM,240000,5;
  • sc_start SC_Argutus Telum,240000,5;
  • sc_start SC_ArgutusTelum,240000,5;
  • sc_start 5272,240000,5;
  •  

I'm thinking probably there's something wrong with the skillname?


***

skillDB:

Id: 5272
    Name: CD_ARGUTUS_TELUM
    Description: Argutus Telum
    MaxLevel: 5

***

Edited by omimo
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

On 12/22/2022 at 1:58 PM, omimo said:

it seems I cannot move at all probably it gave me a different kind of buff.

That probably meant your emulator doesn't have these constants value or buff implemented.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  03/03/12
  • Last Seen:  

On 1/14/2023 at 8:03 PM, Emistry said:

That probably meant your emulator doesn't have these constants value or buff implemented.

Is there a way to fix this? I'm using 4cram emulator.

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