Miksip Posted November 6, 2017 Share Posted November 6, 2017 (edited) 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 November 6, 2017 by Miksip Quote Link to comment
Recommended Posts
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.