Search found 7 matches

by Lad
Mon Feb 25, 2008 12:26 pm
Forum: Bug Reports (097)
Topic: Pol Crash
Replies: 0
Views: 3668

Pol Crash

=== CUT === Build: POL097-2007-08-23 RC5 Coregina (gentoo) Last Script: pkg/items/containers/container/onRemove.ecl PC: 332 Stack Backtrace: [0x8220440] [0xffffe420] [0x81a3bbf] [0x818cbf2] [0x818d26d] [0x81eb93e] [0x81ef466] [0x81ed534] [0x812ebe2] [0x812f649] [0x80f5a64] [0x8224d39] [0x822501b] [...
by Lad
Fri Jul 28, 2006 7:41 am
Forum: Scripting Help
Topic: FindPath problem
Replies: 0
Views: 1673

FindPath problem

I wrote a script which is looking for the paths: function GoByPath(path) var pom; var j; me.use_adjustments := 0; for(j:= 1; j<= path.size(); j := j+1) while(pom := RunTowardLocation(path[j].x, path[j].y)) if (me.x == path[j].x && me.y == path[j].y) break; endif endwhile if(!pom) path := Fin...
by Lad
Tue Jun 20, 2006 9:55 am
Forum: General Help (096)
Topic: Does the POL supports the 3D ?
Replies: 11
Views: 6659

Supposedly, pol 096 operates client 3d without problems but there's a small difference: a player playing on version 3d (without using any programs) is faster than player which is using 2d version - it has been checked many times and in many ways. Is there some possibility to block this ?
by Lad
Sun May 28, 2006 2:34 pm
Forum: Scripting Help
Topic: ToolTips
Replies: 1
Views: 1879

ToolTips

I have Unreal script http://forums.polserver.com/viewtopic.php?t=432 . I added to this script an information about item's hp. Three situations: 1)we go to vendor, say buy and when npc show us list of items we can see extra information 2)when we point on item that is equipped, we have some extra info...
by Lad
Tue May 09, 2006 4:14 pm
Forum: General Help (096)
Topic: Boats and LOS
Replies: 2
Views: 2939

Code: Select all

if ((who.multi).serial != (item.multi).serial) 
it's working, thanx :)
by Lad
Mon May 08, 2006 4:44 pm
Forum: General Help (096)
Topic: Boats and LOS
Replies: 2
Views: 2939

Boats and LOS

khm i will tray describe situation:

we have 2 boats, on first we have player and on 2'nd items:)
player can pick up items from secend boat.. its any way to block this in scripts/packets ? is possible to check los in this action?
by Lad
Sun Feb 05, 2006 3:58 am
Forum: General Help (096)
Topic: Console log?
Replies: 1
Views: 2395

Console log?

Code: Select all

Script pkg/skills/fishing/fishing.ecl: 2243 instr cycles, -5 sleep cycles, 3 seconds elapsed.
Anyone know how can i turn off this ? :)