Tidloc 55 Posted February 18, 2014 (edited) Tidloc's Socket Items v1.6.3 by Tidloc Introduction An enhancement to my Custom Equipment script, that enables your Equipment to have Sockets like you ma be used from Diablo games. Features: Items can be socketed. you can insert items into these sockets for stat bonuses. (to insert items it either has to be a consumable item and it has to be defined what it can do in the Socket Insert script section or one of my Custom Equips with the tags .attach_info and .attach_info_added accordingly set) sockets can have a special type, to only accept insertions of the corresponding tag or insertions that can be put into all types. has its own scene for socket insertion of items. Screenshots https://www.dropbox.com/s/rddwbgbx8az1kl7/SocketEquip.png?dl=0 https://www.dropbox.com/s/jahlej04fb2u047/SocketEquip2.png?dl=0 How to use simply paste this script above main, but below my header and my Custom Equips. Demo https://www.dropbox.com/s/mi08rn94if7gn6p/CustomEquip_Demo.zip?dl=0 Script SocketEquips: https://www.dropbox.com/s/833n2xe9ttcl5g3/tidloc_SocketEquips.rb?dl=0 SocketInsert: https://www.dropbox.com/s/ywm057nc4gqhfij/tidloc_SocketInsert.rb?dl=0 You'll also need a graphic for the empty socket in the path: \Graphics\Pictures\ like: https://www.dropbox.com/s/cuyruoolh0g03oe/Socket.png?dl=0 https://www.dropbox.com/s/7mlbrsouztqywmr/Socket_1.png?dl=0 https://www.dropbox.com/s/073yzw9o92bpbin/Socket_2.png?dl=0 https://www.dropbox.com/s/6nbyqejzc6prhvg/Socket_3.png?dl=0 https://www.dropbox.com/s/p6rrl3lkhpfjsuu/Socket_4.png?dl=0 https://www.dropbox.com/s/7kygwi1pc8lg43x/Socket_5.png?dl=0 https://www.dropbox.com/s/msbhc33sz9oqdq8/Socket_all.png?dl=0 (needs to be at icon size, as icon-images will be inserted visually) FAQ Q: I found a bug or have a suggestion, how ca I contact you? A: please look into my signature, there you'll always find the most recent contact information! otherwise, will follow if questions appear Credits and Thanks Tidloc Changelog: 02/20/2014: 1.1: added the possibility to have the sockets have special types to only accept corresponding items 02/22/2014: 1.2: implemented support of xparam and sparam 03/23/2014: 1.3: Sockets can now grant additional skills. 07/10/2015: 1.4: introduced additional parameters Dex and Vit, also SocketInsert script updated accordingly. 07/13/2015: 1.5: implemented the help window via the key defined in the header, fixed a bug with my dynamic shop script and updated the demo 07/26/2015: 1.5.1: rewrote the use of the Params constant of the header. 08/02/2015: 1.6: included the version check of the header 08/20/2015: 1.6.1: included item refining 08/27/2015: 1.6.2: included updated data scripts, rewrote script sections from module CustomEquip to module SocketEquip. 06/06/2017: 1.6.3: implemented the choice to regain items when they are removed from the socket. 09/24/2017: updated download links 04/29/2018: updated contact information Edited April 29, 2018 by Tidloc 2 Share this post Link to post Share on other sites
bloodyliao 5 Posted February 24, 2014 Tha's epic! Is it possible to add more effects, not just params and resistence to element, but also xparams as well? I wanna show them all in the window on the right, Share this post Link to post Share on other sites
Tidloc 55 Posted February 24, 2014 ok, will implement that =) Share this post Link to post Share on other sites
+ Novem 344 Posted February 24, 2014 I missed you Tidloc. You always make such awesome scripts. Share this post Link to post Share on other sites
Tidloc 55 Posted February 24, 2014 (edited) haha, thx Niko! ^^ Edit: updated to new version, so xparam and sparam are supported too! ^^ Edited February 24, 2014 by Tidloc 1 Share this post Link to post Share on other sites
roninator2 257 Posted September 23, 2017 @Tidloc The socket equip and insert and demo are broken. Share this post Link to post Share on other sites