I have some problems :((
The comands /dance etc don't work
Who to restart the server? :p
The comands /dance etc don't work
Who to restart the server? :p
There is no auto restart. There is a restart feature that gets executed when you type in /restart 60 (This would restart the server in 60 seconds)Quote:
well then how do u make it so ur server does auto restart?
We need a way to check to see if someone is online, then we need to be able to scroll through everyone that is online, then the easy bit would be to teleport them. This is currently not possible with the source in it's current state, however, we do have someone working on a way to check to see if a character is online or offline and once that is done, it'll be relatively easy to complete this type of command.Quote:
hey samehvan, adz, or gfun! first of all i love your source and would love to be apart of the dev team =D.................anyways i need some help with this.... what do i add to it to make all characters spawn to the selected coords??? any advice would be great
This will be implemented in a future release.Quote:
Is that possible to make the restart message in center of screen as GM message to all server? I tried the restart and only peoples in same map as me can see the warning.:confused:
We will look into this, chances are, I left something out when I added the mob drop feature from unknown's change files.Quote:
Two things i noticed (not sure if anyones mentioned it) is, one, after scattering a few times the server will freeze.
Two, when you try to unequip a garment the server freezes.
I have the newest revision, everything is up to date.
Can anyone help?
The errors in cmd are in "attack.cs, character.cs, packethandler.cs, main.cs"
Yes, I believe so, but you would need the server.dat file to use the same ports.Quote:
@All
If i change the ports to some who arent blocked can i host without mamachi then?
Thats because the /dance command is not implemented completely, as I need to artificially send an action packet and haven't figured that out yet.Quote:
I have some problems :((
The comands /dance etc don't work
Who to restart the server? :p
if (Splitter[0] == "/gm")
{
Message = Message.Remove(0, 2);
World.SendMsgToAll(Message, MyChar.Name, 2011);
}
if (Splitter[0] == "/info")
{
string BackMsg = "";
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
BackMsg += Char.Name + ", ";
}
if (BackMsg.Length > 1)
BackMsg = BackMsg.Remove(BackMsg.Length - 2, 2);
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Players Online: " + World.AllChars.Count, 2000));
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, BackMsg, 2000));
}
if (Splitter[0] == "/warp")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
if (Char.Name == Splitter[1])
{
Char.Teleport(MyChar.LocMap, MyChar.LocX, MyChar.LocY);
break;
}
honestly i dont understand the question, other than that i recommend that you read some of the 1st few pages, and if that dosnt really help, then read the whole thread =/.Quote:
wat can i do to let a normal player have weapon proficiency so that they can use the higher lvl weapon ... and normal player cant learn skill like fb ss or herc although it bought the skill book from the pharmacist
wat should i do?
Hey zane...can u explain me that u say Server COMPLETE but most npcs, mobs arent at 100%..is ur guild system and wh deposit working?:confused:Quote:
honestly i dont understand the question, other than that i recommend that you read some of the 1st few pages, and if that dosnt really help, then read the whole thread =/.
-
other than that if you're asking about anything to code, then check out infamousnoone's post with tuts on coding. ;) good luck bro.
Guilds aren't finished.Quote:
@adz
i saw a few vids a while back such as other ppl seeing the 2rbn effect and the guilds working
are those actually in the source or will we need to add them?
ive been looking at the guild stuff and got everything but the print above my name working...
any tips on wat im missing?
|
|
oi i dont mean as in the whole thing is running correctly xD, just means that we have more than one servers running... but only have 1 out for use atm. Once we hit alpha, and once we get a steady team of good C#, first i have to get good if i'm going to have my players like me xD. But yea we're working on a patch that'll show all servers lol =).Quote:
Hey zane...can u explain me that u say Server COMPLETE but most npcs, mobs arent at 100%..is ur guild system and wh deposit working?:confused:
Whahhhttt? Never told me ears didn't work(Oops may be in PMs haven't checked) I'll go figure that out in a sec. I'll work on it, they look the same as normal headgear, mind sending me back what you did to fix armor/head?(Looks at PMs-1 unread(:x)) But yeah, great job, i spent an hour and a half trying to fix it, and i ended up breaking it =DQuote:
I have finished Reborn Equips (equips will set to lvl 15, and be the exact same as before)
Exept for Ears, tao and me are both working on it, i think he will finish it first. I will upload a vid shortly