Jump to content
  • 0

item script not working something wrong help plz


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Problem is in "bonusautoscript"
i dont know what's wrong with it..

these are gunslinger's weapon 

please somebody correct this item script please
 

20125,Quicksilver,Quicksilver,4,20000,,450,190,,7,4,0x01000000,7,2,34,4,35,1,17,{ bonus2 bAddRace,RC_DemiHuman,55; bonus bDex,20; bonus bHit,-10; bonus2 bSubRace,RC_DemiHuman,20; bonusautoscript "{ sc_start SC_INCBASEATK,3000,readparam(bAtk); }",10,BF_WEAPON; bonus bNoMagicDamage,65;},{},{}

20127,Peacemaker,Peacemaker,4,32000,,900,240,,9,4,0x01000000,7,2,34,4,80,1,20,{ bonus bDex,20; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,35; bonus2 bSubRace,RC_DemiHuman,20; bonusautoscript "{ sc_start SC_INCBASEATK,6000,800; heal -100,0; }",10,BF_WEAPON; bonus bUnbreakableWeapon,0; bonus bNoMagicDamage,65;},{},{} 

20128,Missing_Score,Missing Score,4,130000,,2500,180,,9,4,0x01000000,7,2,34,4,68,1,20,{ bonus bDex,20; bonus2 bAddRace,RC_DemiHuman,35; bonus2 bSubRace,RC_DemiHuman,20; bonusautoscript "{ sc_start SC_INCBASEATK,6000,800; heal -120,0; }",10,BF_WEAPON; bonus bUnbreakableWeapon,0; bonus bNoMagicDamage,65;},{},{} 

20129,Silver_Cassandra,Silver Cassandra,4,110000,,1200,500,,9,4,0x01000000,7,2,34,4,52,1,21,{ bonus bDex,20; bonus2 bAddRace,RC_DemiHuman,35; bonus2 bSubRace,RC_DemiHuman,20; bonusautoscript "{ sc_start SC_INCBASEATK,9000,3000; heal -500,0; }",10,BF_WEAPON; bonus bUnbreakableWeapon,0; bonus bNoMagicDamage,65;},{},{} 

I'm not able to solve this problem

error in  CMD

 


Bump~

post-17166-0-05541500-1397282988_thumb.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

bonusautoscript "{ sc_start SC_INCBASEATK,9000,3000; heal -500,0; }",10,BF_WEAPON;

 

autobonus "{ sc_start SC_INCBASEATK,9000,3000; heal -500,0; }",10,BF_WEAPON;

 

change them all

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

thanks Kichi

i will try and let you know dose it work or not...

thanks a lot bro ♥


bonusautoscript "{ sc_start SC_INCBASEATK,9000,3000; heal -500,0; }",10,BF_WEAPON;

 

autobonus "{ sc_start SC_INCBASEATK,9000,3000; heal -500,0; }",10,BF_WEAPON;

 

change them all

i only need to change "bonusautoscript" in to "autobonus" ? am i right?

Edited by JassMax
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

yes.
autobonus "{ sc_start \"SC_INCBASEATK\",9000,3000; heal -500,0; }",10,BF_WEAPON;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

yes.

autobonus "{ sc_start \"SC_INCBASEATK\",9000,3000; heal -500,0; }",10,BF_WEAPON;

Do i also have to add \ [slash] ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

yes to escape the character

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