Jump to content
  • 0

how i can add stat in custom item ?


Hossam

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  92
  • Reputation:   2
  • Joined:  09/06/15
  • Last Seen:  

hey guys how i can add status in custom item ?
and how i can add info

Example : item info
Wing
Def 10
All Status +5
 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

Hello Hossam, in your item_db which is located to your db files. Locate this.

// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

Read and absorb what is posted above and look at other examples under it. Also be very sure to be thorough on adding a custom item.
As for the item info, locate ItemInfo on your client files/data; read and absorb. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  92
  • Reputation:   2
  • Joined:  09/06/15
  • Last Seen:  

On 3/16/2017 at 3:07 AM, Freya said:

,S

 

On 3/16/2017 at 3:07 AM, Freya said:

Hello Hossam, in your item_db which is located to your db files. Locate this.


// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

Read and absorb what is posted above and look at other examples under it. Also be very sure to be thorough on adding a custom item.
As for the item info, locate ItemInfo on your client files/data; read and absorb. 

ty bro
and how i can edit item info ? in game

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

Hello @Hossam. There are separated methods on how to edit the item info in-game and it bases on your client's date. If you're using a 2012 (though I am not sure) above client, then you'll have to use a ItemInfo.lub file located on your client file and if you're using a 2012 (again, I am not sure) below client, then you won't be using ItemInfo.lub.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  92
  • Reputation:   2
  • Joined:  09/06/15
  • Last Seen:  

On 3/17/2017 at 4:40 AM, Freya said:

Hello @Hossam. There are separated methods on how to edit the item info in-game and it bases on your client's date. If you're using a 2012 (though I am not sure) above client, then you'll have to use a ItemInfo.lub file located on your client file and if you're using a 2012 (again, I am not sure) below client, then you won't be using ItemInfo.lub.

ty for help <3

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