Search found 6991 matches

by lisa
Mon Oct 05, 2015 8:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: NoobBotter's Kashaylan Research Expert EoJ Script
Replies: 99
Views: 40714

Re: NoobBotter's Kashaylan Research Expert EoJ Script

It seems to be the & in the commented section, just delete it.

Code: Select all

--===	Does only channels 1, 2, will start on whichever channel you're on 			===--
by lisa
Mon Oct 05, 2015 7:00 pm
Forum: Runes of Magic
Topic: EventMonitor not work
Replies: 3
Views: 1577

Re: EventMonitor not work

Have a read of the first post at this topic http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=2516 A WP purely for testing that you have event monitoring funtional. Can be any character even brand new and you don't need any extra code in profile for it to work, just run bot with this waypoi...
by lisa
Mon Oct 05, 2015 6:50 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival - Server For A Day
Replies: 33
Views: 23053

Re: Juice Festival - Server For A Day

Ok so your table for the chests could look like this. return { [1]={ X=3010.98291 , Z=35.38862991, Links={[1]={Num=2},[2]={Num=6},[3]={Num=7},}}, [2]={ X=3036.711914 , Z=49.38666916, Links={[1]={Num=1},[2]={Num=3},[3]={Num=6},[4]={Num=8},[5]={Num=7},}}, [3]={ X=3061.070068 , Z=67.11927032, Links={[1...
by lisa
Mon Oct 05, 2015 6:21 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival - Server For A Day
Replies: 33
Views: 23053

Re: Juice Festival - Server For A Day

25 barrels and 2 minutes, so if the cast time for skill 1 is less than 5 seconds you could open all the barrels, obviously you only need to open 3 if you get lucky with kobolds. So if cast time is less than 5 seconds you could just go through them all 1 by 1 checking for the kobold and using skill 2...
by lisa
Mon Oct 05, 2015 5:03 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival - Server For A Day
Replies: 33
Views: 23053

Re: Juice Festival - Server For A Day

If the arrow looks the same each direction then it might be just 1 model that is turned to face different directions, did you look at what the direction says for it?
We can get that from memory easy enough.
by lisa
Fri Oct 02, 2015 6:00 pm
Forum: Runes of Magic
Topic: Juice Festival, Crazy Bartender quest
Replies: 15
Views: 4810

Re: Juice Festival, Crazy Bartender quest

it completed quest for me, seemed like every second villager wouldn't work as intended, looked like it was using the next drink on the previous villager but end result is it completed quest.
by lisa
Fri Oct 02, 2015 8:04 am
Forum: Runes of Magic
Topic: Juice Festival, Crazy Bartender quest
Replies: 15
Views: 4810

Re: Juice Festival, Crazy Bartender quest

This may or may not help but the new Villager that appears is the one that says what they want. So monitor say chat and when you get a message from a villager asking for a drink do a check for a pawn with name Villager that is closest to these cords 5013.3471679688 -1715.4649658203 and that will be ...
by lisa
Fri Oct 02, 2015 7:37 am
Forum: RoM general
Topic: What Is The Best Daily In The New Zone?
Replies: 2
Views: 1882

Re: What Is The Best Daily In The New Zone?

which map is the new map for you?
many different servers out there =)
by lisa
Thu Oct 01, 2015 8:32 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: NoobBotter's Kashaylan Research Expert EoJ Script
Replies: 99
Views: 40714

Re: NoobBotter's Kashaylan Research Expert EoJ Script

This is how I change for 2 chans. function changechan() if RoMScript("GetCurrentParallelID()") == 1 then RoMScript("ChangeParallelID(2)") else RoMScript("ChangeParallelID(1)") end print("waiting 28 secs to change chan") yrest(28000) print("moving 1 step f...
by lisa
Thu Oct 01, 2015 8:30 pm
Forum: Runes of Magic
Topic: Juice Festival, Crazy Bartender quest
Replies: 15
Views: 4810

Re: Juice Festival, Crazy Bartender quest

Where is the minigame, I had a little browse in varanas but didn't see it, I found the server for a day game though.
by lisa
Thu Oct 01, 2015 5:53 am
Forum: Runes of Magic
Topic: login
Replies: 10
Views: 3369

Re: login

That is actually a hard userfunction to forum search for because "teleport" is mentioned everywhere all over the forum lol

Anyway here it is
http://www.solarstrike.net/phpBB3/viewt ... eport+hack

save it to the userfunction folder
by lisa
Wed Sep 30, 2015 6:15 pm
Forum: Runes of Magic
Topic: Juice Festival, Crazy Bartender quest
Replies: 15
Views: 4810

Re: Juice Festival, Crazy Bartender quest

extra action skills has a discussion here http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=3194&hilit=extra+action&start=120#p63000 Rock may have done code to deal with it in his script, it's worth checking. "-- Are the ID's specific to the NPCs that want specific drinks? If s...
by lisa
Wed Sep 30, 2015 7:07 am
Forum: Runes of Magic
Topic: login
Replies: 10
Views: 3369

Re: login

yeah sounds like the files tried to merge, you will need to do a SVN revert to make it work again, if you haven't already then make sure to get Tortoise SVN, instructions here about SVN. https://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=163#bookmark_svn_instructions Or you can delete the a...
by lisa
Wed Sep 30, 2015 5:44 am
Forum: Runes of Magic
Topic: Patch 6.4, currencyBase_offset
Replies: 36
Views: 16802

Re: Patch 6.4, currencyBase_offset

With the latest patch the update is back to not working but the old code works. just do revert to revision 781 on update.lua and it will work fine.

Ok so if you play official server then use revision 787, if you use arcadia server then use 781.
by lisa
Tue Sep 29, 2015 8:52 pm
Forum: Runes of Magic
Topic: Any Juice Festival Waypoints?
Replies: 1
Views: 1356

Re: Any Juice Festival Waypoints?

a forum search for "juice festival" got this

viewtopic.php?f=21&t=5430&hilit=juice+festival
by lisa
Tue Sep 29, 2015 8:50 pm
Forum: Runes of Magic
Topic: login
Replies: 10
Views: 3369

Re: login

Rock did a fix for this already, you just need to do a svn update to rev 787

viewtopic.php?p=63131#p63131
by lisa
Sat Sep 26, 2015 1:10 am
Forum: Runes of Magic
Topic: Patch 6.4, currencyBase_offset
Replies: 36
Views: 16802

Re: Patch 6.4, currencyBase_offset

Press the (ENDE) key to stop/pause the script. You can resume with the (ENTF) key. Did not find any crashed game clients. 7:10am - F:/micromacro/scripts/rom/classes/memorytable.lua:142: attempt to call global 'memoryReadBatch' (a nil value) me too :( Sorry but I need more information, that error te...
by lisa
Fri Sep 25, 2015 4:03 am
Forum: Runes of Magic
Topic: Patch 6.4, currencyBase_offset
Replies: 36
Views: 16802

Re: Patch 6.4, currencyBase_offset

The offsets were the same values, so prob don't need to look for them but here is an updated update.lua that finds the new offsets.

Only took like 5 hours to d/l, install, update official client lol
by lisa
Thu Sep 24, 2015 7:31 pm
Forum: Runes of Magic
Topic: Patch 6.4, currencyBase_offset
Replies: 36
Views: 16802

Re: Patch 6.4, currencyBase_offset

Rock seems to be having issues with his net, so I will look into it, is this on official only? because I will have to download a client to be able to look into it, which if course takes a while to get the roughly 10GB all installed. Then I will have to find my old login details and see if my account...