[Addon Release] TrinityAdmin 3.2.2a (and MangAdmin) menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    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)
    NOW With 100% MORE GERMAN!

    -=[ Revision 17 - 3/4/2010 ]=-
    - ADD: deDE localisation

    svn: trinityadmin - Revision 17: /trunk

    [Addon Release] TrinityAdmin 3.2.2a (and MangAdmin)
  2. #17
    knindza's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, this will help me a lot
    Trinity <3

  3. #18
    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)
    Update:
    -=[ Revision 18 - 4/7/2010]=-
    Note: This version is compatible with TC2 revision 7757+
    - FIX: WHO tab functioning with new entries in Trinity_String (MANY thanks to TC Devs for the changes!!!)
    - ADD: Map-Zone to WHO tab. Note: this is NOT realtime since it pulls from the database after save
    - Fix: PairsbyKeys startup error
    - Fix: Tickets Online functions
    - MOD: Removed IP address from the list on Who tab. IP is still in details.
    - MOD: In Item search frame, click= add item to target inventory, right-click= list item. Changed this to: click=add, r-click=remove. Multiple amounts work for removing too, can enter either a positive or negative munber to be removed.
    - FIX: Server info no longer spamming chat window

    Note: ta.sql no longer required for TC2 7757+

    svn: trinityadmin - Revision 18: /trunk
    download: http://trinityadmin.googlecode.com/f...n332_rev18.rar
    issues: Issues - trinityadmin - Project Hosting on Google Code

  4. #19
    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)
    -=[ Revision 19 - 4/13/2010]=-
    - FIX issue 36 WHO tab overlap
    - FIX issue 35 TICKET - Online list not working
    - FIX issue with Nil object error in tele scrolling on startup
    - FIX Ticket scrolling issue reported by Kitharo
    - ADD MISC tab, checkbox for Chat Output. When off (default), TrinityAdmin does not display output of most
    commands in chat window (for example, .server info) but does display the results in the appropriate part
    of TrinityAdmin. When ON, both TrinityAdmin native AND chatwindow outputs are displayed.
    - ADD MISC tab, an editbox to specify how often the Diff graph (on Server tab) is updated. 4000 (~1 minute) is default.
    - It is reported that r19 with Chat Output ON allows all the chat window clickable links to work properly. Please verify.
    - It is also reported that deDe clients with deDe selected in TrintiyAdmin and deDe selected in Core is now working properly.



    svn: trinityadmin - Revision 19: /trunk
    download: http://trinityadmin.googlecode.com/f...min332_r19.rar
    issues: Issues - trinityadmin - Project Hosting on Google Code

  5. #20
    lorht's Avatar Member
    Reputation
    5
    Join Date
    Oct 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Í may be blind but where are the SQL files? I only see the Trinity admin thing and thats the addon right?

  6. #21
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, iwe posted on the given issues page but no luck with reply for like few days now. So i taught id ask here.
    Addon works like a charm awesome work. But im having issues with .serverinfo command.
    Addon seams to be spaming it all the time. any idea on how to fix this? cheers

  7. #22
    Frostic's Avatar Banned
    Reputation
    7
    Join Date
    May 2009
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Grif View Post
    Hey, iwe posted on the given issues page but no luck with reply for like few days now. So i taught id ask here.
    Addon works like a charm awesome work. But im having issues with .serverinfo command.
    Addon seams to be spaming it all the time. any idea on how to fix this? cheers
    i know how to turn it off but it disables auto refreash = no big deal lol
    server lag meter will not refreash unless you click refreash button
    hehe but here it is... THE EDIT!!!

    took me like 45 mins to find it

    open the file AddOns\TrinityAdmin\Frames\MangFrames_SectionServer.lua

    and edit this.

    if q > tonumber(ma_delayparam:GetText()) then --20000=approx 5 minutes, 4000= ~1 minute
    MangAdmin:ChatMsg(".server info")

    change to this...
    MangAdmin:ChatMsg("")

    save file, open wow, login, wow nice edit its gone
    this disables that annoying .server info spam

    ---------- Post added at 01:40 AM ---------- Previous post was at 01:27 AM ----------

    Originally Posted by iotech View Post
    -=[ Revision 19 - 4/13/2010]=-
    - FIX issue 36 WHO tab overlap
    - FIX issue 35 TICKET - Online list not working
    - FIX issue with Nil object error in tele scrolling on startup
    - FIX Ticket scrolling issue reported by Kitharo
    - ADD MISC tab, checkbox for Chat Output. When off (default), TrinityAdmin does not display output of most
    commands in chat window (for example, .server info) but does display the results in the appropriate part
    of TrinityAdmin. When ON, both TrinityAdmin native AND chatwindow outputs are displayed.
    - ADD MISC tab, an editbox to specify how often the Diff graph (on Server tab) is updated. 4000 (~1 minute) is default.
    - It is reported that r19 with Chat Output ON allows all the chat window clickable links to work properly. Please verify.
    - It is also reported that deDe clients with deDe selected in TrintiyAdmin and deDe selected in Core is now working properly.



    svn: trinityadmin - Revision 19: /trunk
    download: http://trinityadmin.googlecode.com/f...min332_r19.rar
    issues: Issues - trinityadmin - Project Hosting on Google Code



    TrinityAdmin does not display output of most
    commands in chat window (for example, .server info) but does display the results in the appropriate part
    of TrinityAdmin. When ON, both TrinityAdmin native AND chatwindow outputs are displayed.???????????????????????????????????

    might want to check again it still spams .server info in the chat window every 3 to 5 mins even it it is toggled off
    Last edited by Frostic; 07-20-2010 at 12:42 AM.

  8. #23
    Frostic's Avatar Banned
    Reputation
    7
    Join Date
    May 2009
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with the newest version of mangos this addon fails when adding items to your bag hope you fix this soon as i just compiled the newest core today and the addon fails the error looks like this cannot find item 1417,0,0,0,0,0,0,0 it seems to be adding alot of 0's to the item numbers

  9. #24
    DocMencer's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I'm blind, but where is "ta.sql"? can't find it at the site or in svn or zip... pointers?

  10. #25
    amos1978's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice addon only problem I have found is when linked items have the [add] and [list] when I click the add it says "Could not find '7969:0:0:0:0:0:0:0:011' any help on this I'd greatly appreciate cause I have deleted my wtf folder and still the same results to using that feature.

  11. #26
    whitetiger1987's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to bother you mate. But the download did not have ta.sql file in it.

  12. #27
    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)
    Originally Posted by whitetiger1987 View Post
    Sorry to bother you mate. But the download did not have ta.sql file in it.
    ta.sql is no longer required, you can ignore that part of the instructions.

    @all Look for a new update from me on TrinityAdmin in mid-January, including the new NPC DisplayID browser.

    -iotech

  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)
    Originally Posted by amos1978 View Post
    Nice addon only problem I have found is when linked items have the [add] and [list] when I click the add it says "Could not find '7969:0:0:0:0:0:0:0:011' any help on this I'd greatly appreciate cause I have deleted my wtf folder and still the same results to using that feature.
    I've never seen this myself... what Core are you using and what revision?

  14. #29
    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)
    TrinityAdmin r36 released. See first post for changelog and download site.

    Please note: I will no longer provide support on here.. if you want help with TrinityAdmin, use the issue tracker Issues - trinityadmin - Project Hosting on Google Code

    -iotech
    Last edited by iotech; 01-04-2011 at 10:14 PM. Reason: Spelling

  15. #30
    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)
    TrinityAdmin r41 released. First post updated. Enjoy!


    -=[ Revision 41 - 1/10/2011]=-
    - ADD new NPC2 tab - Please close WoW and restart to load new files!!!
    - Moved all NPC Waypoint/movement related buttons to NPC2
    - Fixed MvRandom, NPCStay, NPCStayDEl, and MvWaypt buttons
    - ADD .reset all spells, all talents, and achievements to Reset subroutine
    - ADD .combatstop, .maxskill, .freeze, .unfreeze, .listfreeze, .possess, .unpossess to CHAR tab
    - ADD .possess and .unpossess to NPC tab
    - ADD .recall and .repairitems to CHAR tab


    -=[ Revision 40 - 1/8/2011]=-
    - ADD .cometome command to NPC tab
    - Added enUS locale for above

    -=[ Revision 39 - 1/8/2011]=-
    - ADD .bindsight to NPC tab
    - ADD .unbindsight to NPC tab. Note: this command is broken in core on my core revision.
    - ADD .bindsight to CHAR tab
    - ADD .unbindsight to CHAR tab. Note: this command is broken in core on my core revision.
    - ADD .char rename, customize, changerace, and changefaction to CHAR tab
    - ADD enUS locale for the above items

    -=[ Revision 38 - 1/8/2011]=-
    - Misc code formatting cleanup
    - ADD aspeed, arena, bwalk, drunk, fly, gender, honor, mount, phase, runicpower, speed, standstate, swim, and tp to Modify
    - Updated enUS locale for above adds
    - Rearranged GOB tab, added labels. Preparing to add more content here.
    - ADD .gob activate, add temp, info, phase to GOB tab
    - updated enUS locale for above adds
    - ADD/MOD added missing tables to Reload. Removed individual tables that are reloaded with an all_xxxx command...
    so now the list fits the screen, but you may have to choose an all_xxxx command to reload the table you want.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Start with Season 1 and 1 Primal Mooncloth Bag
    By Sublimepwns_ in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-28-2008, 01:56 AM
  2. [release] Battle Ground Flag LUA and SQL files
    By runiker in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-12-2008, 01:36 PM
  3. [Release] NovaProsp3kt's Repacks! [Ascent AND Mangos, Scripted instances, blizzlike]
    By novaprosp3kt in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 05-27-2008, 07:19 PM
  4. [Release] 2.4 Creature name and Proto's, *Updated Daily*
    By 2dgreengiant in forum World of Warcraft Emulator Servers
    Replies: 41
    Last Post: 04-19-2008, 04:51 PM
  5. [Release] Festigio's Gizmo's and Gadgets
    By Festigio in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 02-01-2008, 10:52 PM
All times are GMT -5. The time now is 03:58 AM. 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