Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 11-23-2005, 12:11 AM   #1 (permalink)
Account Terminated
 
Join Date: Sep 2004
Location: westvirginia
Age: 30
Posts: 535
Send a message via AIM to masternightmage Send a message via MSN to masternightmage Send a message via Yahoo to masternightmage
Default New Sex Change Deed ( With Gump )

This was someone elses sex change deed that I mod. alot to make a nice little gump for!

I didnt do alot of the coding for the change of sex but the rest is mine! I did however change this persons code a little to get it to work with the switch/case method for the gump!





Try this out, and tell me what you think!!

Edit: Fixed if you get or got this error!
Code:
- Warning: Scripts\Customs\tobuy\SexChangeDeed.cs: CS0162: (line 84, column 7)
Unreachable code detected
Attached Files
File Type: cs SexChangeDeed.cs (2.8 KB, 368 views)
masternightmage is offline  
Old 11-23-2005, 01:32 AM   #2 (permalink)
 
Join Date: Oct 2005
Posts: 169
Default

Supposed to be tattooed like that?
Ajantis is offline  
Old 11-23-2005, 07:55 AM   #3 (permalink)
Account Terminated
 
Join Date: Sep 2004
Location: westvirginia
Age: 30
Posts: 535
Send a message via AIM to masternightmage Send a message via MSN to masternightmage Send a message via Yahoo to masternightmage
Default

No it is just in the gump!

I only used tatoo chars so people see the gump and say HEY I WANT THAT! heheh false advertizing lol
masternightmage is offline  
Old 11-23-2005, 08:05 AM   #4 (permalink)
Forum Expert
 
Viago's Avatar
 
Join Date: Jun 2004
Location: Maine, USA
Age: 25
Posts: 2,703
Send a message via ICQ to Viago Send a message via AIM to Viago Send a message via MSN to Viago Send a message via Yahoo to Viago
Default

i wonerd if you know how to uses if statemnts within a gump. like if thier female the only show the change to male, and vice verso.


though, i whould imagine such a "chage" whould hurt in such a time ....*sudders at the thought*

anyways having a chick char is easyer, you can whear anything really. but then if your a guy, it dont reallly look good, unless your role playing lol.

good job though. youll get better.
Viago is offline  
Old 11-23-2005, 08:21 AM   #5 (permalink)
 
Join Date: Jun 2004
Age: 22
Posts: 173
Default

Oh nice addon to my script =] But I fail to see the part where if you are a male you wanne become male again and waste your deed hehe
__________________
Treasures of Tokuno 1.1
Zero_X is offline  
Old 11-23-2005, 09:52 AM   #6 (permalink)
Account Terminated
 
Join Date: Sep 2004
Location: westvirginia
Age: 30
Posts: 535
Send a message via AIM to masternightmage Send a message via MSN to masternightmage Send a message via Yahoo to masternightmage
Default

Quote:
Originally Posted by Zero_X
Oh nice addon to my script =] But I fail to see the part where if you are a male you wanne become male again and waste your deed hehe
HAHAHa, If a player cant tell what sex they are then they have a problem lol!

Yes this was from Zero_x own deed here is the link if people want the regular with no gump!
I need help with Hues..

Thanks for the code Zero_x
masternightmage is offline  
Old 11-23-2005, 07:29 PM   #7 (permalink)
Forum Novice
 
Peoharen's Avatar
 
Join Date: Dec 2004
Location: USA
Age: 24
Posts: 911
Send a message via Yahoo to Peoharen
Default

Handy, now all the newbs can become a female when they find out osi Discriminates aganst males.
Well look at it.
Semidar, reflects all damage by males, deals more dmaage to males.
Males cannot wear female plate. but females can wear a plate tunic...
Choosing female nets you a few more items and a easyier champ.
Hmm we need a Hemidar.

Hemidar: reflects all magic from females. and deals more damage to them.
50% chance Hemidar will replace Semidar at the champ spawn.

Hmm I like the idea. *runs off and scripts it*
Peoharen is offline  
Old 11-24-2005, 12:12 AM   #8 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

hi there. i got this error when i put this script in. can anyone help. great pic. love the tatoo's. i want me body like that. u should do a skin one. that would rule. also. a title deed. where a player can chose a title. from a deed in a gump.
anyway my error.
thanks again

Code:
 - Warning: Scripts\Customs\tobuy\SexChangeDeed.cs: CS0162: (line 84, column 7)
Unreachable code detected
WonderlandADnc is offline  
Old 11-24-2005, 02:18 AM   #9 (permalink)
Forum Expert
 
Packer898's Avatar
 
Join Date: Dec 2004
Location: Tulsa, Oklahoma
Age: 35
Posts: 2,378
Send a message via ICQ to Packer898 Send a message via MSN to Packer898
Default

Quote:
Originally Posted by WonderlandADnc
hi there. i got this error when i put this script in. can anyone help. great pic. love the tatoo's. i want me body like that. u should do a skin one. that would rule. also. a title deed. where a player can chose a title. from a deed in a gump.
anyway my error.
thanks again

Code:
 - Warning: Scripts\Customs\tobuy\SexChangeDeed.cs: CS0162: (line 84, column 7)
Unreachable code detected
That is a warning not an error. A warning will not stop the compiler. You obviously have something else that is giving you an error. The warning isnt that important but I would suggest fixing it regardless.

Code:
						case 0: return;
						break;
There is no reason for the return and the break. Obviously it the return is executed it will never reach the break. Remove one or change the gump case statements to include a cancel button.
Packer898 is offline  
Old 11-24-2005, 03:12 AM   #10 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

ok ill give it ago. thanks
WonderlandADnc is offline  
Old 12-01-2005, 04:49 AM   #11 (permalink)
Account Terminated
 
Join Date: Sep 2004
Location: westvirginia
Age: 30
Posts: 535
Send a message via AIM to masternightmage Send a message via MSN to masternightmage Send a message via Yahoo to masternightmage
Default

TY for liking this!
masternightmage is offline  
Old 12-02-2005, 12:25 PM   #12 (permalink)
Forum Expert
 
Sparkin's Avatar
 
Join Date: Dec 2005
Location: Missouri , USA
Age: 38
Posts: 256
Default Nice Script

Nice Script thanks fr sharing this

Sparkin
Sparkin is offline  
Old 12-02-2005, 08:39 PM   #13 (permalink)
Account Terminated
 
Join Date: Nov 2005
Location: Effingham, Il
Age: 16
Posts: 50
Send a message via ICQ to Teh Gamer Send a message via AIM to Teh Gamer Send a message via MSN to Teh Gamer
Default

I altered mine to change from male/female to a gargoyle (755)
Teh Gamer is offline  
Old 12-05-2005, 12:32 PM   #14 (permalink)
 
Join Date: Jun 2004
Age: 22
Posts: 173
Default

Quote:
Originally Posted by masternightmage
HAHAHa, If a player cant tell what sex they are then they have a problem lol!

Yes this was from Zero_x own deed here is the link if people want the regular with no gump!
I need help with Hues..

Thanks for the code Zero_x
I think you failed to see my point...

If you are a male, why do you want to have a gump to choose between male and female, if you choose male nothing will change... ;\
__________________
Treasures of Tokuno 1.1
Zero_X is offline  
Old 12-05-2005, 08:35 PM   #15 (permalink)
Account Terminated
 
Join Date: Sep 2004
Location: westvirginia
Age: 30
Posts: 535
Send a message via AIM to masternightmage Send a message via MSN to masternightmage Send a message via Yahoo to masternightmage
Default

Very True!!

What I'll do is make it so when you are male you see the Female button only and if your female you see the male button only.

Any other idea I would love to hear them I am up for the challange!

Thanks for advice Zero_X
masternightmage is offline  
Old 01-02-2006, 02:30 PM   #16 (permalink)
Smo
Forum Novice
 
Join Date: Jan 2004
Location: Steubenville, Ohio, United States
Age: 18
Posts: 841
Send a message via ICQ to Smo Send a message via AIM to Smo Send a message via MSN to Smo Send a message via Yahoo to Smo
Default

i love the savage kin paint in uo 3d ont hat gump right there... so classic its real nice
__________________

www.myspace.com/smo360
Quote:
Originally Posted by Ryan View Post
Thanks for playing... now go die in a fucking fire prick.
Smo is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5