on 14 Dec, 2016 20:43 in Modding Questions
on 10 Dec, 2016 04:33 in Modding Questions
on 01 Dec, 2016 00:13 in Modding Questions
on 28 Nov, 2016 01:51 in Modding Questions
on 26 Nov, 2016 09:16 in Modding Questions
this is it.I thought widget name is yet another String names which i can fill in freely because there's no field for "Skill Used: " or "Skill Linked: "Bit misleading.
on 25 Nov, 2016 01:45 in Modding Questions
Maybe it's true. I might pissed everyone of you hereQuote...and don't forget to change the GUID too!How does one change the GUID and which one am i supposed to change this GUID ?
on 24 Nov, 2016 19:00 in Legendary Add-ons (LAO) 3.0
Balancing this 999 levels would be a hassle i guess. Making the item Affixes graph based on Percentage such as crit chance, damage resistances will require steep curve so at level 55 (Netherlord NG) they won't give just like 5%I'm waiting for this to comeKeep the spirit dude
on 24 Nov, 2016 18:47 in Modding Questions
on 24 Nov, 2016 18:47 in Modding Questions
on 23 Nov, 2016 09:47 in Legendary Add-ons (LAO) 3.0
on 23 Nov, 2016 01:08 in Modding Questions
on 21 Nov, 2016 00:24 in Modding Questions
on 19 Nov, 2016 21:54 in Modding Questions
How about the other question ?
on 19 Nov, 2016 08:14 in Modding Questions
)I'm currently want to port Path of Exile items into TL2. Currently doing the Amulets. Maybe some of you know this game.And because the lack of detailed documentation, i just rely on trials and errors this past week. Here's some question :1. How can i import icons ? And what is the image's specification ? I tried converting random icon into DDS and it doesn't show up on GUTS2. (Path of Exile reference) I want to recreate Eye of Chayula, and if someone doesn't know , it's an Amulet. Unique amulet to be more specific. It has these affixes: +10-16 to All Attributes ( i can add manually from STR, DEX, MAG, and DEF effects) +30% Increased Rarity of Item Found (basic IIR from Effects) 20% Reduced Maximum Life (-20% hp) Cannot be Stunned (100% stun resist)the problem is, how can i make the Effect of Stun Resist says "Cannot be Stunned" instead of "100% Stun Resistance" in the item itself ? I tried to make custom Effect from EFFECTLIST.dat with base effect of Stun Resistance and modify the GOODDES and BADDES into string.It can be compiled. But crashes when i run the game.Code: [Select][EFFECT] <STRING>EFFECT:KEFFECT_TYPE_STUN_RESISTANCE <STRING>NAME:XUNIQUES_CHAYULA_STUNRESIST <TRANSLATE>GOODDES:Cannot be Stunned <TRANSLATE>GOODDESOT:Cannot be Stunned for [DURATION] <TRANSLATE>BADDES:Cannot be Stunned <TRANSLATE>BADDESOT:Cannot be Stunned for [DURATION] <INTEGER>MINVAL:-100 <INTEGER>MAXVAL:100 <STRING>VALUE1:MIN <STRING>VALUE2:MAX <STRING>VALUE3:NA <STRING>VALUE4:NA <STRING>VALUE5:NA <STRING>TYPE:Value <INTEGER>DISPLAYPRECISION:0 <FLOAT>DISPLAYPRECISIONMAXVAL:0 <BOOL>AFFIX_MODIFIES:true [/EFFECT]3. How do i set the item drop rate ? There's rarity field in the Item editor. But i don't know the standard of these drops. Because i want to make it extra rare.That's my few questions. I really appreciate any kind of answers.For those interested in this items, you can visit http://poedb.tw/us/unique.php?cn=Amulet. It has so much game's database we can port into TL2 because why not.I can only visit here weekends so i may not respond quicklyThanks