PenUltima Online

It is currently Tue Oct 07, 2008 8:40 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Gravity (Packethook 0x7, 0x8)
PostPosted: Thu Mar 16, 2006 7:44 am 
Offline

Joined: Sat Feb 04, 2006 9:14 am
Posts: 90
Location: Aman
The source isn't mine... I've made a few fixes for multis and z<0.
works for items placed on other items...

example: bottle on table
If you pick the table the bottle will fall down on the ground


Attachments:
File comment: Gravity system for items
gravity.zip [3.03 KiB]
Downloaded 118 times
Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 16, 2006 3:47 pm 
Offline

Joined: Sat Feb 04, 2006 5:49 pm
Posts: 772
Location: Chicago, IL USA
hehe you should have the bottle shatter into little pieces if you do that too :P :lol:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 16, 2006 6:07 pm 
Offline

Joined: Sat Feb 04, 2006 9:14 am
Posts: 90
Location: Aman
hehehe... yes, but if someone have pillow under the table? :)
or if you have nitro in the bottle??
Code:
foreach item in listitemsnearlocation(bottle.x,bottle.y,bottle.z,20)
destroyitem(item);
//here make some explosion anims :)
endforeach
if (item.multi)
destroymulti(bottle.multi);
endif
destroyitem(bottle);


???:D


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 17, 2006 6:58 am 
Offline

Joined: Fri Feb 03, 2006 9:13 am
Posts: 32
Location: Canada, Quebec
Quote:
explosion anims :)

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 18, 2006 2:16 am 
Offline

Joined: Sat Feb 04, 2006 9:14 am
Posts: 90
Location: Aman
in drop.src should be:
MoveItemToLocation( item, x, y, z );

without forcelocation :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl