[ArcEmu] Settitle command menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    RoyPwns's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ArcEmu] Settitle command

    Hey, I'm running a 2.4.3 ArcEmu server, and for some reason, there isn't a settitle command anywhere. I've checked everything, but nothing is there. If anyone could make some sort of script to set titles for me, that'd be awesome.

    [ArcEmu] Settitle command
  2. #2
    Horius's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In patch 2.4.3 are no Titles!

  3. #3
    RoyPwns's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...Yes there are. :squint:

  4. #4
    mag1212's Avatar Active Member
    Reputation
    55
    Join Date
    Aug 2009
    Posts
    352
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you alrdy made a similar thread(http://www.mmowned.com/forums/emulat...e-command.html) a few days ago try look at the answers in that thread instead of making a new thread.

  5. #5
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You wont get your answer more quickly if you post in more sections.

  6. #6
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could always use a Lua script to bind a item to give you the title id you type.

    Like so
    Code:
    function ItemGossip(item, event, player)
        if player:IsGm() == true then
            item:GossipCreateMenu(320, player, 1)
            item:GossipMenuAddItem(1, "Set a Title", 101, 1)
            item:GossipMenuAddItem(2, "Nevermind.", 100, 0)
            item:GossipSendMenu(player)
            else
            player:SendBroadcastMessage("You're not a GM")
        end
    end
    
    function ItemSelect(item, event, player, id, intid, code)
        if(intid == 101) then
            player:SetTitle(code)
        end
        
        if(intid == 100) then
            player:GossipComplete()
        end
    end
    
    RegisterItemGossipEvent(Itemid, 1, "ItemGossip")
    RegisterItemGossipEvent(Itemid, 2, "ItemSelect")
    That item will give you the title of the ID you put in the code box.

Similar Threads

  1. [ArcEmu] Admin command professional
    By steff in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-30-2010, 09:30 AM
  2. Arcemu Gm Commands 3.0.x
    By Bill Skippy in forum World of Warcraft Guides
    Replies: 10
    Last Post: 02-21-2009, 05:05 AM
  3. ArcEmu New GMs Commands
    By Fantomass in forum WoW EMU General Releases
    Replies: 5
    Last Post: 11-19-2008, 02:59 AM
  4. [ArcEmu] Teleport Commands
    By marcelo_20xx in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 09-25-2008, 10:31 AM
  5. ARCEmu new commands list
    By Hasbro in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 08-11-2008, 02:37 PM
All times are GMT -5. The time now is 11:34 AM. 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