Jump to content
  • 0

Costume items


Sunset

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

Hello!

First of all, sorry if its not the right topic for this, i didnt find any better.

I'm looking for a people, who could teach me on how to add costume items into my server. (screen share or similiar way) ( costume wings, changing auras, adding new items)

Of course not for free, if you are intrested, PM me please.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

this client use itemInfo.lub / iteminfo.lua.

1st. on nemo patcher. find this patch. Load Custom lua file instead of iteminfo*.lub. change to -> System/itemInfo.lub

2nd. if u want to use ItemConverter tool, u need to change to above to System/itemInfo.lua & use below tool.

 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Hi everything you need to know about adding is in here 

https://github.com/rathena/rathena/wiki/Custom_Items

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

49 minutes ago, crazyarashi said:

Hi everything you need to know about adding is in here 

https://github.com/rathena/rathena/wiki/Custom_Items

Yeah, ive tried to make it, without success. :mellow:

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Loc: Equipment location of armor and arrow-type items. Values below can be combined, i. e. 136 would indicate both accessory slots (typical value for accessories).
(2^0)        
1 = Lower headgear (2^1)				2 = Right hand (2^2)					4 = Garment/Robe (2^3)        
8 = Accessory 1 (2^4)					16 = Armor (2^5)						32 = Left hand (2^6)       
64 = Shoes (2^7)						128 = Accessory 2 (2^8)					256 = Upper headgear (2^9)      
512 = Middle headgear (2^10)			1024 = Costume Upper headgear (2^11)    2048 = Costume Middle headgear (2^12)    
4096 = Costume Lower headgear (2^13)    8192 = Costume Garment/Robe (2^15)   	32768 = Arrow (arrow-type items only) (2^16)   
65536 = Shadow Armor (2^17)  			131072 = Shadow Weapon (2^18)  			262144 = Shadow Shield (2^18)  
524288 = Shadow Shoes (2^20) 			1048576 = Shadow Accessory 2 (2^21) 	2097152 = Shadow Accessory 1

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

You must add an item as a normal custom item, adding it to the server and into your GRF file, then in the item script on item_db, you must change the item type. Something like this:

Quote

 

5658,Imp_Hat,Imp Hat,4,20,,400,,1,,1,0xFFFFFFFF,63,2,256,,1,1,589,{ bonus3 bAutoSpell,"SA_FLAMELAUNCHER",1,5; },{},{}

 

Here you have the Imp Hat as a normal hat, with the normal item script. if you want to convert it as a costume hat, you only must change the item type 256 -> 1024

 

You have to change the Loc column to the Costume Loc ID:

Quote

// Structure of Database: // 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 }

Upper HeadGears (Normal -> Costume):  256 -> 1024

Middle HeadGears (Normal -> Costume):  512 -> 2048

Lower HeadGears (Normal -> Costume):  1 -> 4096

 

Thats how you change a normal item to costume item, to create a new one, you need to create a normal custom item with the correspondent Loc ID on the item_db

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

First of all.. what client date u r using? Coz got 2 method of adding custom items depending on the client date itself. Either using idnum2table.txt or itemInfo.lub

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

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