EOSERV Forum > Seose > How to make Everyone have a guild tag and guild and rank
Topic is locked.
Page: << 1 >>
How to make Everyone have a guild tag and guild and rank
Author Message
Post #15986 How to make Everyone have a guild tag and guild and rank


how do i do that i tryed the default.xini file but nope didnt work lol

16 years, 46 weeks ago
Post #15991 Re: How to make Everyone have a guild tag and guild and rank

U can't that y Dressbot is in to help u on title,guild,par,rank, etc.

16 years, 46 weeks ago
Post #16041 Re: How to make Everyone have a guild tag and guild and rank

Just a Question, Did you try adding the guilds into Default.Xini, wouldnt it be possible to add a

[guild]

name="My EO Server"

rank="Player"

tag="MES"

Thats just an example, it might be possible to add it, i'll try it now

 


16 years, 46 weeks ago
Post #16047 Re: How to make Everyone have a guild tag and guild and rank

Ok that is very easy but under wat u need to put it cause if put it in a bad way it wouldn't work

16 years, 46 weeks ago
Post #16051 Re: How to make Everyone have a guild tag and guild and rank

I just tried it, and heres what i came up with
::
I copied and changed:

[location]

Map = 1

X = 9

Y = 21

To

[guild]

Name = Endless Online

Rank = Player

tag = EO

And it worked fine. Simply place he guild underneath "[Base]" So it should look like this :

<!DOCTYPE xini >

/*

** Default.xini

** Sordies Endless Online Server Emulator

** Character defaults file

**

** NOTE: If you need whitespace or the characters []= in any value, the value

** MUST be enclosed in quotes. eg. name="value [with] = whitespace"

*/

[default]

{

[character]

ClassID = 1

[location]

Map = 1

X = 9

Y = 21

[stats]

HP = 10

TP = 10

Karma = 1000

[base]

MaxHP = 10

MaxTP = 10

MaxSP = 100

MaxWeight = 60

[guild]

Name = Endless Online

Rank = Player

tag = EO

[sex0]

{

[items]

Paperdoll = "121,0,0,0,151,0,0,0,27,0,0,0,0,0,0"

}

[sex1]

{

[items]

PaperDoll = "121,0,0,0,144,0,0,0,27,0,0,0,0,0,0"

}

}

 


 

16 years, 46 weeks ago
Post #16186 Re: How to make Everyone have a guild...

the .xini dom requires any value with white space in it to be quoted. It clearly says this in the header comment of that file.

** NOTE: If you need whitespace or the characters []= in any value, the value
** MUST be enclosed in quotes. eg. name="value [with] = whitespace"

In fact, it's good practice to quote all text strings. Example:

[guild]
Name = "Endless Online"
Rank = "Player"
Tag  = "EO"

---
http://sordie.co.uk
http://twitter.com/@SordieEO
16 years, 45 weeks ago
Post #16283 Re: How to make Everyone have a guild tag and guild and rank

to find a setting set it on your char then logout thenopen your char file and take the line of what u want to make default  and put it in default file if u want to know how to find what your looking for all settings are listed in your char file.

16 years, 45 weeks ago
Post #16539 Re: How to make Everyone have a guild tag and guild and rank
Sordie posted: (13th Aug 2009 11:30 am)


the .xini dom requires any value with white space in it to be quoted. It clearly says this in the header comment of that file.

** NOTE: If you need whitespace or the characters []= in any value, the value
** MUST be enclosed in quotes. eg. name="value [with] = whitespace"

In fact, it's good practice to quote all text strings. Example:

[guild]
Name = "Endless Online"
Rank = "Player"
Tag  = "EO"


Yes, sorry about that Sordie, i realised that i didnt include the Quotation marks just after i posted, i tried changing it but it kept returning the error "Your post is to long", even if i deleted anything from the post body.
16 years, 45 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > How to make Everyone have a guild tag and guild and rank