Jump to content
  • 0

Help with Permanent Blessing and Agi on item


Pink Guy

Question


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

So I added this item and copied the eddga card script.

What happens is after the countdown, it will disappear but for eddga, even if the countdown of the skill is done, it will stay and the countdown will go to negative. Can someone please help? I'm using 3ceam and eAthena.

 

 

ITEM{ },{ sc_start4 SC_BLESSING,60000,10,0,0,1; sc_start4 SC_INCREASEAGI,60000,10,0,0,1; },{ sc_end SC_BLESSING; sc_end SC_INCREASEAGI; }
 

I put it on the on-equip script so yes, it will only be done if you're wearing the item.

Edited by Instinct
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

So I added this item and copied the eddga card script.

What happens is after the countdown, it will disappear but for eddga, even if the countdown of the skill is done, it will stay and the countdown will go to negative. Can someone please help? I'm using 3ceam and eAthena.

 

 

ITEM{ },{ sc_start4 SC_BLESSING,60000,10,0,0,1; sc_start4 SC_INCREASEAGI,60000,10,0,0,1; },{ sc_end SC_BLESSING; sc_end SC_INCREASEAGI; }
 

I put it on the on-equip script so yes, it will only be done if you're wearing the item.

Just set the time to 1 week, when the wearer unequip and equip again it will have 1 more week to the effect finish, im sure it will unequip the item atleast 1 time before 1 week past xD

 

try it:

ITEM{ },{ sc_start4 SC_BLESSING,604800000,10,0,0,1; sc_start4 SC_INCREASEAGI,604800000,10,0,0,1; },{ sc_end SC_BLESSING; sc_end SC_INCREASEAGI; }
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

Okay. I'll try and thanks for the reply.



I got a problem. If you wear eddga shoes, even if you die, the buff doesn't disappear. My item however, disappears when you die. I want it to be still there even if you die and when you respawn.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

I still need help!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  182
  • Reputation:   22
  • Joined:  12/30/12
  • Last Seen:  

For infi



So I added this item and copied the eddga card script.

What happens is after the countdown, it will disappear but for eddga, even if the countdown of the skill is done, it will stay and the countdown will go to negative. Can someone please help? I'm using 3ceam and eAthena.

 

 

ITEM{ },{ sc_start4 SC_BLESSING,60000,10,0,0,1; sc_start4 SC_INCREASEAGI,60000,10,0,0,1; },{ sc_end SC_BLESSING; sc_end SC_INCREASEAGI; }
 

I put it on the on-equip script so yes, it will only be done if you're wearing the item.

 

For infinite Increase Agi and Blessing, use this item script:

skilleffect "AL_BLESSING",0; sc_start SC_BLESSING,-1,10; skilleffect "AL_INCAGI",0; sc_start SC_INCREASEAGI,-1,10;

 

Hope this helps! /no1

Edited by Boom
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

So I use skilleffect function? not sc_start?

Edited by Instinct
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

still need help.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  116
  • Reputation:   4
  • Joined:  01/11/12
  • Last Seen:  

So I use skilleffect function? not sc_start?

 

The "skilleffect" in his script is for the visual effects (like someone casted the skill on you), the effect part is "sc_start SC_BLESSING", and the "-1" makes the effect infinite. so there you go for the explanation.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

So I can just change the SC_BLESSING to my desired buff like FCP and assumptio?

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