Search found 14 matches

by smike47
Tue Jan 11, 2011 7:29 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

correct. Thank you rock5
by smike47
Tue Jan 11, 2011 5:48 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

rock5....

It prints out :

Sending items to XXX...
181
...ts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:204: attempt to index lo
cal 'slotitem' (a nil value)



181 is the error.

Also, "self.MaxSlots = 240" is not in the asson_Rock5 file at all.

So i'm assuming its having a problem with ...
by smike47
Tue Jan 11, 2011 9:25 am
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

Please reread my last post, the last bit. I told you what you can try. Also you didn't answer my question if you edited inventory.lua? I suspect not but it's good to be thorough.

You've mentioned "never actually types the Alt Characters name" twice now. The reason it doesn't enter the name is ...
by smike47
Mon Jan 10, 2011 11:51 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

I have the latest version of everything. No errors up to that point. My mailbox is already opened before it gets to the script to send the item. It highlights the item, but never actually types the Alt Characters name. Let me know what you think I can try.
by smike47
Mon Jan 10, 2011 10:34 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

So it highlights the item before getting the error? That implies the error is with the range. Does it highlight the correct item? Did you change the UMM_FromSlot or UMM_ToSlot at the beginning of the file? Have you ever edited inventory.lua line 12?


Yeah, it highlights the right it item. I haven't ...
by smike47
Mon Jan 10, 2011 10:01 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

Using micromacro, modified Ultimate Mail Mod addon with Version 1.52 addon_Rock5s_Mail_Functions.lua

I get no operations errors. I've restarted the PC as well. The bot harvests 20 of the items, then tries to send using the convenient mailbox. However i notice it never types in the name of who i'm ...
by smike47
Mon Jan 10, 2011 9:35 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

still failing with the nil value problem
by smike47
Mon Jan 10, 2011 9:25 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

Still and error:


moving to waypoint #18, <-1124, 22433>
Sending items to XXX
...ts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:204: attempt to index local 'slotitem' <a nil value>


Rock, thanks for helping man.

edit. I do if its the one in the main thread "Attachment:
File comment ...
by smike47
Mon Jan 10, 2011 8:58 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

Yeah, i finally got it... and it starts to work... however now i get:


Sending items to XXX...
...ts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:204: attempt to index lo
cal 'slotitem' (a nil value)


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script ...
by smike47
Mon Jan 10, 2011 8:31 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox


<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 17 --><waypoint x="-11235" z="22618">player:target_Object("Volcanic Mud", 6000, false, false) </waypoint>
<!-- # 18 --><waypoint x="-11235" z="22618">UMM_SendByNameOrId ("XXX", "Flaming Volcanic Mud")

</waypoint>
</waypoints>


Is my ...
by smike47
Mon Jan 10, 2011 8:20 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

So should it look like this? If not, then im not following where that command should fall... in my waypoint file or in my characterprofile.xml in the onload section?
by smike47
Mon Jan 10, 2011 8:08 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

Correct.. its Gigantic. But not a problem if i'm just farming mud. However, its not sending to my character. it seems to completely skip that part. No errors or anything. It just continues to waypoint 1.

UMM_SendByNameOrId ("XXX", {Flaming Volcanic Mud}

is how its listed, with my alts name as "XXX ...
by smike47
Mon Jan 10, 2011 7:53 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Re: Help with volcanic mud and mailbox

thanks for the quick response...

" don't forget to put any code in code tags"
- What do you mean? Was i already missing a code tag?


"an error message would be helpful"
I incorrectly inserted the code to send mail before ending waypoint #18. Fixed that. now just trying to get it to send to my alt ...
by smike47
Mon Jan 10, 2011 7:24 pm
Forum: Runes of Magic
Topic: Help with volcanic mud and mailbox
Replies: 25
Views: 3696

Help with volcanic mud and mailbox

Trying to farm the 20 items for the quest, use my convenient mailbox, send to my alt, then continue harvesting. I've loaded the two addons from rock5 from http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=1561 but whenever my waypoint file finishes farming at point 18 it errors out. The mailbox ...