Jump to content

I have a question about script


Miksip

Recommended Posts

I have found this script and have a question about what it does exactly. I understand that it removes drow items. Is that all?

Also, can i remove it without further problems?

 

 

IF
InParty("G#Tyris")
Global("DROWITEMCHECKDONE","GLOBAL",1)
Global("G#TF.TyrisDrowCheck","GLOBAL",0)
THEN
RESPONSE #1
SetInterrupt(FALSE)
MultiPlayerSync()
SmallWait(8)
ActionOverride("G#Tyris",ApplySpell(Myself,UNDER_NORM))
SetGlobal("G#TF.TyrisDrowCheck","GLOBAL",1)
TakePartyItemAll("DWCHAN01")
TakePartyItemAll("DWCHAN02")
TakePartyItemAll("DWSW1H01")
TakePartyItemAll("DWSW1H02")
TakePartyItemAll("DWBLUN01")
TakePartyItemAll("DWHALB01")
TakePartyItemAll("DWSPER01")
TakePartyItemAll("DWXBOW01")
TakePartyItemAll("DWSHLD01")
TakePartyItemAll("DWCLCK01")
TakePartyItemAll("DWBOLT01")
TakePartyItemAll("DWBOLT02")
TakePartyItemAll("DWBOLT03")
TakePartyItemAll("DWPLAT01")
TakePartyItemAll("MISC9W")
SetInterrupt(TRUE)
END

Edited by Miksip
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...