Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 07-26-2008, 10:51 AM   #1 (permalink)
Newbie
 
Mungo_Foxburr's Avatar
 
Join Date: Aug 2006
Age: 17
Posts: 50
Send a message via AIM to Mungo_Foxburr
Default Test Center with nothing in bank

I'm in the process of making a PvP server. and i wish for people to be able to set their skills. and i figured enabling test center would be the best way. Test Center works. Set Skills work. but my problem is....my server is a free server and all the stuff that is in the bank, they don;t need, and i want it out of there. how could i take everything out of their banks, but still have test center enabled.
__________________
connect by fallsdarkness.no-ip.org 2593
Mungo_Foxburr is offline   Reply With Quote
Old 07-26-2008, 06:36 PM   #2 (permalink)
Forum Expert
 
Freya's Avatar
 
Join Date: Feb 2004
Location: Kenaz : The Rebirth =D
Age: 30
Posts: 487
Default

Quote:
Originally Posted by Mungo_Foxburr View Post
I'm in the process of making a PvP server. and i wish for people to be able to set their skills. and i figured enabling test center would be the best way. Test Center works. Set Skills work. but my problem is....my server is a free server and all the stuff that is in the bank, they don;t need, and i want it out of there. how could i take everything out of their banks, but still have test center enabled.
The only way I am aware of is by going into the charactercreation.cs script and manually commenting out the items listed in the section about filling the bank box that you do not wish it to add to the banks when ppl make chars on your server. There may be a faster or easier way to do this, but I'm not sure, thats the only way I know of right now. =X
__________________
“Some choices we live not only once but a thousand times over, remembering them for the rest of our lives."
Freya is offline   Reply With Quote
Old 07-26-2008, 06:43 PM   #3 (permalink)
Forum Novice
 
Tumeski's Avatar
 
Join Date: Jul 2003
Location: Finland
Age: 20
Posts: 168
Send a message via MSN to Tumeski
Default

Yes. You just remove the lines where testcenter stuff is added to new characters bag. Post if you need info on how it happens.
Tumeski is offline   Reply With Quote
Old 07-27-2008, 12:43 AM   #4 (permalink)
Newbie
 
Mungo_Foxburr's Avatar
 
Join Date: Aug 2006
Age: 17
Posts: 50
Send a message via AIM to Mungo_Foxburr
Default

Quote:
Originally Posted by Tumeski View Post
Yes. You just remove the lines where testcenter stuff is added to new characters bag. Post if you need info on how it happens.
lol. um this
Code:
Errors:
 + Misc/CharacterCreation.cs:
    CS1518: Line 106: Expected class, delegate, enum, interface, or struct
    CS1518: Line 116: Expected class, delegate, enum, interface, or struct
    CS1518: Line 119: Expected class, delegate, enum, interface, or struct
    CS1518: Line 125: Expected class, delegate, enum, interface, or struct
    CS1518: Line 128: Expected class, delegate, enum, interface, or struct
    CS1518: Line 133: Expected class, delegate, enum, interface, or struct
    CS1518: Line 136: Expected class, delegate, enum, interface, or struct
    CS1518: Line 142: Expected class, delegate, enum, interface, or struct
    CS1518: Line 143: Expected class, delegate, enum, interface, or struct
    CS1518: Line 144: Expected class, delegate, enum, interface, or struct
    CS1518: Line 145: Expected class, delegate, enum, interface, or struct
    CS1518: Line 146: Expected class, delegate, enum, interface, or struct
    CS1518: Line 149: Expected class, delegate, enum, interface, or struct
    CS1518: Line 152: Expected class, delegate, enum, interface, or struct
    CS1518: Line 153: Expected class, delegate, enum, interface, or struct
    CS1518: Line 154: Expected class, delegate, enum, interface, or struct
    CS1518: Line 155: Expected class, delegate, enum, interface, or struct
    CS1518: Line 156: Expected class, delegate, enum, interface, or struct
    CS1518: Line 157: Expected class, delegate, enum, interface, or struct
    CS1518: Line 158: Expected class, delegate, enum, interface, or struct
    CS1518: Line 159: Expected class, delegate, enum, interface, or struct
    CS1518: Line 162: Expected class, delegate, enum, interface, or struct
    CS1518: Line 163: Expected class, delegate, enum, interface, or struct
    CS1518: Line 164: Expected class, delegate, enum, interface, or struct
    CS1518: Line 165: Expected class, delegate, enum, interface, or struct
    CS1518: Line 167: Expected class, delegate, enum, interface, or struct
    CS1518: Line 175: Expected class, delegate, enum, interface, or struct
    CS1518: Line 178: Expected class, delegate, enum, interface, or struct
    CS1518: Line 179: Expected class, delegate, enum, interface, or struct
    CS1518: Line 180: Expected class, delegate, enum, interface, or struct
    CS1518: Line 181: Expected class, delegate, enum, interface, or struct
    CS1518: Line 182: Expected class, delegate, enum, interface, or struct
    CS1518: Line 183: Expected class, delegate, enum, interface, or struct
    CS1518: Line 184: Expected class, delegate, enum, interface, or struct
    CS1518: Line 186: Expected class, delegate, enum, interface, or struct
    CS1518: Line 187: Expected class, delegate, enum, interface, or struct
    CS1518: Line 188: Expected class, delegate, enum, interface, or struct
    CS1518: Line 189: Expected class, delegate, enum, interface, or struct
    CS1518: Line 190: Expected class, delegate, enum, interface, or struct
    CS1518: Line 191: Expected class, delegate, enum, interface, or struct
    CS1518: Line 192: Expected class, delegate, enum, interface, or struct
    CS1518: Line 193: Expected class, delegate, enum, interface, or struct
    CS1518: Line 194: Expected class, delegate, enum, interface, or struct
    CS1518: Line 197: Expected class, delegate, enum, interface, or struct
    CS1518: Line 198: Expected class, delegate, enum, interface, or struct
    CS1518: Line 199: Expected class, delegate, enum, interface, or struct
    CS1518: Line 200: Expected class, delegate, enum, interface, or struct
    CS1518: Line 201: Expected class, delegate, enum, interface, or struct
    CS1518: Line 202: Expected class, delegate, enum, interface, or struct
    CS1518: Line 203: Expected class, delegate, enum, interface, or struct
    CS1518: Line 204: Expected class, delegate, enum, interface, or struct
    CS1518: Line 207: Expected class, delegate, enum, interface, or struct
    CS1518: Line 211: Expected class, delegate, enum, interface, or struct
    CS1518: Line 216: Expected class, delegate, enum, interface, or struct
    CS1518: Line 218: Expected class, delegate, enum, interface, or struct
    CS1518: Line 221: Expected class, delegate, enum, interface, or struct
    CS1518: Line 221: Expected class, delegate, enum, interface, or struct
    CS1518: Line 223: Expected class, delegate, enum, interface, or struct
    CS1022: Line 226: Type or namespace definition, or end-of-file expected
__________________
connect by fallsdarkness.no-ip.org 2593
Mungo_Foxburr is offline   Reply With Quote
Old 07-27-2008, 09:36 AM   #5 (permalink)
Forum Expert
 
Freya's Avatar
 
Join Date: Feb 2004
Location: Kenaz : The Rebirth =D
Age: 30
Posts: 487
Default

Post your charactercreation.cs script, can't tell where the problem is just by the error msg on that one =)
__________________
“Some choices we live not only once but a thousand times over, remembering them for the rest of our lives."
Freya is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5