Code: Select all
<waypoint x="-3463" z="-34534">
if( player.Level > 15 ) then
load_paths("travel1");
end;
</waypoint>
Code: Select all
[string "..."]:4: attempt to call global 'load_paths' (a nil value)Code: Select all
<waypoint x="-3463" z="-34534">
if( player.Level > 15 ) then
load_paths("travel1");
end;
</waypoint>
Code: Select all
[string "..."]:4: attempt to call global 'load_paths' (a nil value)You don't have the function 'load_paths()'. Means you have the wrong bot version. Just download it here or make a SVN update.CrazyGuy wrote:which gives me the error:i have a path called travel1.xml in the waypoints folder so not sure why it says its a nil valueCode: Select all
[string "..."]:4: attempt to call global 'load_paths' (a nil value)
Users browsing this forum: No registered users and 1 guest