Results 1 to 4 of 4
  1. #1
    TorFourr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    4

    Unlocking all classes at start of game.

    Title says it all. Already looked in List.cs but couldn't figure it out.

    Thanks

  2. #2
    carbondev's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    3
    In CLIENT:
    1- Navigate to EmbeddedData_Players - in the binaries -
    2- Remove "<UnlockLevel> </UnlockLevel>" of the Classes you want to
    3- Modify "<UnlockCost>*The price of it</UnlockCost>"
    To "<UnlockCost>0</UnlockCost>"

    In SERVER:
    1- Navigate to - dat1.xml
    2- Find the classes you want to have in start of the game
    3- Remove "<UnlockLevel> </UnlockLevel>" of the Classes you want to
    4- Modify "<UnlockCost>*The price of it</UnlockCost>"
    To "<UnlockCost>0</UnlockCost>"

    Rebuild all, and you're done!

    If you have any problems, tell me.
    Last edited by carbondev; 05-08-2018 at 01:23 PM.

  3. The Following User Says Thank You to carbondev For This Useful Post:

    HeartJustice (05-16-2018)

  4. #3
    HeartJustice's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    16
    Quote Originally Posted by TorFourr View Post
    Title says it all. Already looked in List.cs but couldn't figure it out.

    Thanks
    You better be running AS3

  5. #4
    HGAEHaeheadhetdhtertherh's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    199
    server/char/list.cs
    1.
    Code:
    xcmd.Parameters.AddWithValue("@restricted", s == "Wizard" ? "unrestricted" : "restricted");
    change to:
    Code:
    xcmd.Parameters.AddWithValue("@restricted", "unrestricted");
    2.
    Code:
    Restricted = s == "Wizard" ? "unrestricted" : "restricted"
    change to:
    Code:
    Restricted = "unrestricted"

  6. The Following User Says Thank You to HGAEHaeheadhetdhtertherh For This Useful Post:

    carbondev (05-27-2018)

Similar Threads

  1. [Help Request] How to unlock all classes ?
    By Niwanb in forum Realm of the Mad God Private Servers Help
    Replies: 10
    Last Post: 07-21-2016, 07:43 AM
  2. Unlock all classes by default doomed source
    By tree15 in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 12-25-2015, 08:53 PM
  3. Unlock all custom classes in lvl 70 prestige 0?
    By mandos in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 10-04-2012, 09:23 PM
  4. [Help] Unlock All Classes?
    By Strudul in forum Realm of the Mad God Hacks & Cheats
    Replies: 8
    Last Post: 09-02-2012, 06:36 AM
  5. SuperSteam v2.03 Cracked Steam Client - Unlock all steam games in your account!!!
    By tdude511 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 7
    Last Post: 04-16-2009, 05:58 PM