Ya, Rock is correct. Sorry I didn't put that in my post, I was tired when I posted last night and didn't think of it.rock5 wrote:So try just extracting the "model" folder in the archive into the "Runes of Magic" folder.
course of terror WP
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: course of terror WP
Scout/Knight/Rogue 70/66/66
Re: course of terror WP
Here's my next version. Lot's done to this.
- - Added option to choose what to do when script ends. You can find it at the tope of the file.
- When_Finished = "end" - (Default) Just ends the script.
When_Finished = "relog" - Loads the next character and restarts the script
When_Finished = "intermediate_waypoint_filename" - Loads a user created intermediate waypoint file to do tasks such as buying crimson stats or mailing items.
- Merged all the waypoints for the chest room so now you can restart the script in there with no problems.
- Changed the 25s wait after accepting the challenge to a check for the clock frame.
- Moved the first waypoint into the onLoad section like what was done in my MRC_Optimized script.
- Added a few checks such as; if you are your 50+ level, if you succeeded in teleporting into the course of terror, etc. - When_Finished = "end" - (Default) Just ends the script.
- Attachments
-
- cot_tele.xml
- Version 1.61
- (7.34 KiB) Downloaded 178 times
- 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: course of terror WP
sorry to say rock, but that last version doesnt even get past load xd
Botje
Botje
Re: course of terror WP
Sorry. And I was really, really carefull, too. I made some minor edits before posting but I couldn't test it at the time. But they were minor edits and I checked and doubled checked it.botje wrote:sorry to say rock, but that last version doesnt even get past load xd
Botje
Oh well.. I'm sure it's something small but I still can't test it at the moment. What did the error say? "Unable to compile onload" perhaps?
- 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: course of terror WP
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
Re: course of terror WP
My game instantly crashed when the swimhack activated. The files I have are the latest cot_tele.xml, addon_swimhack.lua, and userfunction_teleport.lua.
There isn't anything else I need is there? If not, what can I do to keep it from crashing?
Thanks
There isn't anything else I need is there? If not, what can I do to keep it from crashing?
Thanks
Re: course of terror WP
If it crashes when it activates the swimhack then you must have a bad swimhack. Where did you get it? I think Lisa maintains an up to date swimhack.
http://www.solarstrike.net/phpBB3/viewt ... =27&t=2765
http://www.solarstrike.net/phpBB3/viewt ... =27&t=2765
- 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: course of terror WP
Lisa found the problem. One too many brackets. Unfortunately neither of us have had the oportunity to test it yet but hopefully it works. I should get the opportunity to test it tomorrow. Lisa too. But I didn't want to leave you guys hanging so feel free to test the new version. I updated the version I posted above.botje wrote:sorry to say rock, but that last version doesnt even get past load xd
Botje
- 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: course of terror WP
I downloaded and used the current file on post, used it once so far. Worked with no issues and didn't trigger any of the seals at the gate way(blue thing).
I'll add it to first post =)
I'll add it to first post =)
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
Re: course of terror WP
Worked flawlessly, nice work.
Re: course of terror WP
Since it teleports into the portal, might need to adjust the coords for the dist check
I had the distance check not work for me today.
--=== Edit ===--
Hmm I don't see why it didn't work though as the distance check is for after you get through the portal, no idea why it passed the check while still at the portal.
Code: Select all
teleport(4080,3974,30) -- teleport into portal
dist = distance(player.X, player.Z, 4081, 3335)
--=== Edit ===--
Hmm I don't see why it didn't work though as the distance check is for after you get through the portal, no idea why it passed the check while still at the portal.
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
Re: course of terror WP
What exactly happened?
- 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: course of terror WP
I just noticed soemthing. It uses KeyboardHold but I intended to use KeyboardPress. I thought I did. No wonder I had so much trouble getting the "after portal" bit moving properly. It kept running past the first waypoint and running back.
Could you try changing it to KeyboardPress and see how it works?
Could you try changing it to KeyboardPress and see how it works?
- 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: course of terror WP
Lol i was trying to work out how using hold without a release worked =)
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
Re: course of terror WP
press works fine, done 2 runs without issue, changed file on first post.
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
Re: course of terror WP
you have pretty much made the distance check useless though as in the loop it doesn't do anything but check, so pretty much just waits for it to get to next spot.
So I guess loop is still needed but if you don't go through portal it will just stay in loop forever.
Maybe move the press into the loop to be sure, testing this atm, I doubt I'll see any difference but it will just be a double check you go through portal.
So I guess loop is still needed but if you don't go through portal it will just stay in loop forever.
Maybe move the press into the loop to be sure, testing this atm, I doubt I'll see any difference but it will just be a double check you go through portal.
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
Re: course of terror WP
Tested the models and works as posted,kanta wrote:Yes, it's definitely possible. The gates that summon the mobs. I only left the pink tiles because some characters can't just run around with the mobs hitting them while gathering the keys. I'm attaching the file so you can check it out. Works the same as nospelleffects. Just put the files in the model folder. Also putting my edit of the portals from Ancient Treasures in there. You don't need to worry about the blue portals with it.
CoT, you can just walk around and click the key seals. If you trigger a summon gate just need to kill it.
Ancient treasures, can just walk through the "portal" doors without needing the buff from the flames.
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
Re: course of terror WP
Crashed the last 4 times I tried it. Below is a screenshot of the error.
Re: course of terror WP
I get the same error message, but only on my mage (50) mule.
On my K(67)/P(60), it works great...
Would the character level have anything to do with it?
It worked fine for my Mage twice, then it just stopped being friends with the Mage and still works good with the K/P.
Nothing has been changed in the Mage profile or the K/P profile.
On my K(67)/P(60), it works great...
Would the character level have anything to do with it?
It worked fine for my Mage twice, then it just stopped being friends with the Mage and still works good with the K/P.
Nothing has been changed in the Mage profile or the K/P profile.
Re: course of terror WP
Just tried again with my Mage:
Trying with K/P now.
I actually died at Swimhack ACTIVATED! but still tried to teleport.We use the normal waypoint path cot_tele.xml now.
We changed the option 'HARVEST_DISTANCE' from '120' to '450'.
Moving to waypoint #1, (4863, -1909)
We try to find NPC Malatina:
We successfully target NPC Malatina and try to open the dialog window.
Use MACRO: Executing RoMScript "ChoiceOption(2);".
Use MACRO: Executing RoMScript "ChoiceOption(1);".
Player address changed: 0x35A64100
We try to find NPC Malatina:
We successfully target NPC Malatina and try to open the dialog window.
Use MACRO: Executing RoMScript "ChoiceOption(2);".
Use MACRO: Executing RoMScript "ChoiceOption(1);".
Moving to waypoint #2, (4081, 3499)
Moving to waypoint #3, (4081, 3600)
Swimhack ACTIVATED!
Player Teleported to X: 4081 Z: 3578 Y: 75
Player Teleported to X: 3947 Z: 3879 Y: 75
Player Teleported to X: 3948 Z: 3879 Y: 57
scripts/rom/functions.lua:607: bad argument #1 to 'memoryReadByte' ((null))
Trying with K/P now.
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests