|
||
|
|
#1 (permalink) |
|
Join Date: Dec 2003
Location: DUBAyou.com
Posts: 61
|
Summary:
My friend and i where looking at our old sphere server and ran across a hooker scipt i made a few years back. well i decied to update it on out new runuo shard. So here it is my hooker script. reall fun to have wondering around brit. just check it out. it also gives a bless effect for 75ish seconds Description: now this is just the first release. theres more i got planed Installation: drop into ur custom folder and thats it |
|
|
|
|
|
#5 (permalink) |
|
Join Date: Dec 2003
Location: DUBAyou.com
Posts: 61
|
for a little improvment add
Code:
int newX = m_From.X + 1; int newY = m_From.Y - 1; Point3D spot = new Point3D( newX, newY, m_Mobile.Z ); m_Mobile.SetLocation( spot ,true ); m_From.Animate( 12, 5, 2, true, true, 0 ); m_Mobile.Animate( 11, 5, 2, true, true, 0 ); |
|
|
|
|
|
#8 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
|
#10 (permalink) |
|
Forum Expert
|
Okay, I know this was posted a while ago, but I thought that it might be cool to add a little twist to the hooker. I can not script it, being that I suck at it; but maybe somebody else could add it in. How about doing a random poisoning or something and saying that you caught some funk? I was just thinking and thought it would be funny as hell, but then again I am twisted like that.
|
|
|
|
|
|
#12 (permalink) |
|
Forum Expert
|
Yeah, that would be cool. I tried to edit it out, but my results had some stupid side effects like:
1. when I made hooker poison, she would turn gray and guards would kill her. 2. people would die right off, when I was trying to just do DP on them. and 3. they were "blessed wth poison" I just suck at doing custom scripts though. I can do some basic repairs, but that is about it. |
|
|
|
|
|
#17 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
|
#20 (permalink) | |
|
Quote:
I don't know why but the animation dowsn't look right... if i don't make this changes my char "rides" but not on the hooker, which stands aside and when I make those changes it looks like they fight each other... but I want the hooker to lie on her back (on hight 3) and let my char ride (anim 23) on her, just can't let the hooker stay lying on her back until the riding anim is finished ![]() maybe anyone can help me? |
||
|
|
|
|
|
#25 (permalink) |
|
Forum Novice
Join Date: Mar 2003
Location: Canada, eh?
Age: 23
Posts: 466
|
Code:
int newX = m_From.X + 1; int newY = m_From.Y - 1; Point3D spot = new Point3D( newX, newY, m_Mobile.Z ); m_Mobile.SetLocation( spot ,true ); Code:
int newX = m_From.X + 1; int newY = m_From.Y - 1; int newZ - m_From.Z + 3; Point3D spot = new Point3D( newX, newY, newZ); m_Mobile.SetLocation( spot ,true ); And bzk, there's nothing wrong with an old script topic being raised again, as long as it's relevent. It's not like he was grounging around, and posted a "Nice script man!" on a 3 month old post.
__________________
Tylius Dragon --==(UDIC)==-- |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|