Search found 67 matches

by mrtgtr
Sat Dec 15, 2012 9:42 pm
Forum: Runes of Magic
Topic: How do I add an Event Timer
Replies: 4
Views: 1371

Re: How do I add an Event Timer

Hello everyone so i got this script and i like to add an Event timer so it will see when when it starts how do i do it. i can just figure it out.thx Depends on what type of timer you are after, if you mean the zone event for those red icon quests, try a forum search for "eoj timer" been d...
by mrtgtr
Fri Dec 14, 2012 9:50 pm
Forum: Runes of Magic
Topic: Fight Finished. (Error Help please !!)
Replies: 7
Views: 1919

Re: Fight Finished. (Error Help please !!)

Fight finished. Killed 649 Ousul Salamander.(fight #1195 / runtime 168 minutes)

help please bot is stoping occasionally
by mrtgtr
Fri Dec 14, 2012 6:04 pm
Forum: Runes of Magic
Topic: I want to sell items to npc
Replies: 6
Views: 1858

Re: I want to sell items to npc

You have to count horizontal You could add function settings.profile.events.onSkillCast() inventory:update() If 1 > inventory:itemTotalCount(0) then loadPaths("WaypointFileToSell"); end end something like this should work. You can use __WPL:setWaypointIndex(__WPL:findWaypointTag("ven...
by mrtgtr
Thu Dec 13, 2012 11:33 am
Forum: Runes of Magic
Topic: How do I add an Event Timer
Replies: 4
Views: 1371

Re: How do I add an Event Timer

up
by mrtgtr
Thu Dec 13, 2012 3:52 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes char does not leave the dungeon (Bug)

I think portal ID is wrong Sorry I went out of ks and tested the function outside then accidentally copied the wrong id. thanx now going to true portal but when leave the dungeon bot says distance break :S It looks like it portals before it decides it reached the ids coords. The important thing is ...
by mrtgtr
Thu Dec 13, 2012 2:05 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes char does not leave the dungeon (Bug)

lisa wrote:110578

that's as much as I am going to say.
thanx now going to true portal but when leave the dungeon bot says distance break :S

I must put waitforloadingscreen ?
by mrtgtr
Thu Dec 13, 2012 1:25 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes char does not leave the dungeon (Bug)

rock5 wrote:It is possible it has like a double portal.

Ok, try this

Code: Select all

GoThroughPortal(nil,110987)
Portal not found within range of 150 , I am near the portal :S

if not GoThroughPortal(nil,110987) then
__WPL:setWaypointIndex(__WPL.LastWaypoint - 1)
end

I think portal ID is wrong
by mrtgtr
Thu Dec 13, 2012 12:03 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes char does not leave the dungeon (Bug)

Not needed. GoThroughPortal saves your current position then tries to portal. If it changes location then the portal worked and the function returns true. If your location doesn't change then it returns false and it can try again. This is 100% reliable. I don't use a zone check because some telepor...
by mrtgtr
Wed Dec 12, 2012 7:13 pm
Forum: Runes of Magic
Topic: My Kalin waypoints - How to use getZoneId ? (help)
Replies: 2
Views: 1676

My Kalin waypoints - How to use getZoneId ? (help)

<?xml version="1.0" encoding="utf-8"?><waypoints> <!-- # 1 --><waypoint x="-18630" z="12180" y="-739"> <!-- [Housemaid potions] This checks if we have housemaid potion buff. If we dont have that buff then bot drinks potion if we have potions on inve...
by mrtgtr
Wed Dec 12, 2012 6:12 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: GoThroughPortal() - (Rock5 please come)

Maybe we can use getZoneId how I can use it ? I don't know
I tryied bot is give error. :S
by mrtgtr
Wed Dec 12, 2012 4:11 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: GoThroughPortal() - (Rock5 please come)

Can we solve this in different ways ?
by mrtgtr
Wed Dec 12, 2012 12:49 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: GoThroughPortal() - (Rock5 please come)

I think that means it's trying to go to the wrong object. The portal function recognizes the portal because it has no name. Maybe there is something closer on the other side of the wall with no name. Try moving the waypoint away from that wall and closer to the portal. You can get your coordinates ...
by mrtgtr
Wed Dec 12, 2012 12:13 am
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: GoThroughPortal() - (Rock5 please come)

Remove "waitForLoadingScreen()". I said the GoThroughPortal does the waiting for you. I have remove already. but Bot says this : Targetting object 110426, range 48 796011154738 My codes <?xml version="1.0" encoding="utf-8"?><waypoints> <!-- # 1 --><waypoint x="-18...
by mrtgtr
Tue Dec 11, 2012 11:00 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

I'm reading reading and I don't understand anything :D :D :D :D :D please help me for set my codes If you are new to something you should start with the basics, instance farming like KS isn't the basics, it would be moderate to advanced. When I started I did small loops to farm some low level mobs ...
by mrtgtr
Tue Dec 11, 2012 9:28 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

I'm reading reading and I don't understand anything :D :D :D :D :D

please help me for set my codes
by mrtgtr
Tue Dec 11, 2012 7:41 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

I wish I had known in English : ( : (
by mrtgtr
Tue Dec 11, 2012 6:43 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

If 1 > inventory:itemTotalCount(0) then loadPaths("kalinselltonpc.xml"); end not I f but i f Lisa I fix that line but when it come this line: if not GoThroughPortal() then __WPL:setWaypointIndex(__WPL.LastWaypoint - 1) end bot is give error No return path with default naming kalin_return....
by mrtgtr
Tue Dec 11, 2012 6:14 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

when it come this line:
if not GoThroughPortal() then
__WPL:setWaypointIndex(__WPL.LastWaypoint - 1)
end

bot is give error :(
by mrtgtr
Tue Dec 11, 2012 5:58 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

Did you try rock's GoToPortal userfunction? viewtopic.php?f=27&t=3828&hilit=gotoportal Just use GoThroughPortal() and it will find the nearest portal and enter it. If you want it to check and make sure that you have left the zone you can use it like this. But it is very important that you p...
by mrtgtr
Mon Dec 10, 2012 10:33 pm
Forum: Runes of Magic
Topic: Sometimes char does not leave the dungeon (Bug)
Replies: 31
Views: 6628

Re: Sometimes Char is not exiting from dungeon

please help control zone code ?