ServerGameScript.mts

Forum Archive - from http://theuniversal.net
Locked
User avatar
jmoyet
Posts: 374
Joined: Sun Jun 04, 2006 1:02 pm
Location: USA
Contact:

ServerGameScript.mts

Post by jmoyet »

i cant find the ServerGameScript.mts file in the world data folder.

any ideas why or how to make one?

i need it to set the script on Claden so that Hailes will grant kudos.

please reply
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

It's just a text file you need to create, with Notepad or similar. It doesn't exist by default because you don't need one by default.

http://theuniversal.net/forum/viewtopic ... gamescript

f
User avatar
jmoyet
Posts: 374
Joined: Sun Jun 04, 2006 1:02 pm
Location: USA
Contact:

Post by jmoyet »

i tried making it before.. but then i landed on my planet a ServerGameScrip.mts error popped up.

any ideas why?
User avatar
flametard
Posts: 1245
Joined: Sun Apr 01, 2007 2:05 am
Location: Join NR! faction name: 'NR new recruits' password: 'Truth'
Contact:

Post by flametard »

perhaps its in the wrong folder or there is something wrong with your code?
User avatar
jmoyet
Posts: 374
Joined: Sun Jun 04, 2006 1:02 pm
Location: USA
Contact:

Thanks

Post by jmoyet »

Thanks. i got it know.

i was having problem getting Hailes to grant kudos.. but i got it working now.
User avatar
jmoyet
Posts: 374
Joined: Sun Jun 04, 2006 1:02 pm
Location: USA
Contact:

Post by jmoyet »

Still getting SeverGameScript.mts error

i used this script

Code: Select all

Event( "UseItem", "Hailes" ) 
{ 
*command=say %PLAYER% used the Hailes item and has been granted 1 Kudos
*command=grantkudos %PLAYER% 1 
} 
User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

Post by zaroba »

thats the only thing in it?

it looks fine. is the item Hailes on the world one of the usable items?

i think on zion it was a kudos item that was renamed. if it is the same here, it might be why its causing an error
User avatar
morbydvisns
Posts: 1889
Joined: Sun Jan 30, 2005 12:51 am

Post by morbydvisns »

yea rename usable item 1 to hailes
User avatar
jmoyet
Posts: 374
Joined: Sun Jun 04, 2006 1:02 pm
Location: USA
Contact:

Post by jmoyet »

morbydvisns wrote:yea rename usable item 1 to hailes
its kind of working now... but kind of isnt good when its an expensive item in planet Claden.

the error still pops up so far it has granted 1 kudos to me and zaroba... but i dont know if its going to work for every player..
Locked