GoToPortal Petition

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
Parra33
Posts: 6
Joined: Sun Dec 11, 2011 12:46 am

GoToPortal Petition

#1 Post by Parra33 »

What I have to do to go trying to enter the portal if kallin is full?

<!-- # 159 --><waypoint x="1807" z="3362"> </waypoint>
<!-- # 160 --><waypoint x="1797" z="3544">yrest(6000);</waypoint>
<!-- # 1 --><waypoint x="1804" z="3768"> </waypoint>
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: GoToPortal Petition

#2 Post by lisa »

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
User avatar
Parra33
Posts: 6
Joined: Sun Dec 11, 2011 12:46 am

Re: GoToPortal Petition

#3 Post by Parra33 »

If i put userfunction_gotoportal.lua in userfunctions folder and my wayponints like

<!-- # 159 --><waypoint x="1807" z="3362"> </waypoint>
<!-- # 160 --><waypoint x="1797" z="3544">if not GoThroughPortal() then
__WPL:setWaypointIndex(__WPL.LastWaypoint - 1)
endyrest(6000);</waypoint>
<!-- # 1 --><waypoint x="1804" z="3768"> </waypoint>

all it's correct?
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: GoToPortal Petition

#4 Post by lisa »

almost

Code: Select all

endyrest
that will error saying failing to compile code

you need a space after the end
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
Post Reply