Page 1 of 1
Own Speechbubble title
Posted: Sat Apr 21, 2018 11:38 am
by LordSnack
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
Re: Own Speechbubble title
Posted: Sat Apr 21, 2018 5:54 pm
by cooco
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");
}
}
}
Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 3:35 am
by LordSnack
How to use it <.<? im new in this things
but thanks bro ! :3
Edit: its this ? (Watch Attachments)
Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 10:35 am
by LordSnack
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: ?
Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 12:08 pm
by cooco
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

.
I'll try some test later

Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 1:45 pm
by LordSnack
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

.
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)
Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 3:12 pm
by cooco
What exactly is your goal?
Re: Own Speechbubble title
Posted: Sun Apr 22, 2018 3:24 pm
by LordSnack
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.
Re: Own Speechbubble title
Posted: Mon Apr 23, 2018 12:57 am
by cooco
Sorry Lord i don't know how to help you

Re: Own Speechbubble title
Posted: Mon Apr 23, 2018 4:32 am
by LordSnack
Its ok :/ but thanks for the try :3