exec Posted November 24, 2015 Report Share Posted November 24, 2015 (edited) While many types of item upgrades are supported already, we're still missing some, that I didn't have any data on.// TODO: // - CollectionSpeed // - CollectionBonus // - SplashRadius // - ManaUse // - ManaBurn // - MagicDamage // - CastingSpeed // - LancePiercing // - MusicBuffBonus // - MusicBuffDuration // - MaxBullets // - Artisan // - ChainCastIf you have items with these types of upgrades, try to get the item data with Pale, for example, by dropping the item and picking it back up, and post it here. What I need are the two strings after the bins, the meta data.It might look something like this:MTWR:1:1; MTWR:1:1;EHLV:4:2;OWNER:s:Name; QUAL:4:61;MTWR:1:1; Edited November 24, 2015 by exec Link to comment Share on other sites More sharing options...
Miro Posted November 24, 2015 Report Share Posted November 24, 2015 is LancePiercing the official name for piercing? because the pierce effects work on any weapon that already has at least 1 level of pierce Link to comment Share on other sites More sharing options...
exec Posted November 24, 2015 Author Report Share Posted November 24, 2015 No idea, the names are based on the names used in the client =| Let's see... the upgrades that have that modification are these:ident: "knight_lance_lance_taunes_remodeling", name: "Taunes's Bone-Breaker Upgrade" ident: "lord_demonic_lance", name: "Break Oculus Lance Seal" ident: "dragon_bow_seal_break", name: "Unseal Bhafel Hunter" ident: "dragon_slayer_seal_break", name: "Unseal Bhafel Slayer" ident: "Leanghirith_Bonebreaker_taunes_remodeling", name: "Taunes's Bone-Breaker Upgrade" ident: "disciple_sword_extra", name: "Fanatic Greatsword Unique Upgrade" ident: "disciple_bow_extra", name: "Salvation Bow Unique Upgrade" ident: "celtic_crossbow_piercing", name: "Keen Finish"Looking at the Wiki, I guess it is called "Piercing". Maybe they called it lance_piercing because lances were the first weapons to have it, before the combat updates happened. Link to comment Share on other sites More sharing options...
Cryptic Posted November 25, 2015 Report Share Posted November 25, 2015 So I got some items that have those & more. Most items have additional upgrades, and none have info for the second string o.oIf you need anymore info, let me know.Mana Consumption005 [................] String : WU:s:00000003000000; 006 [................] String : Chain Casting/Magic Attack005 [................] String : EHLV:4:5;MTWR:1:1;OWNER:s:username;WU:s:30201400000015; 006 [................] String : Casting Speed/Magic Attack005 [................] String : EHLV:4:5;MTWR:1:1;OWNER:s:username;WU:s:00000000000c10; 006 [................] String : Music Buff Bonus/Music Buff Duration005 [................] String : MBB:4:8;MBD:4:10;MTWR:1:2;OTU:1:1;SPTEC:1:1; 006 [................] String : Artisan005 [................] String : DPSL:4:1;EHLV:4:5;LKUP:8:262244;MTWR:1:1;OWNER:s:username;POISON:2:0;POISONDURABILITY:4:0; 006 [................] String : I have no idea why there's poison in there. Perhaps I applied poison to it before? 1 Link to comment Share on other sites More sharing options...
exec Posted November 25, 2015 Author Report Share Posted November 25, 2015 (edited) WU:s:00000003000000; WU:s:00000000000c10; WU:s:30201400000015;When will I ever learn not to think "I've seen everything now" when it comes to devCAT? Putting 4+ values into a long and saving it as a hex string... who comes up with stuff like that?? Edited November 25, 2015 by exec Link to comment Share on other sites More sharing options...
Sairii Posted November 25, 2015 Report Share Posted November 25, 2015 30201400000015 Soooo... 30201 Chaincasting skill id (in this case firebolt) 4 Chaincasting lvl 00 Mana consumption 00 No clue 00 Charging speed 15 Magic Attack Hmm well then... Link to comment Share on other sites More sharing options...
exec Posted November 25, 2015 Author Report Share Posted November 25, 2015 2 hours ago, Sairii said: 30201 Chaincasting skill id (in this case firebolt) Ah... good catch, hadn't noticed that yet. Hm, maybe it's not really a long, maybe they added that value for the first upgrade of this kind, Chain Casting, they just put the skill id and the level in there, as one string to save bandwidth or something. Afterwards they kept adding to it. Would make sense to a certain degree, even if it's still stupid ~_~ Link to comment Share on other sites More sharing options...
exec Posted November 26, 2015 Author Report Share Posted November 26, 2015 Thanks for the data so far. Still missing upgrades: // TODO: // - CollectionSpeed // - CollectionBonus // - SplashRadius // - ManaBurn // - LancePiercing // - MaxBullets Link to comment Share on other sites More sharing options...
DennouNeko Posted June 13, 2016 Report Share Posted June 13, 2016 From a shy friend 005 [................] String : CTBONUS:2:40;CTSPEED:4:750;MTWR:1:1; 006 [................] String : 1 Link to comment Share on other sites More sharing options...
exec Posted June 13, 2016 Author Report Share Posted June 13, 2016 Hmhm... interesting. I guess it's 40% chance to get 2 items and -750ms for the use time. Thanks a lot! Link to comment Share on other sites More sharing options...
DennouNeko Posted June 13, 2016 Report Share Posted June 13, 2016 (edited) No problem. Also, here are some things from me this time. Got quite a bit of things on these, unfortunately, but hope it'll help. In terms of piercing: Lance: 005 [................] String : EHLV:4:5;LKUP:8:262244;LP:1:4;LP_E:1:0;OWNER:s:character;SPTRP:1:1; 006 [................] String : Crossbow: 005 [................] String : LP:1:1;QUAL:4:70; 006 [................] String : Spoiler In terms of ammo upgrades: 005 [................] String : GBAMAX:2:10;GBAMIN:2:10;GVBC:2:41;IGOBMB:2:5;LKUP:8:262244;MTWR:1:1; 006 [................] String : Spoiler (by default it holds 36 bullets) Edit: btw, by ManaBurn, you mean MP usage reduction? Edited June 13, 2016 by DennouNeko a bit of privacy 1 Link to comment Share on other sites More sharing options...
Cryptic Posted June 13, 2016 Report Share Posted June 13, 2016 Oh, I forgot I have a collection speed upgrade. 005 [................] String : CTSPEED:4:1900;OTU:1:1; 006 [................] String : 1 Link to comment Share on other sites More sharing options...
DennouNeko Posted June 13, 2016 Report Share Posted June 13, 2016 For the splash did both dmg and radius: 005 [................] String : SP_DMG:f:0.250000;SP_RAD:4:70; 006 [................] String : Spoiler 1 Link to comment Share on other sites More sharing options...
exec Posted June 13, 2016 Author Report Share Posted June 13, 2016 Thanks guys =) 1 hour ago, DennouNeko said: by ManaBurn, you mean MP usage reduction? I've explained a problem regarding what I mean in the issue. I'm actually not 100% sure what the ManaBurn upgrade is, but based on the name I assume it reduces the amount of Mana you lose when you unequip a wand. This is not on officials anymore of course, but internally that upgrade is still called ManaBurn, and my current theory is that they halfed the bonus and turned the ManaBurn upgrade into a ManaUse upgrade. I haven't had time to research that yet though. Link to comment Share on other sites More sharing options...
DennouNeko Posted June 13, 2016 Report Share Posted June 13, 2016 (edited) 1 hour ago, exec said: Thanks guys =) I've explained a problem regarding what I mean in the issue. I'm actually not 100% sure what the ManaBurn upgrade is, but based on the name I assume it reduces the amount of Mana you lose when you unequip a wand. This is not on officials anymore of course, but internally that upgrade is still called ManaBurn, and my current theory is that they halfed the bonus and turned the ManaBurn upgrade into a ManaUse upgrade. I haven't had time to research that yet though. I see... Unfortunately don't have any good news in this case. Seems like right now both upgrades are seen by system as same type, so unless we'll find someone with reaaaaly old wand, that hasn't been converted in some way, we'll probably never know the difference... Anyway, results of research: Heulfryn: 005 [................] String : WU:s:00000003000000; 006 [................] String : Heulfryn + Lassar: 005 [................] String : WU:s:00000007000000; 006 [................] String : Spoiler Edit: It just hit me... what about that unknown part of string? Maybe that's related? After all, WU seems to be generic for WandUpgrade, so guess all upgrades would be encoded there in some way. Just to add to it: Merlin Knuckles: 005 [................] String : MTWR:1:3;QUAL:4:100;WU:s:00000000000604; 006 [................] String : Original Sin Staff (16% redu = 10 hex): 005 [................] String : EHLV:4:6;LKUP:8:262244;OWNER:s:character;WU:s:00000010000007; 006 [................] String : Edited June 13, 2016 by DennouNeko Link to comment Share on other sites More sharing options...
exec Posted June 13, 2016 Author Report Share Posted June 13, 2016 30 minutes ago, DennouNeko said: what about that unknown part of string? I just thought the exact same thing when I saw the WU string in your post. Gotta test that. Unfortunately I just noticed I missed some upgrades in the upgrade db. One of them was SplashDamage, which I now already have, thanks for that, and the other 3 are the passive defense upgrades for shields. That's up to 3 more we have to get, unless they're easy to guess from one. Link to comment Share on other sites More sharing options...
DennouNeko Posted June 13, 2016 Report Share Posted June 13, 2016 I actually have a Rebis Guard Cylinder with 1 of each 005 [................] String : IM_MGC:f:0.050000;IM_MLE:f:0.050000;IM_RNG:f:0.050000;MDEF:f:2.000000;MPROT:f:3.000000;OTU:1:1; 006 [................] String : Spoiler 1 Link to comment Share on other sites More sharing options...
exec Posted June 14, 2016 Author Report Share Posted June 14, 2016 Perfect, thank you =) I guess we have everything now, provided that our theory about ManaBurn is correct. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now