Moderator: MacroQuest Developers






Code: Select all
${If[${Zone.ShortName.NotEqual["PoKnowledge"]},${If[${Zone.ShortName.NotEqual["Potranquility"]},${If[${Zone.ShortName.NotEqual["Bazaar"]},${If[${Zone.ShortName.NotEqual["Nexus"]},${If[${NearestSpawn[2,pc].ID},${If[${NearestSpawn[2,pc].Level}>=${Math.Calc[${Me.Level}-4]},${If[${NearestSpawn[2,pc].Level}<=${Math.Calc[${Me.Level}+4]},${NearestSpawn[2,pc]},]},]},]},]},]},]},]}
${If[${Zone.ShortName.NotEqual["PoKnowledge"]},${If[${Zone.ShortName.NotEqual["Potranquility"]},${If[${Zone.ShortName.NotEqual["Bazaar"]},${If[${Zone.ShortName.NotEqual["Nexus"]},${If[${NearestSpawn[3,pc].ID},${If[${NearestSpawn[3,pc].Level}>=${Math.Calc[${Me.Level}-4]},${If[${NearestSpawn[3,pc].Level}<=${Math.Calc[${Me.Level}+4]},${NearestSpawn[3,pc]},]},]},]},]},]},]},]}
${If[${Zone.ShortName.NotEqual["PoKnowledge"]},${If[${Zone.ShortName.NotEqual["Potranquility"]},${If[${Zone.ShortName.NotEqual["Bazaar"]},${If[${Zone.ShortName.NotEqual["Nexus"]},${If[${NearestSpawn[4,pc].ID},${If[${NearestSpawn[4,pc].Level}>=${Math.Calc[${Me.Level}-4]},${If[${NearestSpawn[4,pc].Level}<=${Math.Calc[${Me.Level}+4]},${NearestSpawn[4,pc]},]},]},]},]},]},]},]}
${If[${Zone.ShortName.NotEqual["PoKnowledge"]},${If[${Zone.ShortName.NotEqual["Potranquility"]},${If[${Zone.ShortName.NotEqual["Bazaar"]},${If[${Zone.ShortName.NotEqual["Nexus"]},${If[${NearestSpawn[5,pc].ID},${If[${NearestSpawn[5,pc].Level}>=${Math.Calc[${Me.Level}-4]},${If[${NearestSpawn[5,pc].Level}<=${Math.Calc[${Me.Level}+4]},${NearestSpawn[5,pc]},]},]},]},]},]},]},]}
${If[${Zone.ShortName.NotEqual["PoKnowledge"]},${If[${Zone.ShortName.NotEqual["Potranquility"]},${If[${Zone.ShortName.NotEqual["Bazaar"]},${If[${Zone.ShortName.NotEqual["Nexus"]},${If[${NearestSpawn[6,pc].ID},${If[${NearestSpawn[6,pc].Level}>=${Math.Calc[${Me.Level}-4]},${If[${NearestSpawn[6,pc].Level}<=${Math.Calc[${Me.Level}+4]},${NearestSpawn[6,pc]},]},]},]},]},]},]},]}If you post on an old thread that has nothing to do with your question to avoid having to follow the instructions for posting in the help forums again, you will be banned...Fabolous1 wrote:I know this could be dumb but, is there a way to make a HUD that shows all the people below or higher by 4 levels in HUD, except for in PoK/PoT/Bazaar/Nexus?
So far I have
/who pc range ${Math.Calc[${Me.Level}-4]} ${Math.Calc[${Me.Level}+4]}