Search found 9 matches

by wtsiwtf
Thu Jun 06, 2013 1:58 am
Forum: RoM general
Topic: ROMeo's Multihack
Replies: 31
Views: 31191

Re: ROMeo's Multihack

from your above posts I inferred - " C:\Users\V2125~1.PIP\AppData\Local\Temp\Rar$EX00.591\ROMeo's Multihack\ ROMeo's Multihack.exe" is the location - which happens to be a temporary files folder (designated by Windows) and does not have sufficient permissions to execute programs that requi...
by wtsiwtf
Thu Jun 06, 2013 1:41 am
Forum: RoM general
Topic: ROMeo's Multihack
Replies: 31
Views: 31191

Re: ROMeo's Multihack

Are you logged on as an Administrator? if so, is it the default account Windows creates when its installed? Also, what is the location of the executable file (romeo's multihack) in your file system?
by wtsiwtf
Thu Jun 06, 2013 1:03 am
Forum: RoM general
Topic: ROMeo's Multihack
Replies: 31
Views: 31191

Re: ROMeo's Multihack

Extract it, Check the properties of the executable and Unblock it, Run it as Admin
by wtsiwtf
Tue Jun 04, 2013 10:28 pm
Forum: Runes of Magic
Topic: Can Use Simple Repair Hammers on Everything But Head Piece?
Replies: 9
Views: 2090

Re: Can Use Simple Repair Hammers on Everything But Head Pie

To get the slotId, eg. for the HeadSlot you might want to try - /script slotID, _ = GetInventorySlotInfo ("HeadSlot"); DEFAULT_CHAT_FRAME:AddMessage("SlotId = " .. slotID) or SendWarningMsg() or something :) I wrote half of the RoM wiki (functions) ;) which is pretty much why les...
by wtsiwtf
Tue Jun 04, 2013 8:27 am
Forum: Runes of Magic
Topic: Help, Macro/Scrypt
Replies: 8
Views: 2667

Re: Help, Macro/Scrypt

I'll try it on my level 56 pet and let you know asap :lol:
by wtsiwtf
Tue Jun 04, 2013 8:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Event manager
Replies: 3
Views: 1784

Re: Event manager

getLastWarning(message, age) getLastAlert(message, age) Thanks rock! this is a good solution for my requirements. As for the event raising is concerned, it can be made opt-in and/or filtered at OnLoad or custom IGF event. The need for this is to streamline certain player and inventory functions and...
by wtsiwtf
Tue Jun 04, 2013 7:40 am
Forum: Runes of Magic
Topic: Can Use Simple Repair Hammers on Everything But Head Piece?
Replies: 9
Views: 2090

Re: Can Use Simple Repair Hammers on Everything But Head Pie

c.f. RoM API GetInventorySlotInfo() The naming convention is a tad liberal there... slotID, backgroundTexture = GetInventorySlotInfo ( slotName ) slotName can have one of the values - HeadSlot HandsSlot FeetSlot ChestSlot LegsSlot BackSlot WaistSlot ShoulderSlot NecklaceSlot AmmoSlot RangedSlot Ring...
by wtsiwtf
Tue Jun 04, 2013 1:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Event manager
Replies: 3
Views: 1784

Re: Event manager

I'm wondering if any of the authors of rombot would be interested in altering IGF to catch all API events and raise them in the context of rombot. This makes the event programming model synchronous at the expense of being slightly resource intensive, however I'm unsure if Lua's thread-agnosticness w...
by wtsiwtf
Tue Jun 04, 2013 12:54 am
Forum: Runes of Magic
Topic: Can Use Simple Repair Hammers on Everything But Head Piece?
Replies: 9
Views: 2090

Re: Can Use Simple Repair Hammers on Everything But Head Pie

grande wrote:Is "1" not the correct number to use for the head piece?
0 refers to the head slot and 1 is the hands (gloves)...
hth