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 ...
Search found 5 matches
- Mon Mar 17, 2008 2:27 pm
- Forum: Scripting Help
- Topic: Detecting Player Movement..
- Replies: 5
- Views: 4788
- Mon Mar 17, 2008 5:35 am
- Forum: Scripting Help
- Topic: Detecting Player Movement..
- Replies: 5
- Views: 4788
- 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 ...
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 ...
- Fri Mar 14, 2008 10:36 am
- Forum: General Help (096)
- Topic: Help Creating Britannia 96
- Replies: 2
- Views: 4375
- 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 ...
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 ...