Dancer Archive
Thread: How do I remove from /deny list?
The /denyservices command is a simple toggle. To deny service to someone you type the command once. To allow them to receive healing, etc.. simply type it again during the same session. The command isn't remembered from session to session.
There's no viewable list like there is with /addignore for example. (at least not that I am aware of)
You may keep permanent /deny lists by using alias files. Assume you've got a "lists.txt" file in your SWG directory. Create a few commands:
#BEGIN
updateLists: /addfriends; /pause 10; /addIgnores; /pause 10; /addDenies
addfriends: /addInfinityFriends; /addStarsiderFriends;
addIgnores: /addInfinityIgnores; /addStarsiderIgnores;
addDenies: /addInfinityDenies; /addStarsiderDenies;
addInfinityFriends: /addfriend SWG.Europe-Infinity.MrNiceGuy; ...
addStarsiderFriends: /addfriend SWG.Starsider.MrNiceGuy; ...
addInfinityIgnores: /addignore SWG.Europe-Infnity.IHateYou; ...
addStarsiderIgnores: /addignore SWG.Starsider.IHateYou; ...
addInfinityDenies: /denyservice SWG.Europe-Infinity.LicksEveryone; ...
addStarsiderDenies: /denyservice SWG.Starsider.LicksEveryone; ...
#END
Then you create a macro with every characer only consisting of the lines:
/load lists.txt
/updateLists
put it on toolbar one and execute it at startup. It would be wise to put in a half second pause in ever 10 names or so, since otherwise it will be recognized as flooding commands by the server.
This has the following advantages:
- Your deny list is permanent.
- You maintain a single friend/ignore/deny list for all your characters on all servers.
- You may devide your list in different contexts, such as the original servers in the example.
Problems are:
- You cannot add comments or groups to friends, making it more difficult to remember the context into which a name belongs.
- You gotta maintain it offline or taskswitched, if you maintain it taskswitched you gotta remember to reload it.
- To remove someone from a list you must do it both ingame and offline (assuming that there is no command to remove someone from ignore and friend list).
Message Edited by Rabenschwinge on 06-01-2005 11:21 AM
LyteFoot wrote:
Nice aliases but there is one small flaw. The /deny command only works if the person being denied is within range to hear a performance. So if you /deny someone who is not logged in and is not within "hearing" distance of you the command won't have any affect. I won't /deny that running the alias gives the entertainer a certain satisfaction each time and that may well be worth the alias.
/sniff
A permanent denyservice will never happen. Was brought up at the entertainer forum and their response was that it would privatize entertainers. And following that lines then Crafters and doctors would privatize and before long only those people who are connected will get the best of what they want and or need.
And the devs dont want that to happen. If there is someone who keeps on coming to you in order to harrass or grief you send in a harrassment report. ( The devs actually said that line.)
Harrassment is taken very seriously in SWG. Unlike lots of other things. *cough* Bug repair *cough*
Gillik wrote:A permanent denyservice will never happen. Was brought up at the entertainer forum and their response was that it would privatize entertainers. And following that lines then Crafters and doctors would privatize and before long only those people who are connected will get the best of what they want and or need.
And the devs dont want that to happen. If there is someone who keeps on coming to you in order to harrass or grief you send in a harrassment report. ( The devs actually said that line.)
Harrassment is taken very seriously in SWG. Unlike lots of other things. *cough* Bug repair *cough*
*blink* I must have heard it differently, as they said the /deny should stick after server reboot and will be fixed. In context of having it work exactly like your /addignore list, no, there won't be a list like that which you can review in the UI.