i guess that makes 2 of us.
It says the MUS Ip, then it closes
Printable View
i guess that makes 2 of us.
It says the MUS Ip, then it closes
Klopser and gay-tweeney
Open > bin > Debug > config.conf
Then replacewithCode:client.ping.interval=1000
Code:client.ping.interval=1001
Im replaceing the server to fix it
do we have to put it? lol
Revision 96:
Server fixed
Config Chaged
Welcome can be changed from config or sql
How to Update the Database without Resetting Accounts and Stuff.
And i think the Battle Ball code in Room.cs makes server crash.
Yeah this is maybe a better battleball code :P
Code:if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_blue")
{
int EffectId = 35;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_red")
{
int EffectId = 33;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_yellow")
{
int EffectId = 36;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_green")
{
int EffectId = 34;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
Revision 104:
BB furni improved
DB updated
Uhh bb thingies are still using MySQL queries? and that's bad m'kay
what Version of uber are you useing????
I Have the Revision 74 Database and i want to update it to Revision 104 But i have many players registered, How do i update Database from Revision 74 to 104 without any loss of data?
use this that's the only major change
CREATE TABLE `config` (
`variable_name` varchar(255) NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `config` VALUES ('welcome_message_enabled', '1');
INSERT INTO `config` VALUES ('welcome_message', 'Welcome to the hotel');
INSERT INTO `config` VALUES ('user_max_rooms', '50');
i don't see mysql
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_blue")
{
int EffectId = 35;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_red")
{
int EffectId = 33;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_yellow")
{
int EffectId = 36;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_gate_green")
{
int EffectId = 34;
ServerMessage Message = new ServerMessage(485);
Message.AppendInt32(User.VirtualId);
Message.AppendInt32(EffectId);
SendMessage(Message);
}
if (Item.GetBaseItem().InteractionType.ToLower() == "bb_plate")
{
// BB LIGTH UP PLATTO SOON
}
Ok nevermind then :P
But eh, one question, i see that you'r using codes from other releases in you'r edit all the time so what did you exactly coded 'yourself' ?
I coded AntiCrash and Fixed alot of code errors and the commands
NOTE: THIS IS A PUBLIC PROJECT TO BE THE BEST SERVER ANY ONE IS FREE TO ADD THERE SPINETS