Search found 15 matches

by jester
Fri Jan 24, 2014 9:46 am
Forum: RoM general
Topic: Energy of Justice easily earned
Replies: 53
Views: 31975

Re: Energy of Justice easily earned

Is it possible to change the channel means aadona location?
by jester
Mon Sep 23, 2013 11:56 pm
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

Prompt please even such a thing - as of the addon to get a message to the chat group on the number of daily quest?
by jester
Fri Sep 06, 2013 3:31 am
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

On today found a unique solution - an open window with the NPC to do:

Code: Select all

OnClick_QuestListButton(3, 1)
AcceptQuest()
CompleteQuest()
OnClick_QuestListButton(2, 1)
AcceptQuest()
CompleteQuest()
OnClick_QuestListButton(1, 1)
AcceptQuest()
CompleteQuest()
by jester
Mon Sep 02, 2013 8:43 pm
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

lisa wrote:yeah you need a "click" or "press" in order to make macros/addons use skills.
but really make such addon?
by jester
Mon Sep 02, 2013 8:05 am
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

Then what is the difference with the Russian servermo? there I used to pass the quest script from dofile

CastSpellByName("Атаковать") <--("Attack")
OnClick_QuestListButton(1, 1)
AcceptQuest()
CompleteQuest();
OnClick_QuestListButton(1, 1)
CastSpellByName("Атаковать") <--("Attack")
AcceptQuest ...
by jester
Mon Sep 02, 2013 7:11 am
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

Yeah, right. Just this last code after a series of experiments, and is currently trying to run code from an external file by calling its function dofile ()
by jester
Mon Sep 02, 2013 6:10 am
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

Lisa, Your addon works flawlessly!
Here's what I changed it to monitor messages in the group:

-----------Register Events-----------
function madman.OnLoad(this)
SaveVariables("madman_Settings");
this:RegisterEvent("CHAT_MSG_PARTY");
this:RegisterEvent("VARIABLES_LOADED");
this:RegisterEvent ...
by jester
Fri Aug 30, 2013 12:15 am
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Re: Execution of actions when a message

Whisper is visible in the message box, but UseSkill(1,1) fails and the message "Using skill 1" does not appear ...
by jester
Thu Aug 29, 2013 9:49 pm
Forum: Runes of Magic
Topic: Execution of actions when a message
Replies: 13
Views: 5548

Execution of actions when a message

Please help with the code:


function AutoAutoUse_OnLoad(this)
this:RegisterEvent("CHAT_MSG_WHISPER");
DEFAULT_CHAT_FRAME:AddMessage("Addon loaded: AutoUse",0,255,255);
end;

function AutoAutoUse_OnEvent(this, event)
if event == "CHAT_MSG_WHISPER" then
s = arg1; if(string.find( s, "UseIt ...
by jester
Tue Aug 27, 2013 10:19 pm
Forum: Runes of Magic
Topic: Anyone have minigames Waypoints?
Replies: 190
Views: 63202

Re: Anyone have minigames Waypoints?

malatina that Srebropad, chests there you can open 2 times, if you have time to use them again after first opening...
by jester
Tue Aug 27, 2013 8:33 pm
Forum: Runes of Magic
Topic: Anyone have minigames Waypoints?
Replies: 190
Views: 63202

Re: Anyone have minigames Waypoints?

There is a nice little thing - if at the time of opening the chest to have time to use the second cast time, you can get a double reward ... but it would be nice to make it not a bot, and from the script. Or use the boat during manual passage only to open chests? Who has thoughts on this?
by jester
Mon Aug 26, 2013 8:48 pm
Forum: Runes of Magic
Topic: userfunction to addon ?
Replies: 10
Views: 4164

Re: userfunction to addon ?

But what about the complete solution to the others? :)

Now, that there are danomu question on the official forum:

bagid = 1
repeat
local inventoryIndex, icon, name, itemCount, locked, invalid = GetBagItemInfo(bagid)
if itemCount ~= 0 then
PickupBagItem(inventoryIndex)
GCB_GetContributionItem()
if ...
by jester
Wed Aug 14, 2013 12:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Grafu Farm first boss better for R/S !
Replies: 27
Views: 15072

Re: Grafu Farm first boss better for R/S !

my 5 cents - I for solo pharma do not use the second character, and instead of party:


SlashCommand("ILG destroy")
waitForLoadingScreen()
SlashCommand("ILG inv")

use:

RoMScript("SetCameraPosition (0,0,1000000)"); yrest(2000)
repeat yrest(300); player:update(); until not player.Alive ...
by jester
Sun May 13, 2012 9:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: planting like the flintstones
Replies: 41
Views: 20309

Re: planting like the flintstones

I use a file of waypoints:

<?xml version="1.0" encoding="utf-8" ?>
- <waypoints>
- <onLoad>
- <![CDATA[
PlantCare()

sendMacro("}LoginNextToon=true;a={")
sendMacro("Logout();");
waitForLoadingScreen();
loadPaths("plantcare");

]]>
</onLoad>
</waypoints>

I attach a screenshot ...
by jester
Sun May 13, 2012 12:50 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: planting like the flintstones
Replies: 41
Views: 20309

Re: planting like the flintstones

Hi! tried to run the bot on the Russian server, but the function plantcare() does not work ... why?