Blue Jem Posted November 6, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted November 6, 2013 i dont know how can add Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted November 6, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 222 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted November 6, 2013 which client version are you using? Quote Link to comment Share on other sites More sharing options...
LuLu Posted November 6, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted November 6, 2013 you can add them at item_db2.txt.also make sure that it's ID is viewable. Only specific item numbers for weapons can be viewed. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 6, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 6, 2013 2012 client and lulu can you show the example? Quote Link to comment Share on other sites More sharing options...
LuLu Posted November 7, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted November 7, 2013 read this here Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 7, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 7, 2013 yup i try this in item db ID 1601 = Arsenal Staff but why Rod ang lumalabas?? Quote Link to comment Share on other sites More sharing options...
LuLu Posted November 7, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted November 7, 2013 check its class type/sprite.maybe it shows but uses the wrong sprite in your settings. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 7, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 7, 2013 i dont know master .. told me i need ti put the name of item to lua files Quote Link to comment Share on other sites More sharing options...
LuLu Posted November 7, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted November 7, 2013 if you use iteminfo.lua --[[ Format: [itemID] = { unidentifiedDisplayName = "read the table name", unidentifiedResourceName = "sprite/act/texture filename when unidentified", unidentifiedDescriptionName = { "read", "the", "table", "name", } identifiedDisplayName = "read the table name", identifiedResourceName = "sprite/act/texture filename when identified", identifiedDescriptionName = { "read", "the", "table", "name", } slotCount = 0~4, ClassNum = viewID if headgear/weapon/robes(garment) put 0 if not for headgear's viewID see accessoryid.lua for weapon's viewID see weapontable.lua for garment's viewID see spriterobeid.lua } --]] check ClassNum, viewID for weapon.must match on what you want. ClassNum = 23 //for Rod ClassNum = 10 //for Staff Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted November 7, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 222 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted November 7, 2013 Blue Jem does your client use ItemInfo.lua is what i wanted to know. because the client side modification vary based on that. which is why i asked for the client date . Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 7, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 7, 2013 20120104 Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted November 9, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 222 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted November 9, 2013 for that client there is an item id limitation. you need to add your weapon in the range meant for it. you can see the valid item id ranges in my signature below. rest of the stuff is same as other custom items. (i mean the txt table additions). As for the sprite name. check this site. http://ratemyserver.net/index.php?page=riot_bible_section§ion=6 Quote Link to comment Share on other sites More sharing options...
Question
Blue Jem
i dont know how can add
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.