Search found 15 matches

by Naglfar
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

CWO wrote:eCompile I think SHOULD catch this one only because this in my opinion seems to be an "out of scope" error
That's my point.
by Naglfar
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:

Code: Select all

repeat
  var a;
until(a);
I think ECompile shouldn't allow to compile this.
by Naglfar
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. :D It's probably only way to run it on most of UNIXs.
by Naglfar
Fri Feb 08, 2008 10:52 am
Forum: Contributed Scripts & Packages
Topic: Scite eScript properties file for POL 0.97
Replies: 10
Views: 12000

The bug I mentioned is still here.

Line 124 is empty. It makes Scite stop reading the config file there.


----------------


I attach SciTEGlobal.properties and escript.properties modified by me. Just change ecompile directory in escript.properties, then replace files, and everything will work. I ...
by Naglfar
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

I have i686 architecture, so I think RC4 and RC5 should work like previous releases.
by Naglfar
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 ...
by Naglfar
Thu Aug 30, 2007 7:38 am
Forum: Contributed Scripts & Packages
Topic: Text Command: "createroof"
Replies: 8
Views: 9781

Created roofs are very simple, I rarely use this command. But you made great function and gump for moving roof, I used this part of code in many other commands (eg. makeset). Thanks!
by Naglfar
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.
by Naglfar
Wed Jul 18, 2007 3:20 am
Forum: Contributed Scripts & Packages
Topic: Scite eScript properties file for POL 0.97
Replies: 10
Views: 12000

Thanks. :grin:

I had to remove some comments to run this file on latest Scite verion (I didn't try other versions).
by Naglfar
Thu May 10, 2007 2:58 pm
Forum: Bug Reports (097)
Topic: Poll 097 [ FreeBSD] and WebServer
Replies: 4
Views: 5194

I use 097 RC3 running on FreeBSD, webserwer doesn't work too. :(
by Naglfar
Sun Apr 22, 2007 2:48 am
Forum: Contributed Scripts & Packages
Topic: Tooltip Packethook [0xD6]
Replies: 23
Views: 37640

I use core 097 RC3, ML client 5.0.9.1, package starts correctly but i can't see any tooltips.

Does this package work with core 097, ML and latest clientes?
by Naglfar
Sun Apr 15, 2007 7:09 am
Forum: Scripting Help
Topic: Distance() for coordinates only?
Replies: 2
Views: 3029

Next time I should check documentation precisely... Yep, thats what I need, thanks.
by Naglfar
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 ...
by Naglfar
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 ...