Search found 33 matches

by buchaneer
Tue Sep 09, 2014 10:43 am
Forum: Runes of Magic
Topic: Scanning for NPCs in range
Replies: 16
Views: 4255

Re: Scanning for NPCs in range

I am trying to acquire and use Pots from the Housemaids who all have different names and ID's for each of my characters. I have copied and pasted the code into a waypoint and modified the name of the action from "CNKTHoward" (nice work by the way :)). This code seems ideal and succesfully ...
by buchaneer
Sat Aug 02, 2014 1:53 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

"To err is Human" just goes to show you are human and a good man. It works perfectly and has fixed the game closure issue to boot. Many thbnks Rock5 :D
by buchaneer
Sat Aug 02, 2014 5:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Hi Rock5, This is the insertion I made into Daily.xml (password modified for obvious reasons) function buycharges() guid = FindItemShopGUID(202928,"coin",1) -- "10 Arcane Transmutor Charges" BuyFromItemShop(guid, "romiscool") and this is the error message as a result Qu...
by buchaneer
Fri Aug 01, 2014 7:20 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

That would be great!

You might want to test the game shutdown while buying AT charges during the Daily.xml on the Isiltir Server..I do not know if other Servers are affected. :?
by buchaneer
Fri Aug 01, 2014 4:33 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

I had noticed that the AT charge ID was changing weekly which is a pain but easily sorted however, as of yesterday the Game shuts down when buying AT charges. I thought this might be a standalone issue with the problems RoM was having with its Servers. Today the problem continues. I get the followin...
by buchaneer
Sat Jul 05, 2014 5:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

@Eggman1414 A couple of "fine tuning" observations: 1.) After finishing buying belts in Wailingfjord > Recall to Reiffort > Snoop to Varanas > Lieve to Lower city West; the following waypoint is initiated: <!-- # 137 --><waypoint x="-9882" z="2264" tag = "Mailbox_T...
by buchaneer
Sat Jul 05, 2014 4:40 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Now that you have pointed it out..it seems obvious. :oops: I am one of those Bears that need handholding at every turn.

Corrected and now it works. Many thanks Rock5 you are the best :D
by buchaneer
Fri Jul 04, 2014 6:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

I have only changed those parts where a change has been intended. However, I might have done this incorrectly as shown below :| userfuntion_LoginNextCharacter.lua local charList = {} local CharacterLoadCount = 1 local RestartClientInterval = 0 -- Restarts client after this many character changes. 0 ...
by buchaneer
Thu Jul 03, 2014 1:06 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Well..I installed the latest Stable release v1.04.167. The same problem exists but with different lines affected. The game client did not crash. 2014-07-03 16:54:46 - ...Live\Games\GBR_eng\Runes Of Magic\micromacro\lib\lib.lu a:491: stack overflow 490 local function global_hotkey_hook(event, line) 4...
by buchaneer
Wed Jul 02, 2014 7:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Many thanks Rock.. I will try this and let you all know how I get on :|
by buchaneer
Wed Jul 02, 2014 4:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

I think my lib.lua is not the same. Tell me what version of micromacro you are using and what's on line 486 of lib.lua. My MM version is 1.04.154 and line 486: 485 local function global_hotkey_hook(event, line) 486: if( keyPressed(key.VK_CONTROL) and keyPressed(key.VK_L) ) then 487: local ah = getA...
by buchaneer
Tue Jul 01, 2014 4:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Sorry, I thought I was being helpful painting the text yellow as in the MM message but, you cannot read it!

Here is the bit in yellow:
2014-07-01 22:23:25 - ...Live\Games\GBR_eng\Runes Of Magic\micromacro\lib\lib.lu
a:486: stack overflow
by buchaneer
Tue Jul 01, 2014 4:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58887

Re: Mana Stone Tier Production Factory Now V2.5 06/08/2014

Hi everyone, I am very new to this (coding) but i am prepared to tinker with it especially when it injects new life into RoM and other games. I have been trying to get this "Mana stone production factory" working and after a few days of tinkering, I have succeded in the most part. However,...