Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 05-08-2008, 12:51 AM   #1 (permalink)
Lurker
 
Join Date: Jan 2008
Age: 19
Posts: 2
Default RP shard

i'm a complete noob in scripting, but I'm trying to start an RP shard in RunUO... i have 2 scripters ready to start, but i'm completely lost in all of this scripting thing, so i wanted some help if u can

Can u point me some useful custom scripts for a rp shard? For example
- A simple and easily customizable race/class system
- Hunger, death system (one wit a limited number of deaths, faints, etc)
- Some kind of recognition system (something that hides the char X true name, and another char Y can only see over X head the name that he presented himself, like a tag or something)*

*this last one is hard to explain, but worked pretty well in one rp shard that I played

and another simple question, is RunUO a good emulator for rp shards?

thx for any reply
Eldask is offline   Reply With Quote
Old 05-08-2008, 04:09 AM   #2 (permalink)
Forum Expert
 
Hammerhand's Avatar
 
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,308
Default

Do searches in custom script submissions. I think you'll find pretty much everything you need in there. And the RP part more depends on the players. Ultima is good for it, yes, but its the players that make it happen.
Do searches for Race, Hunger, Incognito, things like that.
__________________
May you have the strength of eagles' wings,
the faith and courage to fly to new heights,
and the wisdom of the universe to carry you there.
Hammerhand is offline   Reply With Quote
Old 05-08-2008, 08:44 AM   #3 (permalink)
Forum Novice
 
Join Date: Feb 2007
Location: Tennessee - Big Orange Country
Age: 37
Posts: 125
Default

These might be close to what you're looking for:

Incognito Robe

http://www.runuo.com/forums/custom-s...ss-system.html
Jasonntn is offline   Reply With Quote
Old 05-08-2008, 09:18 AM   #4 (permalink)
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 41
Posts: 1,422
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

Quote:
Originally Posted by Eldask View Post
... i have 2 scripters ready to start...

- Some kind of recognition system (something that hides the char X true name, and another char Y can only see over X head the name that he presented himself, like a tag or something)*

*this last one is hard to explain, but worked pretty well in one rp shard that I played
I would advise your scripters to think about a way to modify PlayerMobile. It should be possible. These are the methods you would need to override to create the desired effect:

SendPropertiesTo
OnAosSingleClick
AddNameProperties
GetProperties
OnSingleClick
DoSpeech
OnSaid
HandlesOnSpeech
OnSpeech

You might also want to modify the NameHue, TitleHue, and also look at the scripts Titles.cs and Notoriety.cs.
Lokai is offline   Reply With Quote
Old 05-08-2008, 09:27 AM   #5 (permalink)
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 41
Posts: 1,422
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

Quote:
Originally Posted by Jasonntn View Post
These might be close to what you're looking for:

Incognito Robe

http://www.runuo.com/forums/custom-s...ss-system.html
My Race/Class system is customizable, but I wouldn't call it EASY by any means. My system requires HEAVY modifications in order to fully implement it. Almost none of the new skills are coded yet. I would love to see someone put it into production, but I have yet to hear from anyone who has taken on the project. (I am still waiting...) That reminds me, I should probably find out if anyone has made any progress on that.
Lokai is offline   Reply With Quote
Old 05-08-2008, 06:09 PM   #6 (permalink)
Lurker
 
Join Date: Jan 2008
Age: 19
Posts: 2
Talking

thank u all for replying...

well, I'll try to browse again for the custom scripts, but the only problem that i've found is that all the classes n race system are too complex for me (btw, great script lokai, but it's really too complex and changes lots of game mechanisms, and i'm afraid that we'll not be able to deal with this)

the class and race system will be something extremely easy, maybe even without a class, but only with some kind of skill choosing at the creation, like "i'd like to make a thief, só stealing+snooping+hiding+stealth+poisoning+fencing ", something simples like this, and the race will only modify stats caps, like 130 STR, 70 DEX and 50 INT for orcs, for example... I think a very simple script will do

and about the "recognition", I have a script for sphere, if u want to take a look i can post it here only for u to understand how does it works and maybe adapt it to runUO for public use =)

So I'll give a simple explanation
1º No one can see the name of others chars, when you look to one appears like this "Human - Unknown"
2º U have a command, like for example, .rec that gives u a target, and when targeting another char u can write his name, some kind of tag, whatever u want to help u recognize it later, like "Human - Motherfucker who killed my dog" or "Human - Chuck Norris"
3º When somebody uses any item that cover the face, the character, even if you already know him, appears as "Human - Unknown"

and like hammerhand posted, rp shards are player made, that's why i'm saying to the others gms to calm down and make the shard simplier, using lots of default UO systems, so i'm trying to make it in runUO because it's much more developed concerning deafult systems than sphere, for example

but anyway, i'll browse some of the customs again
Eldask is offline   Reply With Quote
Old 05-10-2008, 07:23 AM   #7 (permalink)
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 41
Posts: 1,422
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

Quote:
Originally Posted by Eldask View Post
thank u all for replying...

well, I'll try to browse again for the custom scripts, but the only problem that i've found is that all the classes n race system are too complex for me (btw, great script lokai, but it's really too complex and changes lots of game mechanisms, and i'm afraid that we'll not be able to deal with this)

the class and race system will be something extremely easy, maybe even without a class, but only with some kind of skill choosing at the creation, like "i'd like to make a thief, só stealing+snooping+hiding+stealth+poisoning+fencing ", something simples like this, and the race will only modify stats caps, like 130 STR, 70 DEX and 50 INT for orcs, for example... I think a very simple script will do
I think you are correct. I know several shards have used my Advanced Player Gates with some success, you might have a look at those. Pretty straight-forward, and require no scripting. All customization is done by your GMs in game using an easy gump or [props.
Lokai is offline   Reply With Quote
Reply

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 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5