grml.. createpath.lua?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Rumgebottet
Posts: 1
Joined: Tue Jul 20, 2010 10:54 am

grml.. createpath.lua?

#1 Post by Rumgebottet »

hi,

my prob is everytime i start the rom/createpath.lua id dosn´t work.

scripts\rom/createpath.lua:4: ...p/micro/micromacro/scripts/rom/classes/inventory.lua:1: ...micro/micromacro/scripts/rom/classes/memorytable.lua:4: attempt to call global 'getProc' (a nil value)

need help plz :(
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: grml.. createpath.lua?

#2 Post by rock5 »

Rumgebottet wrote:hi,

my prob is everytime i start the rom/createpath.lua id dosn´t work.

scripts\rom/createpath.lua:4: ...p/micro/micromacro/scripts/rom/classes/inventory.lua:1: ...micro/micromacro/scripts/rom/classes/memorytable.lua:4: attempt to call global 'getProc' (a nil value)

need help plz :(
You're right.

Probably they were concentrating on the main functionality and didn't check createpath. I'm sure they will fix it soon.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
VoidMain
Posts: 187
Joined: Wed Apr 21, 2010 12:21 pm

Re: grml.. createpath.lua?

#3 Post by VoidMain »

rock5 wrote:
Rumgebottet wrote:hi,

my prob is everytime i start the rom/createpath.lua id dosn´t work.

scripts\rom/createpath.lua:4: ...p/micro/micromacro/scripts/rom/classes/inventory.lua:1: ...micro/micromacro/scripts/rom/classes/memorytable.lua:4: attempt to call global 'getProc' (a nil value)

need help plz :(
You're right.

Probably they were concentrating on the main functionality and didn't check createpath. I'm sure they will fix it soon.
Hhhmmm, i don't even know why createpath uses inventory, you can safely change

Code: Select all

include("classes/inventory.lua");
to

Code: Select all

-- include("classes/inventory.lua");
at line 4 of createpath.lua
Post Reply