Search found 7 matches
- Tue Sep 17, 2013 11:45 am
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
Thank you all been working on, you can close
- Tue Sep 17, 2013 10:15 am
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
I downloaded the file and wkeiłem pops up when you start waypoint:Loaded waypoint path ElfDaily.xmlNo return path with default naming ElfDaily_return.xml found.We use the normal waypoint path ElfDaily.xml now.The game client did not crash.5:12 pm - ... p / rombot / rombot / scripts / rom / classes ...
- Mon Sep 16, 2013 3:45 pm
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
I copied and pasted your post to waypoint now such a thing pops up:Loaded waypoint path ElfDaily.xmlNo return path with default naming ElfDaily_return.xml found.We use the normal waypoint path ElfDaily.xml now.haltOnError: falseThe game client did not crash.10:44 pm - ... p / rombot / rombot ...
- Mon Sep 16, 2013 2:54 pm
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>
-- Elf daily script - V1.2 - written by Jandrana
-- thanks to rock5 for help regarding relog
-- relog features requires fastLogin and userfunction_LoginNextChar.lua
-- changes:
-- *if char is not in Valley of Preparation ...
<onLoad>
-- Elf daily script - V1.2 - written by Jandrana
-- thanks to rock5 for help regarding relog
-- relog features requires fastLogin and userfunction_LoginNextChar.lua
-- changes:
-- *if char is not in Valley of Preparation ...
- Mon Sep 16, 2013 2:04 pm
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>
-- Elf daily script - V1.2 - written by Jandrana
-- thanks to rock5 for help regarding relog
-- relog features requires fastLogin and userfunction_LoginNextChar.lua
-- changes:
-- *if char is not in Valley of Preparation ...
<onLoad>
-- Elf daily script - V1.2 - written by Jandrana
-- thanks to rock5 for help regarding relog
-- relog features requires fastLogin and userfunction_LoginNextChar.lua
-- changes:
-- *if char is not in Valley of Preparation ...
- Mon Sep 16, 2013 2:02 pm
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Re: Error elves daily
WPT_FORWARD = 1;
WPT_BACKWARD = 2;
CWaypointList = class(
function(self)
self.Waypoints = {};
self.CurrentWaypoint = 1;
self.LastWaypoint = 1;
self.Direction = WPT_FORWARD;
self.OrigX = player.X;
self.OrigZ = player.Z;
self.Radius = 500;
self.FileName = nil;
self.Mode = "waypoints ...
WPT_BACKWARD = 2;
CWaypointList = class(
function(self)
self.Waypoints = {};
self.CurrentWaypoint = 1;
self.LastWaypoint = 1;
self.Direction = WPT_FORWARD;
self.OrigX = player.X;
self.OrigZ = player.Z;
self.Radius = 500;
self.FileName = nil;
self.Mode = "waypoints ...
- Mon Sep 16, 2013 12:52 pm
- Forum: Runes of Magic
- Topic: Error elves daily
- Replies: 11
- Views: 2977
Error elves daily
Hello:)
After starting waypoint gives me this error what can I do? I do not know
Did not find any crashed game clients.
7:47pm - ...p/rombot/rombot/scripts/rom/classes/waypointlist.lua:83: Failed to c
ompile and run Lua code for waypointlist onLoad event.
After starting waypoint gives me this error what can I do? I do not know
Did not find any crashed game clients.
7:47pm - ...p/rombot/rombot/scripts/rom/classes/waypointlist.lua:83: Failed to c
ompile and run Lua code for waypointlist onLoad event.