[GM Addon] TicketChaos menu

Shout-Out

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    chocochaos's Avatar Member
    Reputation
    55
    Join Date
    Jul 2008
    Posts
    29
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NuklHed92 View Post
    is this for ascent? sry for maybe the nubish question but im a new GM so i dont really know about all this stuff
    And I quote from the main post:
    It's not that hard to just read you know

    [GM Addon] TicketChaos
  2. #17
    tijeffz's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice addon, i love it.

  3. #18
    Brucey125's Avatar Corporal
    Reputation
    5
    Join Date
    Nov 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the upload :P +rep

  4. #19
    chocochaos's Avatar Member
    Reputation
    55
    Join Date
    Jul 2008
    Posts
    29
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the comments so far Any suggestions for improvements (other than support for mangos/trinity)?

  5. #20
    master257's Avatar Private
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice! Would be awsome to see this for MaNGOS tho

  6. #21
    chocochaos's Avatar Member
    Reputation
    55
    Join Date
    Jul 2008
    Posts
    29
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by master257 View Post
    nice! Would be awsome to see this for MaNGOS tho
    I might be able to test it on a trinity-based server soon. If not, I'll probably end up installing a local server eventually. I hope that won't be needed though

  7. #22
    deathbringer159's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to make this popup when a ticket is opend?

  8. #23
    skoodat420's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i agree with the mangos crowd love to see this developed also for that platform, thiers just nothing ingame for it that still works lol and its such a long going project and id be willing to be a test ginn. pig if ya need one

    other then that looks like an awesome addon with everything that is needed for the job Great Work

    SkOO~

  9. #24
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chocochaos,

    I apologize if this is thread hijacking, but the next release of TrintiyAdmin will support tickets on Trinity (not Mangos, sorry). I'll be releasing in about a week.

    -iotech

  10. #25
    Ibex08's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It should work for all versions of server's if you just change the commands inside the LUA Files for the addon, and I have to say this is a great little tool, used it for a while now, and im sure it works with 3.3.x

  11. #26
    K0nan's Avatar Private
    Reputation
    5
    Join Date
    Feb 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sounds good for gms who learn tickets.

  12. #27
    chocochaos's Avatar Member
    Reputation
    55
    Join Date
    Jul 2008
    Posts
    29
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ibex08 View Post
    It should work for all versions of server's if you just change the commands inside the LUA Files for the addon, and I have to say this is a great little tool, used it for a while now, and im sure it works with 3.3.x
    If it were that easy I would have done it already. The problem is the actual ticket information is sent to the chat, and the format in which it is sent is different for the different emulators. And without a mangos server for me to test on, there is no way I can get that implemented.

  13. #28
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chocochaos,

    The problem is deeper than that. MaNGOS, at some time in the past, gutted the ticket system in the core. It isnt nearly like it used to be, nor anything like the system in Trinity. I wanted to make the Ticket system in TrinityAdmin work for Mangos too, but the core elements just arent there.

    In Mangos (current version) here are the ticket-related commands:

    Code:
    ('delticket',2,'Syntax: .delticket all\r\n        .delticket #num\r\n        .delticket $character_name\r\n\rall to dalete all tickets at server, $character_name to delete ticket of this character, #num to delete ticket #num.'),
    
    ('ticket',2,'Syntax: .ticket on\r\n        .ticket off\r\n        .ticket #num\r\n        .ticket $character_name\r\n\r\non/off for GMs to show or not a new ticket directly, $character_name to show ticket of this character, #num to show ticket #num.'),
    Yeah.. only two... On/Off and Delete.

    Here are the entries in mangos_string which are displayed in chat window:

    Code:
    (288,'Tickets count: %i show new tickets: %s\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (289,'New ticket from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (290,'Ticket of %s (Last updated: %s):\n%s ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (291,'New ticket show: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (292,'New ticket show: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (293,'Ticket %i doesn\'t exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (294,'All tickets deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (295,'Character %s ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    (296,'Ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
    As you can see, there isnt much to work with. I dont think a useful ticket system can be written for Mangos when the core itself doesnt have needed commands.. Trinity is much more robust in this respect.

    If you'd like, I can send you the lua code I used for TrinityAdmin's ticket system (it hasnt been released yet, waiting for localisation). If interested, PM me your email address.

    -iotech

  14. #29
    andy1073's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice. I have been playing around with this and it works great.

  15. #30
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ohh dude , This is the addon that I've been searching for !
    But , please , update this for trinity/mangos 3.3.2
    +rape

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. wow_kings list of best addons
    By Elites360 in forum World of Warcraft Bots and Programs
    Replies: 20
    Last Post: 11-20-2006, 01:33 PM
  2. Your favorite addons!
    By bloodofwar in forum World of Warcraft General
    Replies: 7
    Last Post: 11-06-2006, 11:26 AM
  3. Addon/Program
    By phoenix in forum World of Warcraft General
    Replies: 3
    Last Post: 07-22-2006, 07:07 AM
  4. Handy Auction addon
    By Shanaar in forum World of Warcraft General
    Replies: 7
    Last Post: 07-20-2006, 05:04 PM
  5. Addon!
    By evancooleo in forum World of Warcraft General
    Replies: 8
    Last Post: 07-14-2006, 02:33 PM
All times are GMT -5. The time now is 07:30 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search