• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

help Teleport System

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 20, 2015
Messages
59
Reaction score
0
I follow this procedure http://forum.ragezone.com/f457/released-teleport-system-mentus-919194/

Teleport not see the menu

ar18 - help Teleport System - RaGEZONE Forums
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830

It wouldn't show unless u added it to the menu and in his guide he doesn't tell you how to do that either lol.

Anyways...

In WndTaskbar.cpp

Find:
pWndButton = AppendMenu( m_pMenu6, 0, APP_HELPER_HELP , GETTEXT( TID_APP_HELPER_HELP ) );

Add Below:
pWndButton = AppendMenu(m_pMenu6, 0, APP_TELEPORTER, __T("Teleporter"));

Now go in game and look under information or helper and you'll see it.

Move it to where u want to.

On another note, what source are you using that is giving the rounded icons for skills?
 
Upvote 0
Junior Spellweaver
Joined
May 21, 2020
Messages
118
Reaction score
5
It wouldn't show unless u added it to the menu and in his guide he doesn't tell you how to do that either lol.

Anyways...

In WndTaskbar.cpp

Find:
pWndButton = AppendMenu( m_pMenu6, 0, APP_HELPER_HELP , GETTEXT( TID_APP_HELPER_HELP ) );

Add Below:
pWndButton = AppendMenu(m_pMenu6, 0, APP_TELEPORTER, __T("Teleporter"));

Now go in game and look under information or helper and you'll see it.

Move it to where u want to.

On another note, what source are you using that is giving the rounded icons for skills?



Neuz error C2065: 'APP_TELEPORTER' : undeclared identifier

can u help me please
 
Upvote 0
Status
Not open for further replies.
Back
Top