Thread: /size command?

Results 1 to 5 of 5
  1. #1
    Narwallz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive

    /size command?

    Hey guys, so I'm trying to get a working /size command, and the closest I've gotten to it was by using the Realm Resolution source, but it is buggy. The command works well for the most part and my character does get resized, but whenever I view my character from a certain angle or shoot my weapon, my size appears to be set back to normal. Any fixes? Here is the code :

    internal class SizeCommand : Command
    {
    public SizeCommand() : base("size", 1) { }
    protected override bool Process(Player player, RealmTime time, string[] args)
    {
    player.Size = int.Parse(args[0]);
    player.UpdateCount++;
    player.SendInfo("You have been resized!");
    return true;
    }
    }

    - - - Updated - - -

    /solve thanks to Mike <3

  2. #2
    Magiertoasti's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Narwallz View Post
    Hey guys, so I'm trying to get a working /size command, and the closest I've gotten to it was by using the Realm Resolution source, but it is buggy. The command works well for the most part and my character does get resized, but whenever I view my character from a certain angle or shoot my weapon, my size appears to be set back to normal. Any fixes? Here is the code :

    internal class SizeCommand : Command
    {
    public SizeCommand() : base("size", 1) { }
    protected override bool Process(Player player, RealmTime time, string[] args)
    {
    player.Size = int.Parse(args[0]);
    player.UpdateCount++;
    player.SendInfo("You have been resized!");
    return true;
    }
    }

    - - - Updated - - -

    /solve thanks to Mike <3
    Hey Whats the fixed Code?

  3. #3
    sebastianfra12's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    361
    Reputation
    21
    Thanks
    75
    My Mood
    Inspired
    Quote Originally Posted by Magiertoasti View Post
    Hey Whats the fixed Code?
    Some fixes in client ;3

  4. #4
    Magiertoasti's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by sebastianfra12 View Post
    Some fixes in client ;3
    And Where? could your tell it to me ?

  5. #5
    toninhorotmg's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    28
    My Mood
    Amazed
    Quote Originally Posted by sebastianfra12 View Post
    Some fixes in client ;3
    Could you tell what are those fixes?

Similar Threads

  1. [Seraphs] Pet Size Command [Better]
    By Lxys in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 8
    Last Post: 06-09-2016, 10:14 AM
  2. [FSOD] Pet Size Command
    By Omniraptor in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 12
    Last Post: 06-06-2016, 10:07 AM
  3. [Solved] PetSize/Size Command?
    By DBFunx in forum Realm of the Mad God Private Servers Help
    Replies: 8
    Last Post: 06-03-2016, 06:03 AM
  4. Warrock Command List
    By Dave84311 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-26-2006, 11:03 PM
  5. Demon of some commands
    By HolyFate in forum Gunz Hacks
    Replies: 12
    Last Post: 02-21-2006, 01:43 PM