i forgot some basic macro commands, pls help :)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
volkovy
Posts: 29
Joined: Thu Dec 29, 2011 1:40 pm

i forgot some basic macro commands, pls help :)

#1 Post by volkovy » Thu Mar 14, 2013 3:45 am

hi all,

i want to write some instance farming waypoints, and forgot 3 codes:

- how to invite an alt to party? (i have AutoAcceptInvite on)
- how to leave that party after clearing instance?
- how to mount up after leaving party (and instance ofc) ?

thx,

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: i forgot some basic macro commands, pls help :)

#2 Post by lisa » Thu Mar 14, 2013 4:12 am

volkovy wrote:- how to mount up after leaving party (and instance ofc) ?

Code: Select all

player:mount()
volkovy wrote:- how to leave that party after clearing instance?

Code: Select all

RoMScript("LeaveParty()")
volkovy wrote:- how to invite an alt to party? (i have AutoAcceptInvite on)

Code: Select all

RoMScript('InviteByName("Charname")')

I prefer to use an addon called Invite last group, which just reinvites which ever characters were in party previously.

Code: Select all

SlashCommand("ILG inv")
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

volkovy
Posts: 29
Joined: Thu Dec 29, 2011 1:40 pm

Re: i forgot some basic macro commands, pls help :)

#3 Post by volkovy » Fri Mar 15, 2013 4:36 am

thank you very much! :lol:

uhm, i'm missing 1 more line..

how do i make the character leave party when backpack is full?

kenzu38
Posts: 279
Joined: Sun Dec 02, 2012 8:52 am

Re: i forgot some basic macro commands, pls help :)

#4 Post by kenzu38 » Fri Mar 15, 2013 5:14 pm

Code: Select all

if inventory:itemTotalCount(0) == 0 then RoMScript("LeaveParty()") end

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: i forgot some basic macro commands, pls help :)

#5 Post by Ego95 » Fri Mar 15, 2013 5:27 pm

this is what I use in ks:

Code: Select all

		if 1 > inventory:itemTotalCount(0) then
			__WPL:setForcedWaypointType("TRAVEL")
			RoMScript("LeaveParty()")
			waitForLoadingScreen()	
			__WPL:setWaypointIndex(__WPL:findWaypointTag("sell"));
		end
AlterEgo95

Post Reply

Who is online

Users browsing this forum: No registered users and 48 guests