Search found 6 matches

by dbagr
Thu Apr 26, 2007 10:04 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

Thanks... but it doesn't work.

I changed the line in the dismountme(who) function:




function dismountme(who)
var mount := GetEquipmentByLayer(who, 25);
me.facing := who.facing;
MoveObjectToLocation( me, master.x, master.y, master.z, master.realm, MOVEOBJECT_FORCELOCATION);
EraseObjProperty ...
by dbagr
Wed Apr 25, 2007 10:00 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

Thanks the both codes for you..

uoconvert.cfg:
LOSOptions
{
UseNoShoot 0
LOSThroughWindows 0
}

StaticOptions
{
MaxStaticsPerBlock 1000
WarningStaticsPerBlock 1000
ShowIllegalGraphicWarning 1
}

TileOptions
{
ShowRoofAndPlatformWarning 1
}

MultiTypes
{
Boats 0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 ...
by dbagr
Wed Apr 25, 2007 9:45 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

FreeSoul wrote:change container to spellbook and add
SpellType Magic
Thanks....it works.

Any Ideas for RIDE ?
by dbagr
Wed Apr 25, 2007 7:26 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

I heve the following in the itemdesc.cfg:
-
Container 0x0EFA
{
Name Spellbook
desc spellbook
OnInsertScript scrollInsert
Gump 0xFFFF
MinX 40
MaxX 60
MinY 20
MaxY 80
Newbie 1
BlocksCastingIfInHand 0
RequiresAttention 0
VendorSellsFor 22
VendorBuysFor 11
weight 1
CanInsertScript ...
by dbagr
Wed Apr 25, 2007 6:27 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

Thanks ...
I tried your suggestion but it didn't work...

Other Ideas ?

Another thing... My SpellBook contains only Clumsy repeated more and more time.

Ciao
by dbagr
Wed Apr 25, 2007 2:19 am
Forum: Bug Reports (097)
Topic: Unable to ride animals
Replies: 11
Views: 13520

Unable to ride animals

Hello people,

I downloaded yesterday the pol-core-097-2007-04-15-RC3-Coregina.zip,
the 097-BasicSetup.zip and 097-Converted.zip all for Windows.

Compiled all scripts and start the POL.

Now I'm unable to ride animals.

Could you help me ?