stuck report
stuck report
Can someone pls tell me how to trigger stuck report after a particular waypoint
Re: stuck report
It would help if there was a "Stuck Report" in bot...
I only have one pc... with less disk space
I only have one pc... with less disk space
Re: stuck report
What's a "Stuck report"?
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: stuck report
You press "esc", you will end up in head menu and you can see "stuck report"... (you can press it)
It will make you spawn to the closest respawn point, without having debt...
Try it, and you will see what I mean...
Without having a party, it is still possible to spawn at respawn point...
I would appreciate if you make it possible in bot to stuck report...
It will make you spawn to the closest respawn point, without having debt...
Try it, and you will see what I mean...
Without having a party, it is still possible to spawn at respawn point...
I would appreciate if you make it possible in bot to stuck report...
Re: stuck report
Wouldn't the devs get annoyed if it's abused? Supposedly, every time it's used it sends a report so if your script continuously sends a stuck report multiple times in the same place the devs would probably investigate and find you botting. I wouldn't use it myself.
But if you still want to use it you can use the game function SendWedgePointReport(). I was going to post a link to the page on the theromwiki web site but it's being flagged as spam. So just go there and search for it if you want more info on it.
Use it like this in your waypoint
But if you still want to use it you can use the game function SendWedgePointReport(). I was going to post a link to the page on the theromwiki web site but it's being flagged as spam. So just go there and search for it if you want more info on it.
Use it like this in your waypoint
Code: Select all
RoMScript("SendWedgePointReport()")
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: stuck report
Can you make it wander at the last point before RoMScript("SendWedgePointReport()")???
Re: stuck report
You could probably get it into wander mode but I'm not sure how you could execute a command afterwards. It might be easier to just do a random move.j19861986 wrote:Can you make it wander at the last point before RoMScript("SendWedgePointReport()")???
Code: Select all
local farest = 50 -- The farest distance you want to go
local randX = player.X + math.random(farest * 2) - farest
local randZ = player.Z + math.random(farest * 2) - farest
player.moveTo(CWaypoint(randX, randZ), true)
RoMScript("SendWedgePointReport()")
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: stuck report
I got an error regarding the random location
look at the picture in attachment
I would like to have a fix to random location
look at the picture in attachment
I would like to have a fix to random location
Re: stuck report
Sorry, mis-type. "player.moveTo" should be "player:moveTo"
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: stuck report
the "stuck report" doesn't just send you to the GY, it does actually make a report which the GM's read, they check the coords where the character was when the report was filed and they look into it.
It would be very foolish to place yourself on the GM radar like that.
It would be very foolish to place yourself on the GM radar like that.
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

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Who is online
Users browsing this forum: No registered users and 7 guests