PDA

View Full Version : Cant execute scripts



Riiw
12-27-2012, 12:53 PM
Im having a problem that some scripts dosen't load in the Scripter, i try to execute them but they jump back to the inactive ones directly without any error
Im using W7 x64 and on others i get the Error: Faied to open file Forgee.lua

Infernal Bolt
12-27-2012, 02:18 PM
forgee.lua is most likely broken.

Riiw
12-27-2012, 02:38 PM
Is that some file that i need to download or what?

Infernal Bolt
12-27-2012, 02:44 PM
It's a library file you need to have in order for some of the scripts to work, which is kind of pointless if you ask me.
http://forums.xenobot.net/showthread.php?2392

Apoc
12-27-2012, 02:50 PM
Download that forgee.lua and place it in ur scripts folder ...

Riiw
12-27-2012, 04:20 PM
It's a library file you need to have in order for some of the scripts to work, which is kind of pointless if you ask me.
http://forums.xenobot.net/showthread.php?2392

I cant download it? theres only a wall of text

Edit: Nvm figured it out, found the download button

Riiw
12-27-2012, 07:44 PM
I downloaded the forgee file and placed it in scripts folder but i still get the same errors when trying to execute scripts, is it because its still a txt file? and how do i change that?

Abutaka
12-28-2012, 04:40 PM
loadSettings("[Mage] Port Hope Water Elementals", "All")

This line reloads the .XBST file, causing it to close all Lua scripts. What you need to do is remove this line of code, load the .XBST and then load the .LUA. Save the .XBST. Now, when you load the .XBST, it will auto-load the .LUA.

I had same problem, here is the solution.

soul4soul
12-28-2012, 04:49 PM
I downloaded the forgee file and placed it in scripts folder but i still get the same errors when trying to execute scripts, is it because its still a txt file? and how do i change that?
if you can see file extensions right click the file(icon) -> select rename -> change txt to lua. If you dont see file extension go to folders options and make them viewable. Another way is to open forgee.txt using notepad go to file ->save as-> type forgee.lua -> press save


I had same problem, here is the solution.
Its not the same problem.