=== 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 ...
Search found 7 matches
- Mon Feb 25, 2008 12:26 pm
- Forum: Bug Reports (097)
- Topic: Pol Crash
- Replies: 0
- Views: 21988
- Fri Jul 28, 2006 7:41 am
- Forum: Scripting Help
- Topic: FindPath problem
- Replies: 0
- Views: 2261
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 ...
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 ...
- Tue Jun 20, 2006 9:55 am
- Forum: General Help (096)
- Topic: Does the POL supports the 3D ?
- Replies: 11
- Views: 8587
- Sun May 28, 2006 2:34 pm
- Forum: Scripting Help
- Topic: ToolTips
- Replies: 1
- Views: 2331
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 ...
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 ...
- Tue May 09, 2006 4:14 pm
- Forum: General Help (096)
- Topic: Boats and LOS
- Replies: 2
- Views: 3866
Code: Select all
if ((who.multi).serial != (item.multi).serial) - Mon May 08, 2006 4:44 pm
- Forum: General Help (096)
- Topic: Boats and LOS
- Replies: 2
- Views: 3866
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?
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?
- Sun Feb 05, 2006 3:58 am
- Forum: General Help (096)
- Topic: Console log?
- Replies: 1
- Views: 3096
Console log?
Code: Select all
Script pkg/skills/fishing/fishing.ecl: 2243 instr cycles, -5 sleep cycles, 3 seconds elapsed.