Page 7 of 7 FirstFirst ... 567
Results 91 to 97 of 97
  1. #91
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by Trapped View Post
    I told you to copypaste the errors, not the code.

    Code:
    else if (cmd.Equals("level", StringComparison.OrdinalIgnoreCase))
                {
                    try
                    {
                        if (args.Length == 0)
                        {
                            psr.Character.Level = psr.Character.Level + 1;
                            psr.Player.Level = psr.Player.Level + 1;
                            psr.Player.CheckLevelUp();
                            UpdateCount++;
                        }
                        else if (args.Length == 1)
                        {
                            psr.Character.Level = int.Parse(args[0]);
                            psr.Player.Level = int.Parse(args[0]);
                            psr.Player.CheckLevelUp();
                            UpdateCount++;
                        }
                    }
                    catch
                    {
                        psr.SendPacket(new TextPacket()
                        {
                            BubbleTime = 0,
                            Stars = -1,
                            Name = "",
                            Text = "Error!"
                        });
                    }
    So using this.. how can I make it so that it gives me fame? @Lunati and @Trapped if you can do it then can you tell me how?
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  2. #92
    Jankos's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    package com.Jankos.FluffyPuffy
    Posts
    163
    Reputation
    10
    Thanks
    13
    My Mood
    In Love
    Quote Originally Posted by cool1119 View Post
    Code:
    else if (cmd.Equals("level", StringComparison.OrdinalIgnoreCase))
                {
                    try
                    {
                        if (args.Length == 0)
                        {
                            psr.Character.Level = psr.Character.Level + 1;
                            psr.Player.Level = psr.Player.Level + 1;
                            psr.Player.CheckLevelUp();
                            UpdateCount++;
                        }
                        else if (args.Length == 1)
                        {
                            psr.Character.Level = int.Parse(args[0]);
                            psr.Player.Level = int.Parse(args[0]);
                            psr.Player.CheckLevelUp();
                            UpdateCount++;
                        }
                    }
                    catch
                    {
                        psr.SendPacket(new TextPacket()
                        {
                            BubbleTime = 0,
                            Stars = -1,
                            Name = "",
                            Text = "Error!"
                        });
                    }
    So using this.. how can I make it so that it gives me fame? @Lunati and @Trapped if you can do it then can you tell me how?
    I think that the answer hAve you at this code

  3. #93
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    Quote Originally Posted by cool1119 View Post
    So using this.. how can I make it so that it gives me fame? @Lunati and @Trapped if you can do it then can you tell me how?
    We could of course do it for you, but I think it's better if you understand how by yourself.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  4. #94
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by Trapped View Post
    We could of course do it for you, but I think it's better if you understand how by yourself.
    Ok I will then. Well when I posted it I was sick so yeah...
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  5. #95
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by Trapped View Post
    We could of course do it for you, but I think it's better if you understand how by yourself.
    Done pet abilities and the fame command
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  6. #96
    LostCarrot's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I was wondering, but still could Post the whole list of /setpiece please?

    -Thanks

  7. #97
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by LostCarrot View Post
    I was wondering, but still could Post the whole list of /setpiece please?
    Usually I'm disrespectful towards noobs, but you asked kindly so I decided to actually help instead of being an ass.

    /setpiece <setpieceID>

    Whereas setpieceID equals to (case sensitive):
    Building
    Castle
    CubeGod
    Graveyard
    Grove
    LavaFissure
    LichyTemple
    LordOfTheLostLands
    Oasis
    Pentaract
    Pyre
    SkullShrine
    Sphinx
    Temple
    TempleA
    TempleB
    Tower
    Unknown

    These are for Club's source. Other sources may (and most likely do) have different setpieces.

Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. [Release] INFORMATION ABOUT THE PRIVATE SERVER.
    By Inquisition in forum CrossFire Discussions
    Replies: 5
    Last Post: 06-30-2012, 04:36 PM
  2. [Preview] TPS. The Private Server [read inside for details]
    By supercarz1991 in forum Combat Arms Mod Discussion
    Replies: 8
    Last Post: 04-17-2012, 07:49 PM
  3. [RELEASE]Runescape Private Server Code Generator
    By Pixie in forum Visual Basic Programming
    Replies: 9
    Last Post: 02-20-2010, 10:41 AM
  4. [Maplestory private server coding]
    By n4mm3r in forum MapleStory Hacks, Cheats & Trainers
    Replies: 1
    Last Post: 07-24-2009, 12:02 PM

Tags for this Thread