Page 1 of 1

ServerGameScript.mts

Posted: Mon Sep 15, 2008 4:38 pm
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

Posted: Mon Sep 15, 2008 5:02 pm
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

Posted: Mon Sep 15, 2008 8:02 pm
by jmoyet
i tried making it before.. but then i landed on my planet a ServerGameScrip.mts error popped up.

any ideas why?

Posted: Tue Sep 16, 2008 5:20 pm
by flametard
perhaps its in the wrong folder or there is something wrong with your code?

Thanks

Posted: Wed Sep 17, 2008 6:53 pm
by jmoyet
Thanks. i got it know.

i was having problem getting Hailes to grant kudos.. but i got it working now.

Posted: Fri Sep 19, 2008 12:53 am
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 
} 

Posted: Fri Sep 19, 2008 5:11 pm
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

Posted: Fri Sep 19, 2008 5:50 pm
by morbydvisns
yea rename usable item 1 to hailes

Posted: Fri Sep 19, 2008 6:30 pm
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..