Author Topic: Trust Help  (Read 1180 times)

How do you get people off your trust list?

You have a trust list in base/client I think.

You have a trust list in base/client I think.
Ok I'll Check it.


I think I figured out how to remove people, but how do I remove them when they're not online?

There isn't specifically a way to do this, however if you're comfortable editing files, here are a few steps you can follow:

1. Go to C:\Program Files\Blockland\base\config\client\ and open prefs-trustList.cs using Wordpad.

2. Press Ctrl-F and type in the Name or BL_ID of the person you want to remove. (I'll use MrPickle as this example)

3. You should be presented with a line looking something like this:
Code: [Select]
$Trust::Line86 = "696\t2\tMrPickle";
4. Now you need to change the 2 (or 1) to a 0, then Save the file.

Notice that this will not take effect until you close and re-open the game.

There isn't specifically a way to do this, however if you're comfortable editing files, here are a few steps you can follow:

1. Go to C:\Program Files\Blockland\base\config\client\ and open prefs-trustList.cs using Wordpad.

2. Press Ctrl-F and type in the Name or BL_ID of the person you want to remove. (I'll use MrPickle as this example)

3. You should be presented with a line looking something like this:
Code: [Select]
$Trust::Line86 = "696\t2\tMrPickle";
4. Now you need to change the 2 (or 1) to a 0, then Save the file.

Notice that this will not take effect until you close and re-open the game.
So change this 2 in the line to a 0?
$Trust::Line86 = "696\t2\tMrPickle";

ya, apperently so, i learned something new today, awesome, thanks.