EvenLessSpam
Active member
- Joined
- Oct 31, 2005
- RedCents
- 91¢
I don't see how this is going to help you avoid "detection" if that's what you're worried about.neumuno said:ok I got a question about adding something to this. My new guild doesnt allow /anon so is there a way to add /anon on at the begining and /anon off at the end, so I will only be anon while warping around. I am dumb when it comes to writing code but can read it somewhat and can copy and paste real good.
People who'll report you for warping will do so regardless of your /anon /role etc. state.
If it's to avoid suspicion on guild tool, where guildies can wonder how you can that fast from one zone to the next, again I fail to see how going anon only during the actual /warp or /zone will help you. The moment you take off /anon and your guildies update guildtool they will see that you went from Dreadlands to Skyfire in about 1 minute anyway.
A few pointers that you could use would be:
Find where it warps/zones.
Before the warp/zone add:
/if (!${Me.Anonymous}) /anon
After the warp/zone is done, add:
/if (${Me.Anonymous}) /anon
I'm too lazy to look over the code and find where, for you


