Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Print Page - Who know or understand the item script of card with activated function?

Old aRO Forums

The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: Kane on July 04, 2010, 12:36:14 pm

Title: Who know or understand the item script of card with activated function?
Post by: Kane on July 04, 2010, 12:36:14 pm
Just wanna know how much % activated of these card:

Atros Card

Description:
ATK + 25
When dealing a physical attack there is a small chance that for 10 seconds your aspd will increase by 100%.

Item Script:
{ bonus bBaseAtk,25; autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}

Vanberk Card

Description:
STR + 2, For 5 seconds Critical Rate + 100 when attacking to the enemies.

Item Script:
{ bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}

Isilla Card

Description:(new description)nevermind this one.
INT + 2, Reduce Casting Time by 50% for 5 seconds when performing a Magical attack. FLEE Rate + 30

Item Script:
{ bonus bInt,2; autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; },{},{}

Hodremlin Card

Description:
Reduces damage from Small, Medium, and Large type monsters by 15%.
For 10 seconds Perfect Dodge + 30 on the user when the user receives Physical or Magical Damage.

Item Script:
{ bonus2 bSubSize,0,15; bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }"; },{},{}

Ice Titan Card

Description:
VIT + 2
For 10 seconds DEF + 10 when the user receives Physical or Magical Damage.

Item Script:
{ bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }"; },{},{}

Extra Question:
Can it activates when the function activated?So,The time of activating become longer.
Title: Re: Who know or understand the item script of card with activated function?
Post by: Jerald on July 04, 2010, 01:02:09 pm
Just wanna know how much % activated of these card:

Atros Card

Description:
ATK + 25
When dealing a physical attack there is a small chance that for 10 seconds your aspd will increase by 100%.

Item Script:
{ bonus bBaseAtk,25; autobonus "{ bonus bAspdRate,100 The aspd rate; }",5% chance to occur,10000 (Deals with time which is milliseconds),0,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}

Vanberk Card

Description:
STR + 2, For 5 seconds Critical Rate + 100 when attacking to the enemies.

Item Script:
{ bonus bStr,2; autobonus "{ bonus bCritical,100; }",5% chance occur,5000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}

Isilla Card

Description:
INT + 2, Reduce Casting Time by 50% for 5 seconds when performing a Magical attack. FLEE Rate + 30

Item Script:
{ bonus bInt,2; autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; },{},{}

Hodremlin Card

Description:
Reduces damage from Small, Medium, and Large type monsters by 15%.
For 10 seconds Perfect Dodge + 30 on the user when the user receives Physical or Magical Damage.

Item Script:
{ bonus2 bSubSize,0,15; bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; autobonus2 "{ bonus bFlee2,30; }",3% chance,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }"; },{},{}

Ice Titan Card

Description:
VIT + 2
For 10 seconds DEF + 10 when the user receives Physical or Magical Damage.

Item Script:
{ bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3% chance, 10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }"; },{},{}

Extra Question:
Can it activates when the function activated?So,The time of activating become longer.


Last question, it just reset it to the max time. Example the 10 sec, when you left 5 sec of the effect and it reactivate, it goes back to 10sec not 15 sec. Basically no stacking if I am not wrong.

I bolded the essentially part. The time are in milli seconds so i dont bother with the rest.
Title: Re: Who know or understand the item script of card with activated function?
Post by: tsukaza13 on July 04, 2010, 08:12:46 pm
I thought Vanberk was 0.5%?
Title: Re: Who know or understand the item script of card with activated function?
Post by: Jerald on July 04, 2010, 08:15:11 pm
Well, of you are right then all the % that i bold will be 0.X%
Title: Re: Who know or understand the item script of card with activated function?
Post by: kurip on July 04, 2010, 08:17:50 pm
1 = 0.1%
10= 1%
100 = 10%
1000= 100%
Title: Re: Who know or understand the item script of card with activated function?
Post by: Kane on July 05, 2010, 04:56:55 am
1 = 0.1%
10= 1%
100 = 10%
1000= 100%

Still not understand.The Item script of those cards are different.can u tell me how much % chance of those cards?
Title: Re: Who know or understand the item script of card with activated function?
Post by: Teggit on July 05, 2010, 05:02:12 am
1 = 0.1%
10= 1%
100 = 10%
1000= 100%
That is only true for autocast. Vanberk is { bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}

Means it would be proccing on every hit when it clearly is not.
Title: Re: Who know or understand the item script of card with activated function?
Post by: tsukaza13 on July 05, 2010, 05:17:15 am
I thought the number 1 would represent the lowest possible percentage in the game, ie 0.01%, with the highest being 10000 representing 100%.

I read that somewhere, anyway.
Title: Re: Who know or understand the item script of card with activated function?
Post by: Jerald on July 05, 2010, 05:59:11 am
1 = 0.1%
10= 1%
100 = 10%
1000= 100%
That is only true for autocast. Vanberk is { bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}

Means it would be proccing on every hit when it clearly is not.


You are quoting the time....that is 5000ms which is 5 seconds. The one should be proc at 0.5% as stated by kurip.
Title: Re: Who know or understand the item script of card with activated function?
Post by: Kane on July 05, 2010, 08:37:10 am
I never understand nevermind but i wanna know:
How much % chance for hodremlin and Ice titan activation?
Title: Re: Who know or understand the item script of card with activated function?
Post by: kurip on July 05, 2010, 09:15:00 am
0.3%
Title: Re: Who know or understand the item script of card with activated function?
Post by: Schrodinger on July 05, 2010, 05:44:30 pm
The numbers differ depending on the specific command given.

like autobonus4 or something has a different script etc, it's not always X y z where X = level y = % and z = something else.

I'm a little busy irl, but I'll try to answer these in a more detailed way.
Title: Re: Who know or understand the item script of card with activated function?
Post by: SilentIce on July 06, 2010, 05:18:08 am
Didn't they change Isilla's 50% reduced cast speed to last an hour here? I'm sure I saw it say that...
Title: Re: Who know or understand the item script of card with activated function?
Post by: tsukaza13 on July 06, 2010, 06:40:24 am
Didn't they change Isilla's 50% reduced cast speed to last an hour here? I'm sure I saw it say that...

Wrong description ingame.
Title: Re: Who know or understand the item script of card with activated function?
Post by: Schrodinger on July 06, 2010, 01:56:37 pm
It's not a wrong description, people are choosing to mis-interpret it.  The effect procs suffragium, which WILL last an hour, if you don't use a spell or skill that it works with.  But just like the actual skill, if you use a skill/spell it procs with, it wears off.
Title: Re: Who know or understand the item script of card with activated function?
Post by: tsukaza13 on July 06, 2010, 10:43:17 pm
It's not a wrong description, people are choosing to mis-interpret it.  The effect procs suffragium, which WILL last an hour, if you don't use a spell or skill that it works with.  But just like the actual skill, if you use a skill/spell it procs with, it wears off.

Which the description very conveniently leaves out. Incomplete description, if you want to be finicky about it.