Own Speechbubble title

Post Reply
User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Own Speechbubble title

Post by LordSnack » Sat Apr 21, 2018 11:38 am

Hey Guys,

Is there an Function/Option to make a own Speechbubble Title (Client side)
Or to change the Name of the Titles?
In which file is the Speechbubble titles and more...
L10n/Eng/XXX

Thanks for Anwsers
EU Thor - Gameforge | NA - Danaria

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Own Speechbubble title

Post by cooco » Sat Apr 21, 2018 5:54 pm

LordSnack wrote:
Sat Apr 21, 2018 11:38 am
Hey Guys,

Is there an Function/Option to make a own Speechbubble Title (Client side)
Or to change the Name of the Titles?
In which file is the Speechbubble titles and more...
L10n/Eng/XXX

Thanks for Anwsers

Code: Select all

using System;
using AionInterface;
using System.Runtime.InteropServices;

namespace Ercand
{
    public class GenericTesting : IAionInterface
    {
        public GenericTesting()
        { }

        public void OnClose()
        { }

        public void OnLoad()
        {
        }
		
		[DllImport("user32.dll")]
		static extern bool SetWindowText(int hWnd, string text);

		public void OnRun()
        {
            SetWindowText((int)Game.Process.ProcessWindowHandle, "Your Title here");
        }
    }
}

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Own Speechbubble title

Post by LordSnack » Sun Apr 22, 2018 3:35 am

How to use it <.<? im new in this things :D

but thanks bro ! :3

Edit: its this ? (Watch Attachments)
Attachments
2018-04-22_06-02-26.png
2018-04-22_06-02-26.png (495.3 KiB) Viewed 57 times
EU Thor - Gameforge | NA - Danaria

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Own Speechbubble title

Post by LordSnack » Sun Apr 22, 2018 10:35 am

cooco wrote:
Sat Apr 21, 2018 5:54 pm
LordSnack wrote:
Sat Apr 21, 2018 11:38 am
Hey Guys,

Is there an Function/Option to make a own Speechbubble Title (Client side)
Or to change the Name of the Titles?
In which file is the Speechbubble titles and more...
L10n/Eng/XXX

Thanks for Anwsers

Code: Select all

using System;
using AionInterface;
using System.Runtime.InteropServices;

namespace Ercand
{
    public class GenericTesting : IAionInterface
    {
        public GenericTesting()
        { }

        public void OnClose()
        { }

        public void OnLoad()
        {
        }
		
		[DllImport("user32.dll")]
		static extern bool SetWindowText(int hWnd, string text);

		public void OnRun()
        {
            SetWindowText((int)Game.Process.ProcessWindowHandle, "Your Title here");
        }
    }
}
Can you tell me how to use it o: ?
EU Thor - Gameforge | NA - Danaria

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Own Speechbubble title

Post by cooco » Sun Apr 22, 2018 12:08 pm

LordSnack wrote:
Sun Apr 22, 2018 10:35 am
cooco wrote:
Sat Apr 21, 2018 5:54 pm
LordSnack wrote:
Sat Apr 21, 2018 11:38 am
Hey Guys,

Is there an Function/Option to make a own Speechbubble Title (Client side)
Or to change the Name of the Titles?
In which file is the Speechbubble titles and more...
L10n/Eng/XXX

Thanks for Anwsers

Code: Select all

using System;
using AionInterface;
using System.Runtime.InteropServices;

namespace Ercand
{
    public class GenericTesting : IAionInterface
    {
        public GenericTesting()
        { }

        public void OnClose()
        { }

        public void OnLoad()
        {
        }
		
		[DllImport("user32.dll")]
		static extern bool SetWindowText(int hWnd, string text);

		public void OnRun()
        {
            SetWindowText((int)Game.Process.ProcessWindowHandle, "Your Title here");
        }
    }
}
Can you tell me how to use it o: ?
Oh no i misunderstand your request :oops: .
I'll try some test later :)

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Own Speechbubble title

Post by LordSnack » Sun Apr 22, 2018 1:45 pm

cooco wrote:
Sun Apr 22, 2018 12:08 pm
LordSnack wrote:
Sun Apr 22, 2018 10:35 am
cooco wrote:
Sat Apr 21, 2018 5:54 pm

Code: Select all

using System;
using AionInterface;
using System.Runtime.InteropServices;

namespace Ercand
{
    public class GenericTesting : IAionInterface
    {
        public GenericTesting()
        { }

        public void OnClose()
        { }

        public void OnLoad()
        {
        }
		
		[DllImport("user32.dll")]
		static extern bool SetWindowText(int hWnd, string text);

		public void OnRun()
        {
            SetWindowText((int)Game.Process.ProcessWindowHandle, "Your Title here");
        }
    }
}
Can you tell me how to use it o: ?
Oh no i misunderstand your request :oops: .
I'll try some test later :)
ok ok :) it would be nice , the best is a file that i can put in my client and that load the title all the time when i start the client with all my chars (clientside)
EU Thor - Gameforge | NA - Danaria

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Own Speechbubble title

Post by cooco » Sun Apr 22, 2018 3:12 pm

What exactly is your goal?

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Own Speechbubble title

Post by LordSnack » Sun Apr 22, 2018 3:24 pm

i want a Speechbubble title as example "Worst Chanter Thor" or something like this , and the question is , if its work and how its work.
EU Thor - Gameforge | NA - Danaria

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Own Speechbubble title

Post by cooco » Mon Apr 23, 2018 12:57 am

Sorry Lord i don't know how to help you :(

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Own Speechbubble title

Post by LordSnack » Mon Apr 23, 2018 4:32 am

Its ok :/ but thanks for the try :3
EU Thor - Gameforge | NA - Danaria

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests