Search found 724 matches

by beanybabe
Thu Jun 16, 2016 5:53 pm
Forum: Runes of Magic
Topic: player.MP/player.MaxMP*100 is not working ??
Replies: 1
Views: 1403

Re: player.MP/player.MaxMP*100 is not working ??

Figured it out have to spell out Mana. print ("mp= ",player.Mana/player.MaxMana*100,player.Mana,player.MaxMana) --player:updateMP(); if 30 > player.Mana/player.MaxMana*100 then cprintf(cli.yellow,"\nLow on Mana!!\n") inventory:useItem(208485) end
by beanybabe
Thu Jun 16, 2016 9:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Moorland of Farsitan daily's
Replies: 9
Views: 7171

Re: Moorland of Farsitan daily's

class swap will fail on this wp because of agro intrupting the home recall if you delete line 30 this should help stop that.
mf dly bolster the defenses.xml


<!-- # 30 --><waypoint x="-11459" z="-2216" y="325">quest() </waypoint>
by beanybabe
Wed Jun 15, 2016 12:57 pm
Forum: Runes of Magic
Topic: Lvl 97 Daily?
Replies: 2
Views: 2179

Re: Lvl 97 Daily?

I had some templates made up so knocked out a couple dailys for everyone to enjoy.


http://www.solarstrike.net/phpBB3/viewt ... =27&t=6343
by beanybabe
Wed Jun 15, 2016 12:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Moorland of Farsitan daily's
Replies: 9
Views: 7171

Moorland of Farsitan daily's

I added masterpiece daily its bit closer to portal. ----------- I tossed together this wp, it wp does daily's, class swapping, tickets, or eoj. Since it involves killing only one person at a time can do it. If you turn on tickets it will keep running till it uses every ticket up. It will use 7-day o...
by beanybabe
Tue Jun 14, 2016 11:54 pm
Forum: Runes of Magic
Topic: player.MP/player.MaxMP*100 is not working ??
Replies: 1
Views: 1403

player.MP/player.MaxMP*100 is not working ??

im trying to check mana and use a potiion if needed but the value stays at 100. I even try to use player:updateMP(); print ("mp= ",player.MP/player.MaxMP*100,player.MP,player.MaxMP) hp= 79296 100 mp= 100 100 100 if 30 > player.MP/player.MaxMP*100 then cprintf(cli.yellow,"\nLow on Mana...
by beanybabe
Tue Jun 14, 2016 11:50 pm
Forum: Runes of Magic
Topic: Lvl 97 Daily?
Replies: 2
Views: 2179

Re: Lvl 97 Daily?

There are not to many that are easy in that zone. Most of daily's in this zone require gathering an item and will not support multiple people. So posting a wp for them just gonna cause problems.
by beanybabe
Sat Jun 11, 2016 12:11 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: "Attempt to call limit" - Crash
Replies: 4
Views: 3482

Re: "Attempt to call limit" - Crash

swapping is not a good idea rom gets unhappy if hard drive i/o gets slow. Windows recommends if you have over 4 gig ram to disable the swap and just have everything run in ram. If you are close on memory you will have to consider unloading some programs that are not needed. If you use nivdia and are...
by beanybabe
Sat Jun 11, 2016 11:54 am
Forum: Runes of Magic
Topic: check if in agro before casting home sweet home
Replies: 5
Views: 4281

check if in agro before casting home sweet home

I noticed if using mount and ride past mobs some times Iam still under agro when I try to cast home sweet home in this function and it fails. https://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=6321 I can increase the timer and hope for agro to drop or is there a way to check for agro if not...
by beanybabe
Fri Jun 10, 2016 12:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: "Attempt to call limit" - Crash
Replies: 4
Views: 3482

Re: "Attempt to call limit" - Crash

15 /16 gig I tend crash also you can only get about 10 clients running in 16 gig after that there is good chance to crash. Windows 10 will pop a warning and start closing apps if you get to close the earlier windows just crash. Another thing to consider is sockets at one time window xp allowed a lot...
by beanybabe
Sat Jun 04, 2016 3:23 pm
Forum: Runes of Magic
Topic: Splitwater Coast EoJ
Replies: 1
Views: 8943

Re: Splitwater Coast EoJ

You almost need 2 players or more doing eoj now.
by beanybabe
Sat Jun 04, 2016 3:17 pm
Forum: Runes of Magic
Topic: Wander+Trade
Replies: 1
Views: 3571

Re: Wander+Trade

Guild siege quick trade curse addon can be modified to trade to another character. You need to change the zone and the item. Then you just click trade to the char and it sends the item. Im sure there another way to do it with the bot. You might look at this thread. https://www.solarstrike.net/phpBB3...
by beanybabe
Sat May 28, 2016 4:38 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26108

Re: Mirror wp samples. ver 5

Important stop using the early versions and get the ver 5.

Made another change to the way points for Slow chars that might not exit properly.
by beanybabe
Thu May 26, 2016 11:31 pm
Forum: Runes of Magic
Topic: Read Conversations with NPC
Replies: 4
Views: 2460

Re: Read Conversations with NPC

Do what I do its easy when it gives scale press print screen open windows paint and paste,
make window little off to side so you can read it and run click the things.
It is so easy no need making a script.
by beanybabe
Fri May 20, 2016 3:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26108

Re: Mirror wp samples. ver 4

ok version 4 is simplified some more.
by beanybabe
Tue May 17, 2016 12:26 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26108

Re: Mirror wp samples. ver2

WARNING there some bug in the waypoint it does not always end. may be bug in bot. I noticed the line with error "done at end" may need be changed to error ("done at end") I wanted to replace it with break but break was not working right today either. This only seems to fail when ...
by beanybabe
Tue May 17, 2016 12:19 am
Forum: Runes of Magic
Topic: error() causes a crash
Replies: 3
Views: 3007

Re: error() causes a crash

I use it to exit the script

but for some reason that bit of code crashes the bot it may be because there no text message in the ()
by beanybabe
Mon May 16, 2016 8:06 pm
Forum: Runes of Magic
Topic: error() causes a crash
Replies: 3
Views: 3007

error() causes a crash

strange problem the error() is making bot crash

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
print (getZoneId())

error()
</onLoad>
</waypoints>
by beanybabe
Fri May 13, 2016 12:33 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26108

Re: Mirror wp samples. ver2

I added version 2 of these they get miss less mobs and loot a few of the chests if you add the bit code to profile.
by beanybabe
Sat May 07, 2016 2:08 am
Forum: Runes of Magic
Topic: * Failed to cast * started happening again even with no add ons.
Replies: 0
Views: 11833

* Failed to cast * started happening again even with no add ons.

I tried kill some mobs today and the failed to cast is happening again. It seem to happen on any skill were casttime is > 0. Movement and interaction with npc's seems to work normal. This is 3rd time this has happened in few years. I suspect it being caused by something rom toggles when they do main...
by beanybabe
Thu May 05, 2016 8:56 pm
Forum: RoM general
Topic: Where am I ()
Replies: 31
Views: 12388

Re: Where am I ()

I am thinking of trying to use this to run mir ror path so you just need 1 wp for all have it check what zone and start. may be nice for mini also.