• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
City of Arabel
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Please allow *star emotes* again

Scheduled Pinned Locked Moved Implemented/Closed Suggestions
16 Posts 8 Posters 515 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    toportime @Aspirinsmurf2
    last edited by 7 Jan 2022, 13:00

    @aspirinsmurf2 https://nodebb.cityofarabel.com/topic/50307/dot-commands?_=1641560330776

    Specifically:
    .setemote# - This new dot command helps you bypass the pesky character limit of macros in Quickbars and let you set much MUCHHH longer emotes for yourself. Additionally you do not need to set them in your quickbar at all. Currently you will be able to set for yourself up to 10 emotes.
    .em# - This new dot command helps you reach out and speak the saved emote of choice. Currently you are able to use up to 10 saved emote

    1 Reply Last reply Reply Quote
    • T
      toportime @Aspirinsmurf2
      last edited by 7 Jan 2022, 13:03

      @aspirinsmurf2 Also you could try pre typing a list of [emotes] that you can type at your own speed in a notepad or something similar, then just copy paste it. Just a couple suggestions that may help you, use as you see fit.

      1 Reply Last reply Reply Quote
      • T
        toportime @Aspirinsmurf2
        last edited by 7 Jan 2022, 13:05

        @aspirinsmurf2 Also if your talking about using emotes as a freeform text box rather than having your PC try to physically do the emotes or skill checks you can use:
        .toggle emotes - To turn on and off the use of emotes

        A 1 Reply Last reply 7 Jan 2022, 13:13 Reply Quote
        • A
          Aspirinsmurf2 @toportime
          last edited by 7 Jan 2022, 13:13

          @toportime said in Please allow *star emotes* again:

          @aspirinsmurf2 Also if your talking about using emotes as a freeform text box rather than having your PC try to physically do the emotes or skill checks you can use:
          .toggle emotes - To turn on and off the use of emotes

          No, you can't. I tried.

          P 1 Reply Last reply 7 Jan 2022, 15:37 Reply Quote
          • G
            gDarDog
            last edited by 7 Jan 2022, 14:10

            +1
            Would hate to lose an old player coming back for this issue.
            Any way we can create a workable solution?

            1 Reply Last reply Reply Quote
            • P
              Puffy @Aspirinsmurf2
              last edited by 7 Jan 2022, 15:37

              @aspirinsmurf2 said in Please allow *star emotes* again:

              @toportime said in Please allow *star emotes* again:

              @aspirinsmurf2 Also if your talking about using emotes as a freeform text box rather than having your PC try to physically do the emotes or skill checks you can use:
              .toggle emotes - To turn on and off the use of emotes

              No, you can't. I tried.

              Please bug report this :)

              @SpiffyMeister
              the real bench mark for success is if you seduce a puffy pc or npc
              @Prof-Misclick
              Puffy said "Don't you trust me? Then vote yes NERD!"
              #scaredofstrongwomen

              1 Reply Last reply Reply Quote
              • A
                Aspirinsmurf2
                last edited by Aspirinsmurf2 1 Aug 2022, 12:09 8 Jan 2022, 12:07

                Bug reported. And I guess I'll be playing somewhere else in the meantime. I don't want to make a habit out of doing ;;emotes like this;; or anything like that. That's probably the best available option for me physically, but it's just an eyesore for everyone.

                O 1 Reply Last reply 8 Jan 2022, 12:32 Reply Quote
                • O
                  O-louth @Aspirinsmurf2
                  last edited by 8 Jan 2022, 12:32

                  @aspirinsmurf2 i Got use to using ‘bla bla bla’ it works somewhat.

                  Character: Wouldnt you like to know?
                  Olouthitis: Character does awesome things for a few months, but inevitability hijacks an air ship and crashes it into an evil faction head quarters screaming battle cries.

                  E 1 Reply Last reply 8 Jan 2022, 16:45 Reply Quote
                  • E
                    Echo @O-louth
                    last edited by 8 Jan 2022, 16:45

                    @DoctorDeth Please take a look when you get time.

                    "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

                    1 Reply Last reply Reply Quote
                    • Z
                      Zool
                      last edited by 9 Jan 2022, 15:51

                      I would guess this has something to do with the dot command re-factoring and is an unfortunate oversight, and not a designed change.

                      (Essentially, a bug)

                      > !!!MOLES for the MOLE GOD!!!

                      A E 2 Replies Last reply 10 Jan 2022, 09:00 Reply Quote
                      • A
                        Aspirinsmurf2 @Zool
                        last edited by 10 Jan 2022, 09:00

                        I could take a stab at fixing this if you post the relevant scripts. I'm no programmer, but I've made scripts in NWN before. Something like this will work in onPlayerChat just for my account name. The generalized solution for the toggle would be similar:

                        void main()
                        {
                            object oPC = GetPCChatSpeaker();
                            string sChat = GetPCChatMessage();
                        
                            // Hack for Aspirinsmurf's emotes
                            if (GetPCPlayerName(oPC) == "Aspirinsmurf"
                        	&& GetStringLeft(sChat, 1) == "*")
                            {
                                return;
                            }
                        
                            // Rest of the logic goes here
                        }
                        
                        1 Reply Last reply Reply Quote
                        • E
                          Echo @Zool
                          last edited by 10 Jan 2022, 13:06

                          @zool said in Please allow *star emotes* again:

                          this has something to do with the dot command re-factoring and is an unfortunate oversight

                          This.
                          When Deth has time to fix it, he will.

                          "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

                          P 1 Reply Last reply 6 Jul 2022, 09:28 Reply Quote
                          • P
                            Puffy @Echo
                            last edited by 6 Jul 2022, 09:28

                            Star emotes are possible, but you need to turn off emotes for it to work.

                            @SpiffyMeister
                            the real bench mark for success is if you seduce a puffy pc or npc
                            @Prof-Misclick
                            Puffy said "Don't you trust me? Then vote yes NERD!"
                            #scaredofstrongwomen

                            1 Reply Last reply Reply Quote
                            • P Puffy moved this topic from Suggestions on 6 Jul 2022, 09:28
                            • 1 / 1
                            1 / 1
                            • First post
                              13/16
                              Last post