Jump to content

ThatSafetyGuy

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    South Korea
  • Server
    FarseerRO

ThatSafetyGuy's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Thank you for the response, Emistry. So, what would you suggest that I do if I wanted to have a timer set for how long someone could preview a headgear? case 1: changelook 5,2202; addtimer 30000, strnpcinfo(0)+"::OnEnd" So, would the above script translate to previewing item 2202, "sunglasses" for 30 seconds?
  2. Hello All, I'm trying to come up with a script to where I can preview certain items for a limited time (timer). I can't seem to find the exact script that ToastofDoom came up with. So far, I only have the following: switch(select("Sunglasses:Diver Goggles:Fancy Flower:Hair Band:Warp me back")) { case 1: set @itemid, 2202; break; case 2: set @itemid, 2205; break; case 3: set @itemid, 2207; break; case 4: set @itemid, 2210; break; case 5: Go("prontera",156,179); close; } Any help will do. Thank you all in advance!
×
×
  • Create New...