Jump to content
  • 0

Item Bonus


RAWRs

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  76
  • Reputation:   1
  • Joined:  11/17/11
  • Last Seen:  

There is any ways to increase limit length of item bonus in item script? { Script } { OnEquip }

Because i use a bit long bonus script on my item & its not working.

Edited by RAWRs
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

what's wrong? any SS about it?

 

or ever you try use with

callfunc EquipFunc;

after you make script function for your equip?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  76
  • Reputation:   1
  • Joined:  11/17/11
  • Last Seen:  

what's wrong? any SS about it?

 

or ever you try use with

 

callfunc EquipFunc;

after you make script function for your equip?

 

No the item script at item_db. the { Script } have a limit. If we put it to long,it won't effect.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

item_id,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,{ callfunc MyEquip,123;},{},{}
function    script    MyEquip    {
if(getarg(0) == 123)
{
bonus bla bla bla;
bonus bla bla bla;
bonus bla bla bla;
bonus bla bla bla;
bonus bla bla bla;
..................
 
bonus bla bla bla;
}
}

.....?

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