Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function prepend()
- local str = ""
- if gmcp.Char.Status.class == "Depthswalker" then
- str = "setalias pvp stand/wield scythe shield/"
- -- elseif gmcp.Char.Status.class == "runewarden" then
- -- str = "setalias pvp stand/wield longsword shield/"
- elseif gmcp.Char.Status.class == "Psion" then
- str = "setalias pvp stand/wield shield/"
- elseif gmcp.Char.Status.class == "runewarden" then
- str = "setalias pvp stand/wield longsword shield/"
- end
- return str
- end
- function postpend()
- if not target then
- return nil
- end
- local str = "/assess "..target
- if not am_hindered() and gmcp.Char.Status.class == "Depthswalker" then
- str = str .. "/contemplate "..target
- elseif not am_hindered() and gmcp.Char.Status.class == "Psion" then
- str = str .. "/contemplate "..target
- end
- return str
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement