Search found 109 matches

by C3PO
Fri Mar 15, 2013 5:24 pm
Forum: Runes of Magic
Topic: leveling from 10 to 20
Replies: 7
Views: 1906

leveling from 10 to 20

Hello,

I want to work out a file that levels a character from 1 to 20. My question now is where to level best from 10 to 20? or is there already a solution?
by C3PO
Thu Mar 14, 2013 4:26 pm
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 37110

Re: Andor Training Range again (help request)

I will try it with my next char. with andorTraining V1.8 I got today the error 1 targeting: 106882 targeting: 106882 targeting: 106881 Did not find any crashed game clients. 10:20pm - D:/MicroMacro/scripts/rom/functions.lua:725: bad argument #1 to 'memor yReadByte' ((null)) and the game crashed. PS....
by C3PO
Wed Mar 13, 2013 8:44 am
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 37110

Re: Andor Training Range again (help request)

Hi, yesterday I used andorTraining V1.8 and it worked fine today (with another char) it didn't 1 targeting: 106882 ... targeting: 106882 targeting: 106881 targeting: 106883 targeting: 106884 targeting: 106882 targeting: 106882 targeting: 106881 targeting: 106883 targeting: 106884 targeting: 106882 t...
by C3PO
Mon Mar 11, 2013 8:35 am
Forum: Runes of Magic
Topic: Bot wont recognize an Ü/ä/ö
Replies: 39
Views: 8279

Re: Bot wont recognize an Ü/ä/ö

and it worked!?! So it didn't work before, did you do anything different, did you have more than 1 name in there before? No I didn't, I wrote all labels with the codes ... and it didn't work, so I searched the forum and found the thread that I read and thought that I did it right. Than i searched t...
by C3PO
Mon Mar 11, 2013 12:22 am
Forum: Runes of Magic
Topic: Bot wont recognize an Ü/ä/ö
Replies: 39
Views: 8279

Re: Bot wont recognize an Ü/ä/ö

now I tried INV_AUTOSELL_TYPE = "Rüstungen" and it worked!?! if I change in the file cache/itemtypestable.lua the Umlaute to the codes it doesn't work because the bot doesn't substitute the codes afterwards and you get [DEBUG] Item is not in type option INV_AUTOSELL_TYPE: [DEBUG] Check ite...
by C3PO
Mon Mar 11, 2013 12:08 am
Forum: Runes of Magic
Topic: Bot wont recognize an Ü/ä/ö
Replies: 39
Views: 8279

Re: Bot wont recognize an Ü/ä/ö

Hello again, I tested a few things and found out [DEBUG] Item is not in type option INV_AUTOSELL_TYPE: [DEBUG] Check item so sell: 109 220649 Lederstiefel table: 069A7500 1: Rezepte 2: Waffen 3: Munition 4: R\129stungen 5: Unterk\148rper 6: G\129rtel 7: Oberk\148rper 8: Kopf 9: Ring 10: Ohrring 11: ...
by C3PO
Sun Mar 10, 2013 10:35 pm
Forum: Runes of Magic
Topic: Bot wont recognize an Ü/ä/ö
Replies: 39
Views: 8279

Re: Bot wont recognize an Ü/ä/ö

Hi Lisa, for me it wouldn't be a problem to change those labels to english and I think that you would be right that every budy should be able to deal with it. But if I would know what would be expacted by INV_AUTOSELL_TYPE it would be more comfortable. Me problem is that even with the debug log I do...
by C3PO
Sun Mar 10, 2013 3:45 pm
Forum: Runes of Magic
Topic: Bot wont recognize an Ü/ä/ö
Replies: 39
Views: 8279

Re: Bot wont recognize an Ü/ä/ö

Hello I have the same problem, I tried already das ganze müßte dann evtl. so aussehen: INV_AUTOSELL_TYPES = "Unterk\148rper,G\129rtel,Oberk\148rper,Kopf,Ring,Ohrring,Halskette,Schultern,H\132nde,F\129\225e,Umhang," but I still get only Der NPC 'Archäologin Wendy' wurde erfolgreich ausgewäh...
by C3PO
Sun Mar 10, 2013 12:38 pm
Forum: Runes of Magic
Topic: General Question
Replies: 1
Views: 744

General Question

Hello,

just a short question. Is there a difference between files starting with "addon" and "userfunction", and if what is it?
by C3PO
Wed Mar 06, 2013 7:29 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Teleporter Functions
Replies: 29
Views: 19256

Re: Teleporter Functions

Ok now I know whats wrong ;)

Rock you are talking about getZoneId()
I was talking about MieserMan's getZoneID()

so therefore I would suggest to change getZoneID to getZoneId
by C3PO
Wed Mar 06, 2013 1:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Teleporter Functions
Replies: 29
Views: 19256

Re: Teleporter Functions

so what is your suggestion Rock?
by C3PO
Wed Mar 06, 2013 11:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Teleporter Functions
Replies: 29
Views: 19256

Re: Teleporter Functions

and for VisitHouseEnter I found another solution

Code: Select all

...
player:target_NPC(housemaid);
RoMScript('ChoiceOption(4);Houses_VisitHouseRequest("'.. _housename .. '","' .. housepass .. '");')
...
by C3PO
Wed Mar 06, 2013 11:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Teleporter Functions
Replies: 29
Views: 19256

Re: Teleporter Functions

Hello, I adapted your code to work with the actual version and maybe you want to provide an update for the community, but first GREAT WORK!!! function getZoneID() charZoneID = RoMScript("GetZoneID()"); return charZoneID; end the Runes of Magic function GetZoneID() provides the correct zone...
by C3PO
Wed Mar 06, 2013 11:20 am
Forum: Runes of Magic
Topic: How to visit another House
Replies: 13
Views: 1916

Re: How to visit another House

Thanks a lot for your help! After your analysis I found out a more ... solution Command> RoMScript('ChoiceOption(4);Houses_VisitHouseRequest("Lisa","");') and it works fine. But I found a userfunction that would also help http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t...
by C3PO
Tue Mar 05, 2013 10:20 pm
Forum: Runes of Magic
Topic: How to visit another House
Replies: 13
Views: 1916

Re: How to visit another House

still the same

Code: Select all

Command> sendMacro('Houses_VisitHouseRequest("Lisa","");')
[color=#008000]Drücke MACRO: RoMScript ausführen "Houses_VisitHouseRequest("Lisa","")".[/color]
by C3PO
Tue Mar 05, 2013 8:35 pm
Forum: Runes of Magic
Topic: How to visit another House
Replies: 13
Views: 1916

Re: How to visit another House

Thanks again Lisa

... and shame on me, such a stupid failure ... but it was a hard day :(

OK the Failure "Invalid Command" is missing, but still nothing happens. MicroMacro is waiting ...

Code: Select all

RoMScript('Houses_VisitHouseRequest("Awesomeness","");')
by C3PO
Tue Mar 05, 2013 6:20 pm
Forum: Runes of Magic
Topic: How to visit another House
Replies: 13
Views: 1916

How to visit another House

Hello I figured out that with Houses_VisitHouseRequest(HouseID,Password) you could go into another house, BUT I always get the output Command> RoMScript("Houses_VisitHouseRequest( USERNAME,"");") Invalid Command The Houses_VisitHouse Frame is shown. When I test the function in Ro...
by C3PO
Tue Mar 05, 2013 6:15 pm
Forum: Runes of Magic
Topic: How to leave the Guild Castle
Replies: 2
Views: 909

Re: How to leave the Guild Castle

of course I tried to use the NPC but she also asks.

Thanks for your answer Lisa :)
by C3PO
Tue Mar 05, 2013 2:25 pm
Forum: Runes of Magic
Topic: How to leave the Guild Castle
Replies: 2
Views: 909

How to leave the Guild Castle

Hello

I tried to leave the Guild Castle but at the end there is a question if I really want to leave and I can't find out how to answer this question.
by C3PO
Fri Feb 01, 2013 1:27 pm
Forum: Runes of Magic
Topic: Cast Elite Skills 70
Replies: 9
Views: 2172

Re: Cast Elite Skills 70

I was just searching for something like onEnterCombat() but didn't find anything ... but now I understand your trick ;)


will there come something like an onEnterCombat Event?

or better
OnEnterEliteCombat()
OnEnterBossCombat()