+ 2 REP if you could tell me how to fix this for my server menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    + 2 REP if you could tell me how to fix this for my server

    hey guys,

    people do .playall and keep playing the wow rock song, how do i remove the command, people buy Gm so i dont want to take out m priviliges from everyone.

    +2 rep to whoever fixes this

    + 2 REP if you could tell me how to fix this for my server
  2. #2
    Arachnia's Avatar Member
    Reputation
    17
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd say if people can't respect your wishes you need to lay down the hammer. And what exactly do you mean by "people buy gm". Are you making money off of running a server? I hope not.
    :stick:

  3. #3
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mabey add the command but raise the security level
    If you need me you have my skype, if you don't have my skype then you don't need me.

  4. #4
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want to completely remove the command from the game, if you compile ascent yourself, I'm sure the GM commands tables are in src\game\chat.cpp.

    You can open that and do a CTRL+F for 'playall' and just delete the line.
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  5. #5
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes i made 600-800$ from my server for the past 3 weeks, and cant just lay down security rules because ascent doesnt tell me who types what commands.

    how do i restrict this command to only a level Gms. I cant remove m priviliges from 200+ people who paied 25$ for GM

    EDIT , kingofbeasts if that works ill give u the rep
    Last edited by mafiaboy; 12-18-2007 at 05:47 PM.

  6. #6
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh! Go into game.cpp and find .playall, and change the 'm' part to 'az'
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  7. #7
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look it will look like this:

    Code:
    { "playall", 'm', &ChatHandler::HandleGlobalPlaySoundCommand, "Plays a sound to the entire server.", NULL, 0, 0, 0 },
    Change it to look like this:
    Code:
    { "playall", 'az', &ChatHandler::HandleGlobalPlaySoundCommand, "Plays a sound to the entire server.", NULL, 0, 0, 0 },
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  8. #8
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If it is Annoying just Turn of your Sound " Ctrl + S" and Music "Ctrl + M"
    Tell others to Do that if they don't wont to Listen to L70ETC

  9. #9
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Instead of using the flag "A"

    Use the flags "bcdefgjilnopqrstuvw"

    <3 MysterioussouL for the sig

  10. #10
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What Pwntz said, i could be stuffed finding the Letters for it ..

  11. #11
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He said he didnt want to take the m commands away
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  12. #12
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where do i find that file with chat.cpp?

  13. #13
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have to be able to compile it by yourself. It would be in the source..
    Ascent\Src\Game\Chat.cpp
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  14. #14
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yay I got some rep, thanks =D
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  15. #15
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +2 rep to somebody who can compile this before i do...

Page 1 of 2 12 LastLast

Similar Threads

  1. Anyone could tell me how to hook lua script?
    By a82571249 in forum WoW Memory Editing
    Replies: 1
    Last Post: 11-15-2014, 06:17 AM
  2. How to fix this LUA Script???
    By marcosgue in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 02-08-2008, 07:51 AM
  3. + 2 REP IF you can tell me why my server restarts soooo often!?
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-09-2008, 11:35 PM
  4. +REP IF YOU can tell me if this machine is good enough for my server!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 12-16-2007, 01:56 PM
  5. How i fix this Model editing of mounts
    By raptornl in forum World of Warcraft General
    Replies: 0
    Last Post: 01-26-2007, 01:00 PM
All times are GMT -5. The time now is 07:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search