Shadow Item autobonus Problem.

letskay

New member
Messages
8
Points
0
{
Id: 24219
AegisName: "Cold_Bolt_Shadow_Armor"
Name: "Cold Bolt Shadow Armor"
Type: 5
Buy: 10
Loc: 65536
Script: <"
if (getrefine()>=2) {
autobonus "{ bonus3 bAutoSpell,14,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
}
">
},
 
I tried a variety of tests.
If you copy the option works identically on different items.
help me plz.
 
Quazi said:
{
Id: 24219
AegisName: "Cold_Bolt_Shadow_Armor"
Name: "Cold Bolt Shadow Armor"
Type: 5
Buy: 10
Loc: 65536
Script: <" set .@ref,getrefine(); if(.@ref>=2){ autobonus "{ bonus3 bAutoSpell,14,(.@ref/2),1000; }",(.@ref*2)+100,100,BF_SHORT; ">
},
hi Quazi, thanks to your reply.

Apply but failed.

It seems to be another problem..

+_+;;;

 
Quazi said:
oh sorry .. replace with this

set .@ref,getrefine(); if(.@ref>=2){ autobonus "{ bonus3 bAutoSpell,14,(.@ref/2),1000; }",(.@ref*2)+100,100,BF_SHORT; }
Also it applied.

but failed.. T.T

It seems to be another problem.

Items from other locations are operating normally.

 
Quazi said:
i check on my test server.. and i use the same script and i don't get any errors..

i don't know what's wrong.. i also did a test on that item and it's kinda weird just nothing's happen when i wear it lol . .

maybe we wait for others to check it
default_biggrin.png
i really don't know what's wrong with that Cold bolt shadow armor
Quazi!, Thank you for test.

I do not know more...

 normal operation of replacing the equipment location.

EQI_SHADOW_ARMOR (failed)

EQI_ARMOR (success)

Someone please help~!!!

 
Last edited by a moderator:
Quazi said:
i check on my test server.. and i use the same script and i don't get any errors..

i don't know what's wrong.. i also did a test on that item and it's kinda weird just nothing's happen when i wear it lol . .

maybe we wait for others to check it
default_biggrin.png
i really don't know what's wrong with that Cold bolt shadow armor
Quazi!, Thank you for test.

I do not know more...

 normal operation of replacing the equipment location.

EQI_SHADOW_ARMOR (failed)

EQI_ARMOR (success)

Someone please help~!!!
Can you please elaborate your problem? Didn't get it.

 
I do not know more...

 normal operation of replacing the equipment location.

EQI_SHADOW_ARMOR (failed)

EQI_ARMOR (success)

Someone please help~!!!
why not working ?I tested this ...

Code:
{	Id: 19610	AegisName: "C_Whisper_Mask"	Name: "Costume Whisper Mask"	Type: 5	Loc: 7168	View: 321	Script: <" autobonus "{ bonus bAllStats,10; }",1000,10000,BF_WEAPON|BF_MISC,"{ specialeffect2 EF_FIRESPLASHHIT; }"; ">},
which the item equipped at shadow headgear, the autobonus does trigger every time
 
Back
Top