Search found 573 matches

by Ego95
Wed Sep 26, 2012 3:50 pm
Forum: Runes of Magic
Topic: Quest name
Replies: 2
Views: 1268

Re: Quest name

Or you use just

Code: Select all

AcceptQuestByName("de ravitaillement")
Parts of the Questname should work, too.
by Ego95
Wed Sep 26, 2012 8:56 am
Forum: Runes of Magic
Topic: one? manage t he bot gold
Replies: 3
Views: 1498

Re: one? manage t he bot gold

Why should it crash if you have over 350 k gold. You can have up to 999 kk.
by Ego95
Wed Sep 26, 2012 12:38 am
Forum: Runes of Magic
Topic: Patch 5.0.3
Replies: 20
Views: 5466

Re: Patch 5.0.3

/rom/update.lua and everything works again...
by Ego95
Mon Sep 24, 2012 5:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: hs Yet Another KS Script
Replies: 4
Views: 3087

Re: hs Yet Another KS Script

I'm not sure if ChangeProfileSkill was a userfunction but now it is part of the bot. I believe the correct usage is changeProfileSkill("ROGUE_HIDE", "AutoUse", true) changeProfileSkill("ROGUE_HIDE", "AutoUse", false) Yes, thanks rock :D Oh and there was an us...
by Ego95
Mon Sep 24, 2012 2:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: hs Yet Another KS Script
Replies: 4
Views: 3087

Re: hs Yet Another KS Script

With lisas changeProfile userfunction you can use

Code: Select all

ChangeProfileSkill("ROGUE_HIDE", "Autouse=true")
at waypoint 1 and

Code: Select all

ChangeProfileSkill("ROGUE_HIDE", "Autouse=false")
at wp 10.
by Ego95
Mon Sep 24, 2012 2:23 pm
Forum: Runes of Magic
Topic: problem autoaccept invitation
Replies: 4
Views: 1359

Re: problem autoaccept invitation

That's normal, you only should activate this addon on your second char you want to invite. You can activate/deactivate it by right clicking the minimap button. The sense of this is, that if your main char gets a dc and your second char gets lead, he gives your main lead back, if he's online again.
by Ego95
Sun Sep 23, 2012 10:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Noobbotter's World Traveler Userfunction
Replies: 96
Views: 25603

Re: Noobbotter's World Traveler Userfunction

At this time, this userfunction only supports English language clients. Why doesn't it works with other languages? I think the zone id and the npc id has to be the same. Do i have have to change things like NPCTeleport(cur_Npc_ID, "Glory"); (example) to the german translation? NPCTeleport...
by Ego95
Sun Sep 23, 2012 8:42 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 30651

Re: DoD First Boss spam solo and party, full DoD now too

My characters sometimes die and then my leader always wait for members, I would like to have one set while waiting for one member for so long time, automatically destroy the group and the bots are started from outside at revived. Can anyone help me? Thank you! I noticed that, too. My party member w...
by Ego95
Sat Sep 22, 2012 7:11 am
Forum: Runes of Magic
Topic: Do something until waypoint is reached
Replies: 1
Views: 775

Do something until waypoint is reached

Hi, is it possible do do any action until next waypoint is reached? function jump() keyboardHold(settings.hotkeys.MOVE_FORWARD.key) repeat keyboardPress(settings.hotkeys.JUMP.key) until --player has reached next waypoint-- end keyboardRelease(settings.hotkeys.MOVE_FORWARD.key) end as alternative unt...
by Ego95
Fri Sep 21, 2012 3:56 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Noobbotter's World Traveler Userfunction
Replies: 96
Views: 25603

Re: Noobbotter's World Traveler Userfunction

Like rock said, this is a great idea, i'll test it as soon as possible.
by Ego95
Wed Sep 12, 2012 2:04 pm
Forum: Runes of Magic
Topic: Script to do a waypoint if the EOJ timer doesn't show?
Replies: 64
Views: 17505

Re: Script to do a waypoint if the EOJ timer doesn't show?

rock5 wrote:I'm famous for them. LoL
Yeah, legendary mistakes ;)

Thankfully you do much more correct ;)
by Ego95
Wed Sep 12, 2012 6:45 am
Forum: Runes of Magic
Topic: Script to do a waypoint if the EOJ timer doesn't show?
Replies: 64
Views: 17505

Re: Script to do a waypoint if the EOJ timer doesn't show?

if you get an error, it's only because rock made a little spell mistake:

Code: Select all

			return true
		else
			retuen false
		end
	end
retuen false has to be return false :)
by Ego95
Thu Sep 06, 2012 6:58 pm
Forum: Runes of Magic
Topic: Character spins in place
Replies: 6
Views: 2349

Re: Character spins in place

The thread is maybe a bit old, but I know a solution. I had exactly the same error a few minutes ago. Then I remebered, that i had just installed the addon "ExtraActionBars". It's an addon which gives you extra slots to put your skills or bufffood in. You can't use makros in these extra ac...
by Ego95
Thu Sep 06, 2012 8:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines - Phirius Potion farm
Replies: 43
Views: 17260

Re: Goblin Mines - Phirius Potion farm

__WPL:setForcedWaypointType("RUN"); player:target_Object(113164); __WPL:setForcedWaypointType("TRAVEL"); Yes, this is one thing you can do. You can change the first line too. <?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
by Ego95
Thu Sep 06, 2012 8:22 am
Forum: Runes of Magic
Topic: Three Playful Brothers - Richies Quest
Replies: 12
Views: 2829

Re: Three Playful Brothers - Richies Quest

It's not a script, that you can use on your computer. It's an script that is started by the server.
by Ego95
Wed Sep 05, 2012 4:37 am
Forum: Runes of Magic
Topic: Bot should stand on place and wait
Replies: 24
Views: 5867

Re: Bot should stand on place and wait

OK, finally got it working with: <!-- # 8 --><waypoint x="-27922" z="23965" y="1" type="TRAVEL"> player:target_Object("Gefangener der Diebe"); yrest(1500) quest = questlog:getQuest(424624) -- Sofortige Hilfe if quest:isComplete() then __WPL:setForced...
by Ego95
Tue Sep 04, 2012 1:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines - Phirius Potion farm
Replies: 43
Views: 17260

Re: Goblin Mines - Phirius Potion farm

So there ARE users which are using my file :)
A few month ago I posted, that I wanted to add a check for Sirius Hammertooth, but I noticed that he never spawns. Or has anyone saw it happening with that script? If not, has anyone ideas what I could add?
by Ego95
Mon Sep 03, 2012 6:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: YAKSS - Yet Another KS Script
Replies: 172
Views: 63654

Re: YAKSS - Yet Another KS Script

I thought maybe to try such a farm bot. So I downloaded it, downloaded the missing ussrfunctions, set my reset char and tried it out. For me it doesn't work. At first he doesn't use the honour group, I changed the Buff name to the buff id already because i use a german client. Next he doesn't invite...
by Ego95
Mon Sep 03, 2012 2:49 pm
Forum: Runes of Magic
Topic: Bot should stand on place and wait
Replies: 24
Views: 5867

Re: Bot should stand on place and wait

Does no one know how to do that? There is an other player who is botting at that place and it works perfectly for him, but he won't admit that he's using a bot when i try to get his script :/
by Ego95
Sat Sep 01, 2012 4:19 pm
Forum: Runes of Magic
Topic: Getting skill requirements from memory
Replies: 14
Views: 3134

Re: Getting skill requirements from memory

I didn't play a warlock until know but I know that some skills of " Primary Only" require Soul Points. The skills you can see here: http://www.theromwiki.com/Warlock_Skills If I would be at the computer I would post the skills here but it's a bit difficult and slow to do it on a smartphone...