Search found 37 matches

by j19861986
Thu Apr 07, 2011 11:33 am
Forum: Runes of Magic
Topic: Maybe Better Solution of "Unsticking"
Replies: 3
Views: 1769

Re: Maybe Better Solution "Unsticking"

And maybe come forward couple of times and using

Code: Select all

__WPL:setWaypointIndex( __WPL:getNearestWaypoint(player.X, player.Z, player.Y ) );
example: go forward one step at a time and using the lua code after going back wasn't a solution...
by j19861986
Thu Apr 07, 2011 11:28 am
Forum: Runes of Magic
Topic: Maybe Better Solution of "Unsticking"
Replies: 3
Views: 1769

Maybe Better Solution of "Unsticking"

I have thought about unsticking bot If it can't unstick 2 times, bot tries to get in one step back (example to waypoint 15) and lua code using __WPL:setWaypointIndex( __WPL:getNearestWaypoint(player.X, player.Z, player.Y ) ); and try to get the nearest waypoint from current position (in x,y,z positi...
by j19861986
Thu Apr 07, 2011 10:31 am
Forum: Runes of Magic
Topic: use nearest waypoint when stuck
Replies: 17
Views: 5129

Re: use nearest waypoint when stuck

getNearestWaypoint does use the 'y' value. That was one of the main reasons I added them. As long as you mark enough points along the bottom of the cliff it should work. Of course if you are using an old waypoint file with only x and z values you would have to redo it. A height check wouldn't be a ...
by j19861986
Wed Apr 06, 2011 6:17 pm
Forum: Runes of Magic
Topic: error at the end of profile.xml, when using createpath
Replies: 2
Views: 1355

Re: error at the end of profile.xml, when using createpath

Okay, found the error, thx for tip
by j19861986
Wed Apr 06, 2011 5:19 pm
Forum: Runes of Magic
Topic: error at the end of profile.xml, when using createpath
Replies: 2
Views: 1355

error at the end of profile.xml, when using createpath

I got an error that gets an error at the end of my profile
I have Notepad++ and saw that it was

Code: Select all

</profile>
just at the end of my profile...
How do I fix this???
by j19861986
Tue Mar 08, 2011 10:42 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: housemaid potions and foods
Replies: 10
Views: 5465

Re: housemaid potions and foods

You forgot "Godspeed" potion from Crafting Maid and "Scarlet Love" Potion from Crafting Maid... that is for my needs I still haven't checked buffname yet, so I leave it empty, will add the Buffname later... look in code and tell me if it is correct [13] = {optionName = "chee...
by j19861986
Tue Mar 01, 2011 3:17 am
Forum: Runes of Magic
Topic: stuck report
Replies: 9
Views: 2791

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
by j19861986
Tue Mar 01, 2011 1:19 am
Forum: Runes of Magic
Topic: stuck report
Replies: 9
Views: 2791

Re: stuck report

Can you make it wander at the last point before RoMScript("SendWedgePointReport()")???
by j19861986
Tue Mar 01, 2011 12:33 am
Forum: Runes of Magic
Topic: stuck report
Replies: 9
Views: 2791

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 ...
by j19861986
Tue Mar 01, 2011 12:06 am
Forum: Runes of Magic
Topic: stuck report
Replies: 9
Views: 2791

Re: stuck report

It would help if there was a "Stuck Report" in bot...
I only have one pc... with less disk space
by j19861986
Fri Feb 25, 2011 6:53 am
Forum: Runes of Magic
Topic: CPawn error occasionally during load screen.
Replies: 15
Views: 5930

Re: CPawn error occasionally during load screen.

I got it also, also with waitForLoadingScreen() option... look <!-- # 43 --><waypoint x="-20792" z="6228" y="-202"> yrest(1500); player:target_NPC("Maylee"); yrest(1500); sendMacro("ChoiceOption(4);"); waitForLoadingScreen(); </waypoint> <!-- # 44 --...
by j19861986
Mon Feb 07, 2011 8:22 am
Forum: Runes of Magic
Topic: Some Skills to be Fixed, post here if you want
Replies: 4
Views: 1706

Some Skills to be Fixed, post here if you want

I have some skills that should be fixed, it is the cooldown times... With the Priest/Warrior The fixes are (And I don't know if the skills has diff' cooldown on lvl): From: <skill name="PRIEST_POWER_BUILD_UP" mana="40" cooldown="30" casttime="1" type="buf...
by j19861986
Sat Feb 05, 2011 1:40 am
Forum: Runes of Magic
Topic: How to use mount in rombot?
Replies: 6
Views: 3545

Re: How to use mount in rombot?

Tried it, and it works
by j19861986
Sat Feb 05, 2011 1:13 am
Forum: Runes of Magic
Topic: How to use mount in rombot?
Replies: 6
Views: 3545

Re: How to use mount in rombot?

Making them, seeing the waypoint numbers and add them. test later
by j19861986
Sat Feb 05, 2011 1:10 am
Forum: Runes of Magic
Topic: How to use mount in rombot?
Replies: 6
Views: 3545

Re: How to use mount in rombot?

then is this correct? <!-- # 7 --><waypoint x="-11459" z="26643" y="1050"> </waypoint> <!-- # 8 --><waypoint x="-11668" z="26369" y="1046"> player:mount() </waypoint> <!-- # 9 --><waypoint x="-11867" z="26052" y="10...
by j19861986
Sat Feb 05, 2011 12:56 am
Forum: Runes of Magic
Topic: How to use mount in rombot?
Replies: 6
Views: 3545

How to use mount in rombot?

How to use Mount?? can you make an example? when a waypoint is reached and wanna use mount after that waypoint??? make an example in the 8'th waypoint shown her <!-- # 7 --><waypoint x="-11459" z="26643" y="1050"> </waypoint> <!-- # 8 --><waypoint x="-11668" z...
by j19861986
Thu Feb 03, 2011 11:20 am
Forum: Runes of Magic
Topic: Make a Bug Forum? and bug: after killed mob
Replies: 4
Views: 1912

Re: Make a Bug Forum? and bug: after killed mob

I just found it out for myself... there where nothin value in that, then I put 0 in it... now it works, thx anyway
by j19861986
Thu Feb 03, 2011 11:06 am
Forum: Runes of Magic
Topic: Make a Bug Forum? and bug: after killed mob
Replies: 4
Views: 1912

Re: Make a Bug Forum? and bug: after killed mob

I have Updated and Revert all of RomBot
But don't know why there is a error like that
look in the screendump
by j19861986
Sun Jan 30, 2011 9:03 pm
Forum: Runes of Magic
Topic: Make a Bug Forum? and bug: after killed mob
Replies: 4
Views: 1912

Make a Bug Forum? and bug: after killed mob

Can't you make a bug forum inside Runes of Magic forum (here in site)???
Mine is: the bot doesn't work just after killed mob
it's says:

Code: Select all

player.lua:1400 attempt to compare number with nil
by j19861986
Mon Jan 24, 2011 11:40 pm
Forum: Runes of Magic
Topic: Phirius Potion and Elixir???
Replies: 1
Views: 1173

Phirius Potion and Elixir???

Why not adding Phirius potions and elixir into "consumables.xml"??? I got some scripts added into consumables.xml with my max x with percents heres potion: <potion type="healing" id="203494" level="1" potency="1250" name="Phirius Potion - Type A...