AinsLord Posted March 27, 2018 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted March 27, 2018 (edited) as you can see on the screen shot im wearing 2 daggers but it shows 1 hand sword questions : 1. why is it like that i honestly put the proper sprite for it when i wearing 1 dagger it shows the sprite 2. does it affect the card compounded on the weapon like only left hand card/effect will work?? #TIA Edited March 27, 2018 by AinsLord Quote Link to comment Share on other sites More sharing options...
0 Promeister Posted March 27, 2018 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 24 Reputation: 4 Joined: 04/17/16 Last Seen: November 8, 2021 Share Posted March 27, 2018 Hi, its either the sprite in the Grimtooth Weapon only supports the right hand or you have to modify the VIEW ID: of it on the item_db and change it to dagger? i'm not sure. somehow it might be a client side troubleshoot when you put to daggers of the same ID with a sprite and actually converts to a one handed sword. Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted March 28, 2018 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted March 28, 2018 Check the ClassNum in your itemInfo.lub if the weapon view is correct. WEAPONTYPE_NONE = 0, WEAPONTYPE_SHORTSWORD = 1, WEAPONTYPE_SWORD = 2, WEAPONTYPE_TWOHANDSWORD = 3, WEAPONTYPE_SPEAR = 4, WEAPONTYPE_TWOHANDSPEAR = 5, WEAPONTYPE_AXE = 6, WEAPONTYPE_TWOHANDAXE = 7, WEAPONTYPE_MACE = 8, WEAPONTYPE_TWOHANDMACE = 9, WEAPONTYPE_ROD = 10, WEAPONTYPE_BOW = 11, WEAPONTYPE_KNUKLE = 12, WEAPONTYPE_INSTRUMENT = 13, WEAPONTYPE_WHIP = 14, WEAPONTYPE_BOOK = 15, WEAPONTYPE_CATARRH = 16, WPCLASS_GUN_HANDGUN = 17, WPCLASS_GUN_RIFLE = 18, WPCLASS_GUN_GATLING = 19, WPCLASS_GUN_SHOTGUN = 20, WPCLASS_GUN_GRANADE = 21, WPCLASS_SYURIKEN = 22, WPCLASS_TWOHANDROD = 23, WPCLASS_LAST = 24, WEAPONTYPE_SHORTSWORD_SHORTSWORD = 25, WEAPONTYPE_SWORD_SWORD = 26, WEAPONTYPE_AXE_AXE = 27, WEAPONTYPE_SHORTSWORD_SWORD = 28, WEAPONTYPE_SHORTSWORD_AXE = 29, WEAPONTYPE_SWORD_AXE = 30, WEAPONTYPE_Main_Gauche = 31, WEAPONTYPE_Stiletto = 32, WEAPONTYPE_Gladius = 33, WEAPONTYPE_Zeny_Knife = 34, WEAPONTYPE_Poison_Knife = 35, WEAPONTYPE_Princess_Knife = 36, WEAPONTYPE_Sasimi = 37, WEAPONTYPE_Lacma = 38, WEAPONTYPE_Tsurugi = 39, WEAPONTYPE_Ring_Pommel_Saber = 40, WEAPONTYPE_Haedonggum = 41, WEAPONTYPE_Saber = 42, WEAPONTYPE_Jewel_Sword = 43, WEAPONTYPE_Gaia_Sword = 44, WEAPONTYPE_Twin_Edge_B = 45, WEAPONTYPE_Twin_Edge_R = 46, WEAPONTYPE_Priest_Sword = 47, WEAPONTYPE_Katana = 48, WEAPONTYPE_Bastard_Sword = 49, WEAPONTYPE_Broad_Sword = 50, WEAPONTYPE_Violet_Fear = 51, WEAPONTYPE_Lance = 52, WEAPONTYPE_Partizan = 53, WEAPONTYPE_Trident = 54, WEAPONTYPE_Halberd = 55, WEAPONTYPE_Crescent_Scythe = 56, WEAPONTYPE_Zephyrus = 57, WEAPONTYPE_Hammer = 58, WEAPONTYPE_Buster = 59, WEAPONTYPE_Brood_Axe = 60, WEAPONTYPE_Right_Epsilon = 61, WEAPONTYPE_Mace = 62, WEAPONTYPE_Sword_Mace = 63, WEAPONTYPE_Chain = 64, WEAPONTYPE_Stunner = 65, WEAPONTYPE_Golden_Mace = 66, WEAPONTYPE_Iron_Driver = 67, WEAPONTYPE_Spanner = 68, WEAPONTYPE_Arc_Wand = 69, WEAPONTYPE_Mighty_Staff = 70, WEAPONTYPE_Blessed_Wand = 71, WEAPONTYPE_Bone_Wand = 72, WEAPONTYPE_CrossBow = 73, WEAPONTYPE_Arbalest = 74, WEAPONTYPE_Kakkung = 75, WEAPONTYPE_Hunter_Bow = 76, WEAPONTYPE_Bow_Of_Rudra = 77, WEAPONTYPE_Waghnakh = 78, WEAPONTYPE_Knuckle_Duster = 79, WEAPONTYPE_Hora = 80, WEAPONTYPE_Fist = 81, WEAPONTYPE_Claw = 82, WEAPONTYPE_Finger = 83, WEAPONTYPE_Kaiser_Knuckle = 84, WEAPONTYPE_Berserk = 85, WEAPONTYPE_Rante = 86, WEAPONTYPE_Tail = 87, WEAPONTYPE_Whip = 88, WEAPONTYPE_Bible = 89, WEAPONTYPE_Book_Of_Billows = 90, WEAPONTYPE_Book_Of_Mother_Earth = 91, WEAPONTYPE_Book_Of_Blazing_Sun = 92, WEAPONTYPE_Book_Of_Gust_Of_Wind = 93, WEAPONTYPE_Book_Of_The_Apocalypse = 94, WEAPONTYPE_Girls_Diary = 95, WEAPONTYPE_Staff_Of_Soul = 96, WEAPONTYPE_Wizardy_Staff = 97, WEAPONTYPE_Spoon = 98, WEAPONTYPE_FOXTAIL_BROWN = 99, WEAPONTYPE_FOXTAIL_GREEN = 100, WEAPONTYPE_CandyCaneRod = 101, WEAPONTYPE_FOXTAIL_METAL = 102, Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
as you can see on the screen shot im wearing 2 daggers but it shows 1 hand sword
questions :
1. why is it like that i honestly put the proper sprite for it when i wearing 1 dagger it shows the sprite
2. does it affect the card compounded on the weapon like only left hand card/effect will work??
Edited by AinsLord#TIA
Link to comment
Share on other sites
2 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.