• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Erollisi Day's task - Things are best with friends macro

Utility Erollisi Day's task - Things are best with friends macro 1.0

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Server Type
🏢 Live Test
Rich (BB code):
|============================================
|
|ThingAreBetterWithFriends.mac
|
|Make sure you have the task in PoK : Things are best with friends
|step 1: Start the macro around lots of people, PoK, Bazaar, Lobby, a raid, etc
|Step 2: Change the starting integer of FriendsFound to whatever number you currently have completed
|   It will stop when it reaches 10
|
|============================================

#Event TaskUpd "Your Task 'Things are best with friends' has been updated."

sub main
    /declare FriendsFound int outer 0

    :FindAFriend

   /if (${Me.Casting.ID}) /goto :FindAFriend
    /if (${FriendsFound}==10) /end
    /if (${FindItem[=Erollisi's Idol of Friendship].Timer}==0) {
        /tar ${NearestSpawn[2,pc]}
        :FindPotentialFriends
        /delay 5

        /if (${Target.Buff[Not So Friendly].ID} || ${Target.Buff[Feeling of Friendship].ID}) {
            /tar pc next
            /delay 1s
            /goto :FindPotentialFriends
        }
        /if (${Target.Distance}<100) {
            /itemnotify "Erollisi's Idol of Friendship" rightmouseup
            /delay 25
            /doevents
        }
    }
    /goto :FindAFriend

/return


sub Event_TaskUpd
  /varcalc FriendsFound ${FriendsFound} + 1
/return
Author
Norrathian
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Back
Top