Search found 119 matches

by wizzyslo
Tue Oct 04, 2011 7:29 am
Forum: Runes of Magic
Topic: database skills fix
Replies: 42
Views: 10390

Re: database skills fix

Dont know what thay do with game but lots of API functions doesnt work as si CastSpellByName() or /cast and i can scan only buffs on myself and not enemy target. I scanned database and found debuff ID: 502920
by wizzyslo
Mon Oct 03, 2011 11:12 am
Forum: Runes of Magic
Topic: database skills fix
Replies: 42
Views: 10390

database skills fix

latest updates have changed some skills as is Scout Elite skill Target lock. Can you change it to:

Code: Select all

	<skill name="SCOUT_TARGET_LOCK" id="492620" cooldown="60"  concentration="30" range="200" type="damage" target="enemy" />
by wizzyslo
Mon Aug 01, 2011 4:20 am
Forum: Runes of Magic
Topic: Question: Multiple Names in Invite liste
Replies: 16
Views: 3435

Re: Question: Multiple Names in Invite liste

Wow 6 mages in KS from one bot-er. Now i know whay my bot crashing becouse of "pupulation in that zone is to high". I have 3 accounts wich i'm farming KS/CL and have big problem. Soon i'm going have 500milions and i cant spand it becouse AH is empty or have owerprice on items. Im spanding ...
by wizzyslo
Wed Jul 20, 2011 5:44 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

At least it works :D Is this posible to use in party bot becouse that choo choo train is pritty lame?
by wizzyslo
Sun Jul 10, 2011 7:02 am
Forum: Runes of Magic
Topic: Player Mount Command
Replies: 7
Views: 1687

Re: Player Mount Command

At the end of wiki-->functions is code for buffs cancel
by wizzyslo
Fri Jul 08, 2011 3:14 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

In which folder or file is addon saving events? Maybe at that way i can find what is wrong. My idea is that file where events should be saving dont exist or bot doesnt make it.
by wizzyslo
Fri Jul 08, 2011 2:57 am
Forum: Runes of Magic
Topic: get current heal potions
Replies: 5
Views: 1559

Re: get current heal potions

What about to chack how much potions do you have them in bag?

Code: Select all

 if  20 < inventory:itemTotalCount(itemID)  then  
..your code...  
 end
by wizzyslo
Tue Jul 05, 2011 5:44 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

Allways does that error no matter on which waypoint it is.
by wizzyslo
Mon Jul 04, 2011 11:41 am
Forum: Runes of Magic
Topic: Take maid pot from a bank function
Replies: 7
Views: 2254

Re: Take maid pot from a bank function

Try with this:

Code: Select all

	sendMacro("PickupBankItem(x);")	
x = slot number in bank 1, 2, 3, 4,...

Code: Select all

	item:moveTo("bag1")
can use bag1, bag2 ,bag3,...

or

Code: Select all

sendMacro("PickupBagItem(x)") 
Works on both way (pick up, put down).
by wizzyslo
Mon Jul 04, 2011 11:35 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

It should start it at 1st waypoint ( # 21) after making party.
I added it at 2nd, 3rd waypoint but dont help. Only if i write it wrong.
by wizzyslo
Mon Jul 04, 2011 10:34 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

If i add I get only spamming on chat: "Cannot get log event for monitor 'Crush'. No such monitor name exists." nothing else. Somehow it doesnt start monitor.
by wizzyslo
Mon Jul 04, 2011 9:27 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

Somehow i cant get it to work all the time same problem: D:/micromacro/scripts/rom/classes/player.lua:669: onSkillCast error: [string ".. ."]:5: bad argument #1 to 'find' (string expected, got nil) game chat said this: Cannot get log event for monitor 'Crush'. No such monitor name exists. ...
by wizzyslo
Thu Jun 30, 2011 4:11 am
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

rock5 wrote:Firstly, have you read the wiki?
http://www.solarstrike.net/wiki/index.p ... _Functions
How should i know what some parts mean if i didnt look on wiki? But some things i'm not understand becouse i'm asking.
by wizzyslo
Wed Jun 29, 2011 4:44 pm
Forum: Runes of Magic
Topic: Monitoring ingame events.
Replies: 78
Views: 16573

Re: Monitoring ingame events.

I pritty confuse of those "new" event monitors and need little explenations. I want to farm some boss for mementos and for detecting skills i'm going to use event monitor and boss helper addon wich write skills on party chat. Addon will write on party chat like this expample: [wizzyslo]:Ok...
by wizzyslo
Wed Jun 22, 2011 10:48 am
Forum: Runes of Magic
Topic: Idea: RoMbot + MultiHack (keypress collaboration)
Replies: 84
Views: 27590

Re: Idea: RoMbot + MultiHack (keypress collaboration)

I have pritty big problem with swim hack. I'm doing waypoint for party farming WD (farming for new epic weapon) but when character start swimming up allways crash game. I tryed for smaller steps but problems is same. Is something wrong with WD?
by wizzyslo
Tue Jun 21, 2011 3:12 pm
Forum: Runes of Magic
Topic: Anyone have minigames Waypoints?
Replies: 190
Views: 39316

Re: Anyone have minigames Waypoints?

Better is to start with some easy things. I'm working on Goblin mine but have some problems. Bot using swimhack wich you can find it on forum. I cant find the way how to skip wall with bot allways got crash report or stuck or memoryaddress error. If anyone know how to fix it pls tell me :D goblin_mi...
by wizzyslo
Wed Jun 08, 2011 9:49 am
Forum: Runes of Magic
Topic: Arcane Transmutor
Replies: 9
Views: 3013

Re: Arcane Transmutor

ty rock5 will chack it later when i have time. Im working on full automatic crafting mana stones by bot with lvl 10 chars but have some problems. To make unbound teleport runes I going to use macro PickupBankItem(bankindex); How did u get your transport runes unbounded - depends this on a server? I'...
by wizzyslo
Sun Jun 05, 2011 5:32 am
Forum: Runes of Magic
Topic: Arcane Transmutor
Replies: 9
Views: 3013

Re: Arcane Transmutor

Friend give me idea to detect by lvl. All unbind items lvl 60+ are t4 but didnt find any way how to detect that or if i find all itemsID make a list and then using those IDs.
by wizzyslo
Sun Jun 05, 2011 3:51 am
Forum: Runes of Magic
Topic: Arcane Transmutor
Replies: 9
Views: 3013

Re: Arcane Transmutor

At the momen I done with macro works pritty good and much fuster then with my hands but can be problem. If I make miskate at start with sanding items in correct sequence bot will 100% fail. Your solution is pritty good but I need to find way how with "inventory:findItem" can find random t4...
by wizzyslo
Sat Jun 04, 2011 4:58 pm
Forum: Runes of Magic
Topic: Arcane Transmutor
Replies: 9
Views: 3013

Re: Arcane Transmutor

I found macro for it.

Code: Select all

MagicBoxFrameOkayButton_OnClick()