Jump to content
  • 0
Sign in to follow this  
letskay

Shadow Item autobonus Problem.

Question

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

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

 

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

 

+_+;;;

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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 :D 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~!!!

Edited by letskay

Share this post


Link to post
Share on other sites
  • 0

 

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

Share this post


Link to post
Share on other sites
  • 0

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

{	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

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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