Search found 5 matches

by DeKiN
Mon Mar 17, 2008 2:27 pm
Forum: Scripting Help
Topic: Detecting Player Movement..
Replies: 5
Views: 4788

What i'm really trying to do is edit spellRestrictions.ini for:
When a person casts a spell he don't get frozen and he can walk "10 - circleSpell" tiles.. If he walk more than that he Loses the concentration..

I'm fighting with the script.. hehe.. If anyone knows how to help me, i would be ...
by DeKiN
Mon Mar 17, 2008 5:35 am
Forum: Scripting Help
Topic: Detecting Player Movement..
Replies: 5
Views: 4788

It's not exactly this but you gave me a light.
What i really wantes is to get the number of tiles walked on a definied period.
This calculate the distance the person moved from a x,y location to a x1,y1 location in X seconds. If the person moved from x,y 5 tiles and returned to x,y before the X ...
by DeKiN
Sun Mar 16, 2008 7:30 am
Forum: Scripting Help
Topic: Detecting Player Movement..
Replies: 5
Views: 4788

Detecting Player Movement..

I was trying to make a counter to know how many tiles a player walked during a X period..

while (p<1100)
beux := me.x;
beuy := me.y;
if(aeux!=beux)
controla := controla+1;
aeux := beux;
endif
if(aeuy!=beuy)
controla := controla+1;
aeuy := beuy;
endif
p := p + 1;
endwhile

Didn't work ...
by DeKiN
Fri Mar 14, 2008 10:36 am
Forum: General Help (096)
Topic: Help Creating Britannia 96
Replies: 2
Views: 4375

Forget this ;P
Problem solved. The problem was not with POL, but with my Ultima Online files.
I was using a patch of a shard and probably it was causing an error while creating the realm.
by DeKiN
Fri Mar 14, 2008 10:04 am
Forum: General Help (096)
Topic: Help Creating Britannia 96
Replies: 2
Views: 4375

Help Creating Britannia 96

I tryed many times to create the Realm, but always i got the same error.

Without running the uoconvert i got this error:
"Error reading configuration file regions/ore.cfg:
Realm not found
Element: Region Background, found on line 144
Server Shutdown: load_resource_cfg
Execution aborted due to ...