Search found 91 matches

by S3v3n11
Thu Oct 08, 2009 6:38 am
Forum: Runes of Magic
Topic: Example code
Replies: 2
Views: 1009

Re: Example code

I found this thread which should help. But if anyone else has any tips please let me know!

http://www.solarstrike.net/phpBB3/viewt ... f=21&t=496
by S3v3n11
Thu Oct 08, 2009 6:33 am
Forum: Runes of Magic
Topic: Example code
Replies: 2
Views: 1009

Example code

Anyone have any example code for accepting and turning in a quest? Like for the daily quests?

TIA!!!
by S3v3n11
Wed Sep 23, 2009 6:11 am
Forum: Runes of Magic
Topic: Possible ban counter measures
Replies: 14
Views: 3955

Re: Possible ban counter measures

I have asked this question in the past but never gotten a response so I will ask again. Is there any way to tell if a player character is within a certain radius of the bot? If so we can use this information to "pause" the bot or log out. I used to build this into all my macroquest macros...
by S3v3n11
Tue Sep 22, 2009 11:45 am
Forum: Runes of Magic
Topic: Possible ban counter measures
Replies: 14
Views: 3955

Re: Possible ban counter measures

I have asked this question in the past but never gotten a response so I will ask again. Is there any way to tell if a player character is within a certain radius of the bot? If so we can use this information to "pause" the bot or log out. I used to build this into all my macroquest macros ...
by S3v3n11
Tue Sep 22, 2009 11:43 am
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 5304

Re: Useful macros

Imagine what we could do if we could edit macros with mircomacro. Omfg, 033B0110 is the address for the first macro text, and it is a static address, so you can write anything from 033B0110 to 033B0210 as text and press it! This makes everything a lot easier! I'm all w00ted out. off to write a func...
by S3v3n11
Wed Aug 12, 2009 9:09 am
Forum: Runes of Magic
Topic: Mouse pointer types
Replies: 2
Views: 1220

Re: Mouse pointer types

Thanks for the prompt reply! That is a great suggestion!
by S3v3n11
Wed Aug 12, 2009 7:45 am
Forum: Runes of Magic
Topic: Mouse pointer types
Replies: 2
Views: 1220

Mouse pointer types

Do we know anymore values for mouse pointer type? Any place we can look these up? Here are the ones defined in the bot:


PT_NONE = 0;
PT_PLAYER = 1;
PT_MONSTER = 2;
PT_NPC = 4;
PT_NODE = 4;
by S3v3n11
Mon Jul 13, 2009 2:04 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 847594

Re: RoM bot

About Createpath.lua Does or has ANYONE Edited this file to Where you push button 1, it creates a regular waypoint when you push button 2, it creates the waypoint with the harvest command im trying to edit the current createpath.lua to do just that im not really good with script editing, i looked o...
by S3v3n11
Mon Jul 13, 2009 7:04 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 847594

Re: RoM bot

Is there are way to detect when another player comes within a certain range of the bot? I would like the bot to "pause" or do some other action when another character gets within a specified range.

Thanks for the great work!!!!
by S3v3n11
Fri Jul 10, 2009 9:55 am
Forum: Runes of Magic
Topic: Custom skills / macro using etc
Replies: 5
Views: 2134

Re: Custom skills / macro using etc

I did something like that with MacroQuest back in my EQ days. I may try to put something together.
by S3v3n11
Thu Jul 09, 2009 7:52 am
Forum: Runes of Magic
Topic: HP and Mana Memory Offsets?
Replies: 15
Views: 5759

Re: HP and Mana Memory Offsets?

So has anyone tried changing a characters x,y loc on the client? Does it cause the character to "warp" to a new location in the game? Or are there server side protections against that?