Search:

Type: Posts; User: Maurth

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    513

    [Solved] [FSoD] How to get soulbound given items?

    In seraphs dominion given items are soulbound if you add this to the /give command.
    player.Inventory.Data[i].Soulbound = true;

    What would I add to FSoD's /give command to make all given items...
  2. Replies
    4
    Views
    264

    [Solved] I am using seraphs dominion.

    I am using seraphs dominion.
  3. Replies
    4
    Views
    264

    [Solved] I understand a portion is missing, I want to know...

    I understand a portion is missing, I want to know what that portion is. :|
  4. Replies
    4
    Views
    264

    [Solved] Why does this /tell command not work?

    internal class TellCommand : Command
    {
    public TellCommand() : base("tell") { }

    protected override bool Process(Player player, RealmTime time, string args)
    {
    ...
  5. Replies
    0
    Views
    233

    [Solved] How to remove entity shaking in SD?

    I am using the source obtained by googling seraphs dominion and using the one from Club559's ******. I have a very strong vps for the amount of players that currently are on the server. There is...
Results 1 to 5 of 5