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

Spawn Point


seanmungo
 Share

Recommended Posts

Hey Guys =)

Hey, I am wondering how to change the starting spawn point of players.

But im also wondering, If it is possible to make custom spawn points for different classes.
If this is possible, could anyone shed some light on this shadowy question ?

T.T i cant believe i forgot. i know i remember asking this question a while back. but hey, time is a apple isnt is xD

Edit: Oh, by the way i didnt mean spawn point for when they die.

But if there is a way to change that as well that would be awesome! :D. (Or if it goes along with the original spawn point)
Link to comment
Share on other sites

(sorry about the double post. but it wouldnt be known known that there was another post. or something like that)

Umm, i followed the instructions in that other link. but it ended up not working, and me confused along with it.

For now, where do i locate the orriginal "spawn point" to edit it to a new area?
(how to edit the starting spawn point basicaly, but not based on the classes etc.)

Sorry, and thanks again!

_(-Your Forums Iddiot…)_
Link to comment
Share on other sites

im not sure lol.

Like i followed the tutorial with the source, but when i tested it out, it didnt work. im not sure if i did it wrong or what. i was very confused with how i put the coordinates in. so i also tried the easy version in the "orriginal" post. which also didnt work. so i just uploded my original source (just in case i screwed it up, which i did.)

So for now until i can get that far into detail with the source as i have alot of other things i have to work on ill stick with the orriginal spawnpoint. or the regular only 1 spawn point =P.
Link to comment
Share on other sites

Replace your class.ini with this and see if it works.

```
[INIT]
MaxClasses=2

[CLASS1]
Name=Warrior
MaleSprite=1
FemaleSprite=2
Strength=6
Endurance=7
Intelligence=8
Agility=9
Willpower=10

StartMap=1
StartMapx=1
StartMapy=1

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=2
StartSpell1=1
StartSpell2=2

[CLASS2]
Name=Magician
MaleSprite=1
FemaleSprite=2,3
Strength=1
Endurance=2
Intelligence=3
Agility=4
Willpower=5

StartMap=1
StartMapx=1
StartMapy=1

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=1
StartSpell1=1

```
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...