That's my point.CWO wrote:eCompile I think SHOULD catch this one only because this in my opinion seems to be an "out of scope" error
Search found 15 matches
- Mon May 30, 2011 4:37 am
- Forum: General Help (098)
- Topic: Until loop that crashes POL
- Replies: 3
- Views: 25223
Re: Until loop that crashes POL
- Sun May 29, 2011 5:48 am
- Forum: General Help (098)
- Topic: Until loop that crashes POL
- Replies: 3
- Views: 25223
Until loop that crashes POL
Hello,
I can't post do a Bugs section, can I?
There's code that crashes my POL098.1-2009-06-24:
I think ECompile shouldn't allow to compile this.
I can't post do a Bugs section, can I?
There's code that crashes my POL098.1-2009-06-24:
Code: Select all
repeat
var a;
until(a);- Sat Sep 12, 2009 6:53 am
- Forum: POL Tools
- Topic: POL 0.98 eScript.properties file for Scite editor
- Replies: 11
- Views: 36548
- Tue Feb 26, 2008 12:27 pm
- Forum: Bug Reports (097)
- Topic: Running 97 RC5 on UNIX - solution
- Replies: 1
- Views: 24587
Running 97 RC5 on UNIX - solution
I tried set up POL on few machines with UNIX, and RC5 runs on Gentoo only! It's really bad, because Gentoo isn't used on servers.
But today my friend found a solution. Every version of POL (for Windows) runs pretty well on wine.
It's probably only way to run it on most of UNIXs.
But today my friend found a solution. Every version of POL (for Windows) runs pretty well on wine.
- Fri Feb 08, 2008 10:52 am
- Forum: Contributed Scripts & Packages
- Topic: Scite eScript properties file for POL 0.97
- Replies: 10
- Views: 12000
- Fri Aug 31, 2007 3:28 pm
- Forum: Bug Reports (097)
- Topic: 097 RC5 Linux - ecompile and pol don't work
- Replies: 3
- Views: 6080
- Fri Aug 31, 2007 12:42 pm
- Forum: Bug Reports (097)
- Topic: 097 RC5 Linux - ecompile and pol don't work
- Replies: 3
- Views: 6080
097 RC5 Linux - ecompile and pol don't work
After update from RC3-rebuild to RC4 or RC5 I have some serious froblems.
:arrow: I can't compile any file, ecompile always returns error:
>"/home/naglfar/st/scripts/ecompile" mathtest.src
EScript Compiler v>Exit code: 0 Signal: 4
naglfar@666:~/st/scripts$ ./ecompile
EScript Compiler vBledna ...
:arrow: I can't compile any file, ecompile always returns error:
>"/home/naglfar/st/scripts/ecompile" mathtest.src
EScript Compiler v>Exit code: 0 Signal: 4
naglfar@666:~/st/scripts$ ./ecompile
EScript Compiler vBledna ...
- Thu Aug 30, 2007 7:38 am
- Forum: Contributed Scripts & Packages
- Topic: Text Command: "createroof"
- Replies: 8
- Views: 9781
- Wed Jul 18, 2007 4:00 am
- Forum: General Discussion
- Topic: bug in include :attributes:vitals
- Replies: 1
- Views: 3989
bug in include :attributes:vitals
Functions used in this file are in vitals.em, while it uses only uo.em and os.em.
- Wed Jul 18, 2007 3:20 am
- Forum: Contributed Scripts & Packages
- Topic: Scite eScript properties file for POL 0.97
- Replies: 10
- Views: 12000
- Thu May 10, 2007 2:58 pm
- Forum: Bug Reports (097)
- Topic: Poll 097 [ FreeBSD] and WebServer
- Replies: 4
- Views: 5194
- Sun Apr 22, 2007 2:48 am
- Forum: Contributed Scripts & Packages
- Topic: Tooltip Packethook [0xD6]
- Replies: 23
- Views: 37640
- Sun Apr 15, 2007 7:09 am
- Forum: Scripting Help
- Topic: Distance() for coordinates only?
- Replies: 2
- Views: 3029
- Sun Apr 15, 2007 5:41 am
- Forum: Scripting Help
- Topic: Distance() for coordinates only?
- Replies: 2
- Views: 3029
Distance() for coordinates only?
I need to calculate distance between MOBILE and STATIC in some scripts, so I can't use Distace() function, because it calculates only distance between two objects. (Solution is to put a coin item at location of static, chceck Distance(), and remove the coin... But this is a lot of additional ...
- Mon Apr 09, 2007 6:33 am
- Forum: Old distros
- Topic: [distro 097] bug in spawner
- Replies: 2
- Views: 5472
[distro 097] bug in spawner
Spawner doesn't spawn because of bug at line 27 in
\pkg\systems\spawnSystem\engines\itemFill\spawnCycle.src
and
\pkg\systems\spawnSystem\engines\npcFill\spawnCycle.src
var max_amt := GetConfigInt(group_settings, "max_amt");
Should be replaced with:
var max_amt := CInt(group_settings.max ...
\pkg\systems\spawnSystem\engines\itemFill\spawnCycle.src
and
\pkg\systems\spawnSystem\engines\npcFill\spawnCycle.src
var max_amt := GetConfigInt(group_settings, "max_amt");
Should be replaced with:
var max_amt := CInt(group_settings.max ...