Search found 11 matches

by lolilol666
Thu Nov 05, 2020 2:20 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238368

Re: Rock5's Mail Mods

Hello,

I try to use Mail mod,

But i Have this error :
2020-11-05 20:15:19 - ...cripts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:57: attempt to concatenate local 'slotid' (a nil value)

When I use this

Code: Select all

UMM_SendByRange("Charaname", 61, 240)
Do you know why?

Best regards
by lolilol666
Tue Aug 04, 2020 3:08 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 254105

Re: Version 7.4.0.2897 progress

Hello,

Can you tell me if when you start andortraining the bot only does one wave, then say the event is over. he tries to talk to the NPC while the second wave is launched.

Any ideas?
by lolilol666
Mon May 18, 2020 5:45 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Re: Function changechar doesn't work

Hello, I modified as shown in the screenshot, I still have the message at the end ( but my bot running all the wapyoint #1-#35, it' stop when I call the function): 2020-05-18 12:40:07 - C:\Users\Admin\Desktop\mai\scripts\rom\/bot.lua:1001: Failed to compile and run Lua code for waypoint #1 The only ...
by lolilol666
Sun May 17, 2020 8:47 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Re: Function changechar doesn't work

Hello,

I also added them, but i got the same error.
by lolilol666
Tue May 12, 2020 5:04 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Re: Function changechar doesn't work

Little update : I remove userfunction Gotoguild. Now : i get this : 2020-05-11 07:11:18 - C:\Users\Admin\Desktop\mai\scripts\rom\/bot.lua:1001: Failed to compile and run Lua code for waypoint #1 To call the function checkrelog, I put this between waypoints: When_Finished == "relog"; It's o...
by lolilol666
Fri May 08, 2020 6:03 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Re: Function changechar doesn't work

Unfortunately, I do not have an unbound account.

If anyone can try to make point 3 work, I thank them :)
by lolilol666
Thu May 07, 2020 3:57 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Re: Function changechar doesn't work

Hello Onche, Thank's you for your repply ! In the cases listed, I am at point 3. As you say, it needs tweaking, but I clearly don't have the skills to do it. If people have time to watch, I thank them in advance. in your case, do you have scripts which ask for the connection of the next character an...
by lolilol666
Wed May 06, 2020 7:41 am
Forum: Runes of Magic
Topic: Function changechar doesn't work
Replies: 11
Views: 4195

Function changechar doesn't work

Hello everyone, I created a script that works well from start to end. When I added the section onload below,I got the same thing at this post : https://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=5782&hilit=grow&start=20 I got this : Loaded waypoint path drill.xml No return path with...
by lolilol666
Tue May 05, 2020 5:16 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 254105

Re: Version 7.4.0.2897 progress

Thank's for the Answer. I add quote but it doesn't work. 2020-05-05 12:09:56 - ...Admin/Desktop/April/scripts/rom/classes/waypointlist.lua:84: Failed to compile and run Lua code for waypointlist onLoad event. My waypoint : When_Finished = "relog" function checkRelog() if When_Finished == &...
by lolilol666
Mon May 04, 2020 5:30 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 254105

Re: Version 7.4.0.2897 progress

Edit : it say : Recorded [# 1] target/dialog NPC <UNKNOWN>, Press 3 (PAVE NUM.) to save and quit in the waypoint : player:target_NPC(-1) -- <UNKNOWN> If i put: player:target_NPC(112898) it doesen't work Is what you're trying to select an actual NPC, or is it an object? If it is an NPC, then you sho...
by lolilol666
Sun May 03, 2020 5:19 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 254105

Re: Version 7.4.0.2897 progress

Hi, First of all, thank you for the huge job provided since five month :) I have a small question : I updated the files via the link of the 1st message. Since, when I create a waypoint and want to select the drill ground, it tells me that it's unknown, even if I add his ID manually (112898). Anyone ...