Advertisement
Guest User

Fashion

a guest
Nov 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. function get_sets()
  2.  
  3.  -- under your 'function get_sets()' make a sets.fashion (like the one listed below)
  4.  -- replacing the gear with what you'd want to be dressed as, of course.
  5.  
  6.     sets.fashion = {
  7.         main        = "Claustrum",
  8.         sub         = "Wise Strap",
  9.         ammo        = "Goblin cracker",
  10.         head        = "Genie Tiara",
  11.         neck        = "Evasion Torque",
  12.         left_ear    = "Triton Earring",
  13.         right_ear   = "Triton Earring",
  14.         body        = "Dalmatica +1",
  15.         hands       = "Hydra Gloves",
  16.         left_ring   = "Wivre Ring +1",
  17.         right_ring  = "Wivre Ring +1",
  18.         back        = "Boxer's Mantle",
  19.         waist       = "Mithran Stone",
  20.         legs        = "Genie Lappas",
  21.         feet        = "Herald's Gaiters"
  22.     }
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. -- then paste this on the very bottom (last line or so) of your lua. Save your lua, reload gearswap in-game and it should work.
  33.  
  34.  send_command('wait 7; gs equip fashion; wait 1; gs equip idle')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement