anyone got a script that allow me to pick up items unid? if you do plz post it up thanks
anyone got a script that allow me to pick up items unid? if you do plz post it up thanks
because the one that i dl only picks up perfect items and i want him to pick up unid unique items
This would be just an example, but your item would be right here:
[Name] == SerpentskinArmor && [Quality] == unique && [Flag] != ethereal # [FireResist] >= 35 // Skin of the Vipermagi
What you want to do is remove everything after the "unique" (however, removing "// Skin of the Vipermagi" won't do shit, so its not important whether it stays there or goes).
So your ending result would be:
[Name] == SerpentskinArmor && [Quality] == unique // Skin of the Vipermagi
Basically, on every type of item you want left unid, just delete everything after the [Quality] == rare/uniq/set/magic but don't delete the // Name of item unless you know every item in this game by heart.
Thanks goes to Ski for teaching me this.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks