Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Races.


Killer123
 Share

Recommended Posts

Hi, i was wondering if you had a script or something to make different races, and for each of those races, i want them to spawn at different worlds, but i don't want the classes to mess them up. If that makes sense, any questions about that, post it.
Link to comment
Share on other sites

Ok, i want to have a couple different races, and when you pick those races i want them to spawn at different maps and worlds, and when you choose a class it doesn't affect your spawn. so i want races script, if one, and i want a spawn for that, and i don't want the class spawn to affect it.

  EXAMPLE: Ok, lets say theres 5 races, 4 class.
                    I go the char creation, choose 1 out of the 5 races, then i have to choose a class, so i choose a class and lets say 2 of the 5 races are humans and aliens, i choose humans and the archer class or whatever and i spawn on a different map, other than the aliens.
Link to comment
Share on other sites

There are a couple ways to approach this.

Either just use classes instead of races, or have a class for each race…

Example 1: Dwarf, Elf, Human
Example 2: Dwarf Fighter, Dwarf Mage, Dwarf Ranger, Elf FIghter, etc..

In the class file, you can choose your spawn location.
Just pick the appropriate world or map.

Another method is scripting/sourcing
On addnewchar(i believe) add a script where

If playersprite is N then
    set playerspawn variables to X, Y, and Map
End If

play around with the engine more and you will see how these can be done.
Link to comment
Share on other sites

-_-
I gave you the tools to attempt it yourself.

If you want somone to make it for you post in the script request thread.
If you need help, make an attemp, and post results in script help thread.
If you want somone to do all the scripting and coding for you, post in the job posting thread.

Also, to search the thread, try [this.](http://lmgtfy.com/?q=site%3Atouchofdeathforums.com+example)
Link to comment
Share on other sites

It might be slightly more cumbersome…but personally I don't see why you can simply make a variety of classes and have each race intertwined with a given class. So when you reach the character creation screen, rather than having two drop down menu's with race and class being seperate, you'd have the drop down screen showing multiple classes for each race.

Ex: Human Knight, Elf Knight, Dwarf Knight, Undead Knight, Human Archer, Elven Archer, Dwarf Axe Thrower, Undead Archer.

Not sure if that helps at all.
Link to comment
Share on other sites

that was already suggested

@Shadowwulfâ„¢:

> Either just use classes instead of races, or have a class for each race…
>
> Example 1: Dwarf, Elf, Human
> Example 2: Dwarf Fighter, Dwarf Mage, Dwarf Ranger, Elf FIghter, etc..
>
> In the class file, you can choose your spawn location.
> Just pick the appropriate world or map.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...